Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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 }}
SnowBankSDK
/
foundationdb-dotnet-client
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
159
Code
Issues
14
Pull requests
1
Discussions
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
dev/async_linq_net10
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 7, 2025
Build: specify exact .NET SDK version for CodeQL GitGub action
Show description for da59152
KrzysFR
committed
da59152
Copy full SHA for da59152
LINQ: fix nullability warning in FdbVector.BackAsync()
KrzysFR
committed
811e754
Copy full SHA for 811e754
Build: update NUnit to 4.3.2
Show description for 69d031f
KrzysFR
committed
69d031f
Copy full SHA for 69d031f
Build: update System.* and Microsoft.* packages to 10-preview.1
KrzysFR
committed
54f2f66
Copy full SHA for 54f2f66
Build: update TestContainers to v4.3.0
KrzysFR
committed
92a4f83
Copy full SHA for 92a4f83
Build: Update ZstdSharp.Port to v0.8.5
KrzysFR
committed
560525c
Copy full SHA for 560525c
Build: update NodaTime to v3.2.1
KrzysFR
committed
b1fc3fb
Copy full SHA for b1fc3fb
Buil:d update Bogus to v35.6.2
KrzysFR
committed
34537fa
Copy full SHA for 34537fa
Commits on Mar 6, 2025
Build: select preview version of .NET 10 SDK
KrzysFR
committed
45d33c0
Copy full SHA for 45d33c0
Build: update github action versions
Show description for 861bb85
KrzysFR
committed
861bb85
Copy full SHA for 861bb85
Build: target net10.0 and .NET 10 Preview 1 SDK
KrzysFR
committed
1078e0b
Copy full SHA for 1078e0b
Merge remote-tracking branch 'origin/master' into dev/async_linq_net10
KrzysFR
committed
cc74541
Copy full SHA for cc74541
LINQ: add optimized operators for AsyncQuery.Range(...)
KrzysFR
committed
0743279
Copy full SHA for 0743279
Merge pull request #143 from andersstorhaug/master
Show description for 24ead24
KrzysFR
authored
24ead24
Copy full SHA for 24ead24
FDB: Fix Tenant special keys and metadata parsing
andersstorhaug
committed
cc6395a
Copy full SHA for cc6395a
LINQ: add Take(Range) implementation
Show description for 0010513
KrzysFR
committed
0010513
Copy full SHA for 0010513
LINQ: shared fallback implementations for Select, SelectMany and Where, rename SelectAsync to SelectParallel
KrzysFR
committed
f9772aa
Copy full SHA for f9772aa
LINQ: change FdbMergeQueryExtensions methods to return IAsyncLinqQuey<T>
KrzysFR
committed
036c9a0
Copy full SHA for 036c9a0
LINQ: share fallback implementation between AsyncLinqIterator<T> and AsyncQuery + shuffle/split files + fix some corner cases
KrzysFR
committed
3a6add6
Copy full SHA for 3a6add6
Commits on Mar 5, 2025
LINQ: split each method groups into a separate file
KrzysFR
committed
42c34ab
Copy full SHA for 42c34ab
LINQ: change namespace to SnowBank.Linq
Show description for 1a1b2fc
KrzysFR
committed
1a1b2fc
Copy full SHA for 1a1b2fc
LINQ: rename/move files to match new names
KrzysFR
committed
1d6ade1
Copy full SHA for 1d6ade1
LINQ: big refactoring of the AsyncLINQ implementation to react to breaking changes in .NET 10
Show description for cd27154
KrzysFR
committed
cd27154
Copy full SHA for cd27154
Commits on Feb 27, 2025
JSON: cleanup Parse/TryParse methods for ReadOnly as well as Array/Object
Show description for 4c75e0c
KrzysFR
committed
4c75e0c
Copy full SHA for 4c75e0c
JSON: fix random typos
KrzysFR
committed
1caa5bf
Copy full SHA for 1caa5bf
Commits on Feb 26, 2025
JSON: fix implementation of JsonObject.StrictEquals(...) to ignore null/missing fields
Show description for a4c3400
KrzysFR
committed
a4c3400
Copy full SHA for a4c3400
JSON: add StrictEquals(JsonValue[]) overload to fix some resolution ambiguity in CI server
Show description for 8534876
KrzysFR
committed
8534876
Copy full SHA for 8534876
FDB: add IFdbReadOnlyTransaction.VisitRangeAsync(...)
Show description for 1f52e39
KrzysFR
committed
1f52e39
Copy full SHA for 1f52e39
JSON: add missing JsonValue.Parse(...) and ParseReadOnly(...) overloads for ReadOnlySpan<char>
KrzysFR
committed
e6b5905
Copy full SHA for e6b5905
JSON: split IJsonConverter<...> into smaller interfaces
Show description for f5ad7b7
KrzysFR
committed
f5ad7b7
Copy full SHA for f5ad7b7
JSON: fix JsonArray.ValueEquals<TCollection>(...) and add JsonArray.ValuesEquals<TItem>(...)
Show description for dd6ba17
KrzysFR
committed
dd6ba17
Copy full SHA for dd6ba17
JSON: add StrictEquals(...) method
Show description for 1c85133
KrzysFR
committed
1c85133
Copy full SHA for 1c85133
Commits on Feb 24, 2025
Core: add xml comments to IOperationContext and related types
Show description for 45f5c76
KrzysFR
committed
45f5c76
Copy full SHA for 45f5c76
Commits on Feb 21, 2025
JSON: Optimize codegen for observable proxy setters
Show description for c057d8b
KrzysFR
committed
c057d8b
Copy full SHA for c057d8b
JSON: show "ReadOnly" flag in [DebuggerDisplay] for JsonArray
Show description for af07bfc
KrzysFR
committed
af07bfc
Copy full SHA for af07bfc
Pagination
Previous
Next
You can’t perform that action at this time.