Benziza
-
- 659 total downloads
- last updated 8/21/2026
- Latest version: 0.1.0
Core session, fingerprint, budget, and finding contracts for QueryGuard.NET. Records EF Core relational commands inside a request or test scope and evaluates explicit query budgets. -
- 524 total downloads
- last updated 8/21/2026
- Latest version: 0.1.0
Captures Entity Framework Core relational commands through the official DbCommandInterceptor API so QueryGuard.NET can group repeated SQL and evaluate query budgets. Observes only: the generated SQL, the... More information -
- 410 total downloads
- last updated 8/21/2026
- Latest version: 0.1.0
Open an explicit QueryGuard scope in an integration test and assert that a query budget held. Takes no dependency on any test framework, so it works with xUnit, NUnit, MSTest, or TUnit unchanged. -
- 405 total downloads
- last updated 8/21/2026
- Latest version: 0.1.0
Opens a QueryGuard session around each ASP.NET Core request and evaluates per-endpoint query policies. Observes only: the response, its headers, and the original exception are never modified. -
- 348 total downloads
- last updated 8/21/2026
- Latest version: 0.1.0
Render QueryGuard.NET results as console text, versioned JSON, or JUnit XML, so a query budget failure shows up in CI the same way a failing test does. -
- 282 total downloads
- last updated 8/21/2026
- Latest version: 0.1.0
Command-line companion for QueryGuard.NET. Records a query baseline from JSON reports and verifies later runs against it, so a query-count regression can be caught in CI without writing baseline plumbing by... More information -
- 166 total downloads
- last updated 8/21/2026
- Latest version: 0.1.0
Measure EF Core queries from WebApplicationFactory tests with one setup call. Preserves the test execution context, disables request middleware, and wires the matching session accessor.