ASwistowski
-
- 6,728 total downloads
- last updated 1/13/2026
- Latest version: 4.5.0-preview.2 (prerelease)
Modern, testable database access library using DbProviderFactory with Result monad pattern for explicit error handling. Features IDbCommandExecutor interface for easy mocking, command factory pattern for... More information -
- 5,771 total downloads
- last updated 12/15/2025
- Latest version: 1.4.0
A lightweight, functional Result type for .NET implementing Railway Oriented Programming pattern. Supports both .NET Framework 4.8 and .NET 8. Provides error ang without exceptions, method chaining, async... More information -
-
.NET 6.0 This package targets .NET 6.0. The package is compatible with this framework or higher. .NET Core 3.1 This package targets .NET Core 3.1. The package is compatible with this framework or higher. .NET Framework 4.8 This package targets .NET Framework 4.8. The package is compatible with this framework or higher.
- 4,757 total downloads
- last updated 9/26/2024
- Latest version: 1.2.8
The nuget allows reading the JSON configuration files from a path. The path can be used by an environment like Linux, Docker, or Kubernetes to update the content by a mounting mechanism. In providing the... More information -
-
- 4,529 total downloads
- last updated 3/6/2025
- Latest version: 1.3.1
The extension for AspNetCore provides endpoints for sampling the health of the hosted application. After simply adding support specific to the application, it allows testing the readiness of the... More information -
- 4,332 total downloads
- last updated 1/13/2026
- Latest version: 4.5.0-preview.2 (prerelease)
SQL Server implementation for Voyager.DBConnection. Provides SqlConnection, SqlDatabase, and SqlDbCommandExecutor with Result monad pattern for testable database operations. Includes SQL Server-specific error... More information -
- 3,611 total downloads
- last updated 3/20/2025
- Latest version: 1.1.5
Package Description -
- 3,015 total downloads
- last updated 11/21/2023
- Latest version: 1.8.2
The service continuously executes tasks based on time intervals. Protects from overlapping between new requests during the previous operation hasn't been finished. Can be configured to be triggered through http... More information -
- 2,357 total downloads
- last updated 3/21/2025
- Latest version: 1.0.4
This package provides middleware for logging HTTP requests using Serilog in ASP.NET Core applications. It includes support for logging request bodies for POST, PUT, and PATCH methods, and query strings for all... More information -
- 2,102 total downloads
- last updated 1/13/2026
- Latest version: 4.5.0-preview.2 (prerelease)
Logging and telemetry extension for Voyager.DBConnection. Provides rich database event monitoring through SqlCallEvent with support for Application Insights, custom metrics, performance monitoring, and audit... More information -
-
.NET 6.0 This package targets .NET 6.0. The package is compatible with this framework or higher. .NET Core 3.1 This package targets .NET Core 3.1. The package is compatible with this framework or higher. .NET Framework 4.7.2 This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
- 2,056 total downloads
- last updated 3/4/2025
- Latest version: 1.2.0
Simple implementation of ILogger interface. Is fast to use in the unit tests because there is no need to configure DI and builders. It is possible to use it as an output to console or write the result for... More information -
-
- 1,815 total downloads
- last updated 3/27/2023
- Latest version: 1.2.1
Generate SQL text query from DbCommand. Can be used for unit test and integration test purposes. -
- 1,417 total downloads
- last updated 11/21/2023
- Latest version: 2.0.1
Tool for safety casting of DBTypes. -
- 1,188 total downloads
- last updated 3/21/2025
- Latest version: 1.0.1
Enricher for Identity data. The credentials are passed by function, so they could be supplied by DI. -
- 762 total downloads
- last updated 11/21/2023
- Latest version: 1.0.1
Data encapsulation for API purposes -
- 747 total downloads
- last updated 1/13/2026
- Latest version: 4.5.0-preview.2 (prerelease)
Oracle Database implementation for Voyager.DBConnection. Provides OracleDatabase and OracleDbCommandExecutor with Result monad pattern for testable database operations. Includes Oracle-specific error mapping... More information -
- 744 total downloads
- last updated 1/13/2026
- Latest version: 4.5.0-preview.2 (prerelease)
PostgreSQL implementation for Voyager.DBConnection. Provides PostgreSqlDatabase and PostgreSqlDbCommandExecutor with Result monad pattern for testable database operations. Includes PostgreSQL-specific error... More information -
- 735 total downloads
- last updated 1/13/2026
- Latest version: 4.5.0-preview.2 (prerelease)
MySQL/MariaDB implementation for Voyager.DBConnection. Provides MySqlDatabase and MySqlDbCommandExecutor with Result monad pattern for testable database operations. Includes MySQL-specific error mapping and... More information -
- 689 total downloads
- last updated 9/24/2024
- Latest version: 1.1.0
The library supporting migration from the UnityContainer to the DependencyInjection