Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mongodb
/
mongo-csharp-driver
Public
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
3.2k
Code
Pull requests
24
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
v1.6.0.4624
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 29, 2012
Changed batch files to build setup and zip files.
rstam
committed
448c9f1
Copy full SHA for 448c9f1
Added missing doc comments.
rstam
committed
a458636
Copy full SHA for a458636
Change logs and release notes for 1.6.
rstam
committed
07594e7
Copy full SHA for 07594e7
Commits on Aug 28, 2012
CSHARP-551: Rename HaveIdIndex to HasIdIndex. Changed Flags to call SystemFlags to share code. Added test for non-zero UserFlags.
rstam
committed
a200c61
Copy full SHA for a200c61
CSHARP-551: Add SystemFlags and UserFlags to CollectionStatsResult (and obsolete Flags).
rstam
committed
3ea5362
Copy full SHA for 3ea5362
Commits on Aug 27, 2012
CSHARP-550: Support creating TTL collections with server 2.2.
rstam
committed
b75ebec
Copy full SHA for b75ebec
Commits on Aug 24, 2012
minor: MongoServerInstance is now persisting certain server information between disconnections. MultipleInstanceMongoServerProxy reuses addresses specified with a different hostname than the replic…
Show description for 7e09d3e
craiggwilson
committed
7e09d3e
Copy full SHA for 7e09d3e
Commits on Aug 23, 2012
CSHARP-547: Replace use of $csharpnull with _csharpnull because the leading "$" causes secondaries to crash in server 2.2. The new representation will always be used when serializing, but both repr…
Show description for 2647c3b
rstam
committed
2647c3b
Copy full SHA for 2647c3b
minor: changes from code review
craiggwilson
committed
bd9a0ae
Copy full SHA for bd9a0ae
addressed code review remarks.
craiggwilson
committed
7a9796a
Copy full SHA for 7a9796a
added locks back into MongoServerInstance and
Show description for 24478e8
craiggwilson
committed
24478e8
Copy full SHA for 24478e8
Changed a few unit tests that were failing when run against a replica set.
rstam
committed
f29d6ac
Copy full SHA for f29d6ac
Commits on Aug 20, 2012
CSHARP-315: add support for reading tags from isMaster result.
craiggwilson
committed
cdd29cb
Copy full SHA for cdd29cb
Commits on Aug 17, 2012
CSHARP-519: fixed threading related bugs caused by a refactor and optimized many of the classes to use lock-less algorithms as they do not require ordering guarantees, only thread safety.
craiggwilson
committed
58df048
Copy full SHA for 58df048
Added draft change logs and release notes.
rstam
committed
11eedee
Copy full SHA for 11eedee
Commits on Aug 16, 2012
CSHARP-538: fixed bug related to element selection after projections.
craiggwilson
authored and
rstam
committed
2a050c5
Copy full SHA for 2a050c5
Added a few comments.
rstam
committed
e1e12a3
Copy full SHA for e1e12a3
CSHARP-542: normalized a vb expression related to nullable comparisons.
craiggwilson
authored and
rstam
committed
34b7e87
Copy full SHA for 34b7e87
Commits on Aug 8, 2012
direct connections to a mongod ignore read preference, although the SlaveOk query flag is still utilized.
craiggwilson
committed
f81e9d9
Copy full SHA for f81e9d9
added in missing unit test file.
craiggwilson
committed
fa63af0
Copy full SHA for fa63af0
Commits on Aug 7, 2012
fixed bug with read preference copy constructor.
craiggwilson
committed
5f98ffc
Copy full SHA for 5f98ffc
Commits on Jul 28, 2012
CSHARP-314: Added support for SSL connections.
rstam
committed
8ac8475
Copy full SHA for 8ac8475
Commits on Jul 21, 2012
CSHARP-513: Added missing doc comments and edited a few others. Changed implementation of DeserializeValue. Renamed Raw to RawDocument (to match other similar classes) and a few other private varia…
Show description for 30cb887
rstam
committed
30cb887
Copy full SHA for 30cb887
CSHARP-513: cleanup and renaming.
craiggwilson
committed
5165257
Copy full SHA for 5165257
CSHARP-513: moved duplicate code from BsonSerializationInfoHelper to BsonSerializationInfo.
craiggwilson
committed
c6d50dd
Copy full SHA for c6d50dd
CSHARP-513: further enhancements to the BsonDocumentBackedClass.
craiggwilson
committed
9e5ba7d
Copy full SHA for 9e5ba7d
CSHARP-513: added BsonDocumentBackedClass to remove the redundancy of element name specifications between a serializer and a backed document.
craiggwilson
committed
df7cb45
Copy full SHA for df7cb45
CSHARP-513: refactored SystemProfileInfo to be backed by a document.
craiggwilson
committed
0bbb797
Copy full SHA for 0bbb797
Commits on Jul 20, 2012
CSHARP-513: added new server values into SystemProfileInfo.
craiggwilson
committed
3fff8c4
Copy full SHA for 3fff8c4
CSHARP-533: Make the BsonClassMapSerializer public again.
rstam
committed
024f1ed
Copy full SHA for 024f1ed
Commits on Jul 19, 2012
CSHARP-532: fixed bug with typed builders when using a value with a different type than the nominal type.
craiggwilson
committed
42c17f2
Copy full SHA for 42c17f2
Commits on Jul 18, 2012
CSHARP-519: fixing minor code issues.
craiggwilson
committed
cc6218c
Copy full SHA for cc6218c
CSHARP-519: removed lock in ChooseServerInstance as it was unnecessary and prevented secondary read operations from proceeding.
craiggwilson
committed
b4a22e5
Copy full SHA for b4a22e5
CSHARP-519: removed read lock from DiscoveringMongoServerProxy as it was a performance problem in high contention systems. Instead, make the state variables volatile. This isn't necessary for > .…
Show description for 3616cdd
craiggwilson
committed
3616cdd
Copy full SHA for 3616cdd
CSHARP-519: fixed an issue where the initial instance state wasn't accounted for causing the driver to hang in a connecting state.
craiggwilson
committed
b4c897e
Copy full SHA for b4c897e
Pagination
Previous
Next
You can’t perform that action at this time.