mongo-csharp-driver Validation Report¶
Generated 2026-07-16 — SecantusDB 0.5.4b234 vs mongo-csharp-driver 8297e62 (vendor/mongo-csharp-driver/).
Run uv run python -m invoke validate-dotnet to refresh. The official MongoDB C# / .NET driver — its xUnit integration suite (MongoDB.Driver.Tests) run unmodified against an embedded SecantusDB daemon via dotnet test.
Summary by namespace¶
Namespace |
Passed |
Failed |
Skipped |
Total |
Pass rate |
|---|---|---|---|---|---|
|
196 |
0 |
0 |
196 |
100.0% |
|
6 |
0 |
26 |
32 |
100.0% |
Overall |
202 |
0 |
26 |
228 |
100.0% |
How this is generated¶
invoke validate-dotnet spawns a SecantusDB daemon on a fresh ephemeral port and runs the mongo-csharp-driver xUnit integration project via dotnet test with MONGODB_URI pointed at the daemon and Catch2-style out-of-scope categories excluded via --filter (see dotnet_validation/include_paths.py), writing TRX results that this script renders.