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 }}
llustosa
/
mongo-csharp-driver
Public
forked from
mongodb/mongo-csharp-driver
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 4, 2012
CSHARP-516: Support Int64 values when using % operator in LINQ queries.
Robert Stam
authored and
craiggwilson
committed
72a6214
Copy full SHA for 72a6214
CSHARP-507: Support FirstOrDefault when LINQ query includes a projection to a struct and doesn't match any documents (which was failing because null can't be cast to a struct).
Robert Stam
authored and
craiggwilson
committed
3d8d92a
Copy full SHA for 3d8d92a
Commits on Jul 3, 2012
Set version to 1.6.0.*
sridharn
committed
5f7fe2d
Copy full SHA for 5f7fe2d
BUMP 1.5.0.4566
sridharn
committed
c7feb41
Copy full SHA for c7feb41
1.5 release changes
sridharn
committed
3100b93
Copy full SHA for 3100b93
Commits on Jul 2, 2012
release notes corrections.
craiggwilson
committed
a0d9c2d
Copy full SHA for a0d9c2d
completed release notes.
craiggwilson
committed
3ea958c
Copy full SHA for 3ea958c
Initial draft of 1.5 release notes (more work remaining).
rstam
committed
38525fd
Copy full SHA for 38525fd
Commits on Jul 1, 2012
CSHARP-514: Changed ExpressionFormatter to introduce a platform neutral naming convention for anonymous types (along with some other minor improvements).
rstam
committed
8dbd797
Copy full SHA for 8dbd797
CSHARP-513: Fixed SystemProfileInfo.Deserialize to call SkipValue on unknown fields. In 1.6 we will add support for the new fields.
rstam
committed
43103bb
Copy full SHA for 43103bb
Commits on Jun 30, 2012
PULL-120: Changed the new support for & and | in LINQ queries to check that the parameters to & and | are of type bool.
rstam
authored and
craiggwilson
committed
acc1503
Copy full SHA for acc1503
added support for true "And" and "Or" expressions
Show description for cf219a7
Igor Toporet
authored and
craiggwilson
committed
cf219a7
Copy full SHA for cf219a7
Commits on Jun 29, 2012
CSHARP-508: VerifyState and VerifyUnknownStates now make a copy of the instances collection so that they can iterate over the instances safely.
rstam
committed
357e25f
Copy full SHA for 357e25f
added mono solution.
craiggwilson
committed
2960289
Copy full SHA for 2960289
Commits on Jun 20, 2012
adding support for value based operations against arrays.
craiggwilson
committed
8ac35a5
Copy full SHA for 8ac35a5
Fixed CSHARP-504. Support read-only GridFS operations when authenticated as a read-only user.
rstam
committed
2af0be2
Copy full SHA for 2af0be2
Commits on Jun 17, 2012
Implemented CSHARP-496. The BsonValue implementation of IConvertible.ToString can now convert BsonObjectIds to string.
rstam
authored and
craiggwilson
committed
038ec79
Copy full SHA for 038ec79
Commits on Jun 15, 2012
CSHARP-480. Made Help file install by default
sridharn
authored and
rstam
committed
7307727
Copy full SHA for 7307727
Merge branch 'csharp348'
craiggwilson
committed
9eab900
Copy full SHA for 9eab900
Changed return type of GetCurrentProcessId.
rstam
committed
5db737c
Copy full SHA for 5db737c
changed the SetPid function to return the value and remove the side effect.
craiggwilson
committed
8171f85
Copy full SHA for 8171f85
removed the explicit check for FullTrust as it was unnecessary.
craiggwilson
committed
620b77b
Copy full SHA for 620b77b
Minor changes during code review of query builders, primarily added checking for null arguments and changed Matches method to have a single overload with a BsonRegularExpression parameter.
rstam
committed
5c60890
Copy full SHA for 5c60890
made DeprecatedQuery Obsolete. removed and, not, nor, and or operators from the static Query<T> class as they are merely more verbose versions of the same in the Query class. removed overloads fo…
Show description for 8f4dc64
craiggwilson
committed
8f4dc64
Copy full SHA for 8f4dc64
Rename Query to DeprecatedQuery to that we can name the new query builder Query.
rstam
authored and
craiggwilson
committed
6386901
Copy full SHA for 6386901
created static Query<TDocument> class. removed Build<TDocument> and Where<TDocument> from the static Query class.
craiggwilson
committed
f2d7bda
Copy full SHA for f2d7bda
removed rootSerializer from TypedQueryBuilder as it was unused.
craiggwilson
committed
73539cf
Copy full SHA for 73539cf
Commits on Jun 14, 2012
added full support for Azure Partial Trust and enabled ASP.NET Medium Trust with a client defined permissions file.
craiggwilson
committed
ccf0307
Copy full SHA for ccf0307
Renamed SafeMode.J to Journal to match official connection string option name.
rstam
committed
475c55a
Copy full SHA for 475c55a
Commits on Jun 13, 2012
Implemented CSHARP-489. Most of the work was improving the unit tests. The connection string classes only needed minor changes.
rstam
committed
6e2b87c
Copy full SHA for 6e2b87c
Commits on Jun 12, 2012
Turned on build of CSharpDriverInstaller project in Debug configuration also. Removed old DriverSetup folder.
rstam
committed
be03282
Copy full SHA for be03282
Merge branch 'master' of git://github.com/sridharn/mongo-csharp-driver into csharp480
rstam
committed
04e1565
Copy full SHA for 04e1565
Fix for CSHARP-480. More cleanup on the installer. Start menu item
sridharn
committed
a3ffbf6
Copy full SHA for a3ffbf6
Commits on Jun 8, 2012
Merge remote-tracking branch 'upstream/master'
Show description for 061d354
sridharn
committed
061d354
Copy full SHA for 061d354
Removed some optimizations that didn't turn out to actually help.
rstam
committed
1ee555a
Copy full SHA for 1ee555a
Pagination
Previous
Next
You can’t perform that action at this time.