CaeriusNet 10.1.2
dotnet add package CaeriusNet --version 10.1.2
NuGet\Install-Package CaeriusNet -Version 10.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CaeriusNet" Version="10.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CaeriusNet" Version="10.1.2" />
<PackageReference Include="CaeriusNet" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CaeriusNet --version 10.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CaeriusNet, 10.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CaeriusNet@10.1.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CaeriusNet&version=10.1.2
#tool nuget:?package=CaeriusNet&version=10.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CaeriusNet Source Generator
CaeriusNet Source Generator is a powerful .NET tool that automatically generates DTO (Data Transfer Object) mappers and TVP (Table-Valued Parameter) converters, streamlining the development process for .NET applications.
Features
- DTO Generation: Automatically generates DTO mapping functionality for classes and records
- SQL Type Mapping: Built-in support for mapping .NET types to SQL Server data types
- Nullable Support: Handles nullable types appropriately in both C# and SQL contexts
- Constructor & Property Support: Works with both constructor parameters and public properties
- Attribute-Based: Simple to use with the
[GenerateDto]attribute
Installation
Install the package via NuGet:
CaeriusNet Redis Integration Guide
CaeriusNet supports Redis caching with both traditional connection string and Aspire integration approaches.
Traditional Redis Integration
To use Redis with a connection string:
// In your startup or program file
services.AddCaeriusNet("your-sql-connection-string")
.AddCaeriusRedisCache("your-redis-connection-string");
// Use Redis caching in stored procedure calls
var result = await dbContext.ExecuteStoredProcedureAsync<YourResultType>(
new StoredProcedureParametersBuilder("YourStoredProcedureName")
.AddParameter("@param1", value1, SqlDbType.NVarChar)
.AddRedisCache("your-cache-key", TimeSpan.FromMinutes(10))
.Build()
);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Aspire.Microsoft.Data.SqlClient (>= 13.1.0)
- Aspire.StackExchange.Redis.DistributedCaching (>= 13.1.0)
- CaeriusNet.Generator (>= 10.1.2)
- Microsoft.Data.SqlClient (>= 6.1.4)
- Microsoft.Extensions.Caching.Memory (>= 10.0.2)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 10.0.2)
- Microsoft.Extensions.Configuration.Json (>= 10.0.2)
- Microsoft.Extensions.DependencyInjection (>= 10.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 10.1.2 | 34 | 1/22/2026 | |
| 10.1.0 | 234 | 12/19/2025 | |
| 10.0.1 | 190 | 12/5/2025 | |
| 10.0.0.8-alpha | 154 | 11/2/2025 | |
| 10.0.0.7-alpha | 154 | 10/29/2025 | |
| 10.0.0.6-alpha | 145 | 10/29/2025 | |
| 10.0.0.5-alpha | 155 | 10/29/2025 | |
| 10.0.0.4-alpha | 149 | 10/28/2025 | |
| 10.0.0.3-alpha | 146 | 10/28/2025 | |
| 10.0.0.2-alpha | 151 | 10/27/2025 | |
| 10.0.0.1-alpha | 93 | 10/25/2025 | |
| 10.0.0 | 291 | 11/12/2025 | |
| 10.0.0-alpha | 225 | 10/21/2025 | |
| 9.4.1 | 217 | 9/5/2025 | |
| 9.4.0 | 299 | 9/3/2025 | |
| 9.3.8 | 373 | 7/19/2025 | |
| 9.3.7 | 331 | 6/30/2025 | |
| 9.3.6 | 272 | 6/27/2025 | |
| 9.3.5 | 251 | 5/24/2025 | |
| 9.3.1 | 310 | 5/21/2025 | |
| 9.3.0 | 290 | 5/21/2025 | |
| 9.2.3 | 335 | 4/19/2025 | |
| 9.2.2 | 342 | 4/19/2025 | |
| 9.2.0 | 244 | 4/19/2025 | |
| 9.1.1 | 290 | 3/21/2025 | |
| 9.1.0 | 331 | 3/19/2025 | |
| 9.0.7 | 308 | 3/19/2025 | |
| 9.0.6 | 287 | 2/19/2025 | |
| 9.0.5 | 265 | 1/17/2025 | |
| 9.0.4 | 201 | 1/15/2025 | |
| 9.0.3 | 233 | 12/25/2024 | |
| 9.0.2 | 198 | 12/25/2024 | |
| 9.0.0 | 241 | 12/24/2024 |