Solidcode.Work.Infra
2.5.6
dotnet add package Solidcode.Work.Infra --version 2.5.6
NuGet\Install-Package Solidcode.Work.Infra -Version 2.5.6
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="Solidcode.Work.Infra" Version="2.5.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Solidcode.Work.Infra" Version="2.5.6" />
<PackageReference Include="Solidcode.Work.Infra" />
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 Solidcode.Work.Infra --version 2.5.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Solidcode.Work.Infra, 2.5.6"
#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 Solidcode.Work.Infra@2.5.6
#: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=Solidcode.Work.Infra&version=2.5.6
#tool nuget:?package=Solidcode.Work.Infra&version=2.5.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Solidcode.Work.Infra
Solidcode.Work.Infra is a reusable infrastructure library for .NET developers.
It provides ready-to-use building blocks for:
- Databases: EF Core (SQL Server, PostgreSQL), MongoDB
- Caching: Redis
- Messaging: MassTransit + RabbitMQ
- Resilience: Polly-based HTTP client helpers
- Unified responses:
TResponse<T>andMessageErrorType - Logging: Built-in
ILogger<T>integration with optional Serilog extension - Authentication
- JWT bearer authentication with issuer, audience, and secret key validation
- One‑line setup via
AddSolidcodeJwtAuthentication()
Installation
dotnet add package Solidcode.Work.Infra
### 🔐 Authentication
Enable JWT authentication with a single extension:
```csharp
builder.Services.AddSolidcodeJwtAuthentication();
var app = builder.Build();
app.UseAuthentication();
app.UseAuthorization();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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.
-
net8.0
- Dapper (>= 2.1.72)
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- MassTransit.AspNetCore (>= 7.3.1)
- MassTransit.RabbitMq (>= 8.5.2)
- MediatR (>= 14.1.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.8)
- Microsoft.EntityFrameworkCore (>= 9.0.8)
- Microsoft.EntityFrameworkCore.SqlServer (>= 9.0.8)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 9.0.8)
- Microsoft.Extensions.Configuration (>= 9.0.8)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.8)
- Microsoft.Extensions.DependencyInjection (>= 9.0.8)
- Microsoft.Extensions.Http (>= 9.0.8)
- Microsoft.Extensions.Http.Polly (>= 9.0.8)
- Microsoft.IdentityModel.Tokens (>= 8.14.0)
- MongoDB.Bson (>= 3.4.3)
- MongoDB.Driver (>= 3.4.3)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 9.0.4)
- Polly (>= 8.6.3)
- Serilog.AspNetCore (>= 8.0.1)
- Serilog.Enrichers.Environment (>= 2.3.0)
- Serilog.Enrichers.Process (>= 2.0.2)
- Serilog.Enrichers.Thread (>= 3.1.0)
- Serilog.Sinks.Console (>= 6.1.1)
- Swashbuckle.AspNetCore (>= 9.0.3)
- System.IdentityModel.Tokens.Jwt (>= 8.7.0)
- WolverineFx (>= 5.32.0)
- WolverineFx.EntityFrameworkCore (>= 5.32.0)
- WolverineFx.RabbitMQ (>= 5.32.0)
- Yarp.ReverseProxy (>= 2.3.0)
-
net9.0
- Dapper (>= 2.1.72)
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- MassTransit.AspNetCore (>= 7.3.1)
- MassTransit.RabbitMq (>= 8.5.2)
- MediatR (>= 14.1.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.8)
- Microsoft.EntityFrameworkCore (>= 9.0.8)
- Microsoft.EntityFrameworkCore.SqlServer (>= 9.0.8)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 9.0.8)
- Microsoft.Extensions.Configuration (>= 9.0.8)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.8)
- Microsoft.Extensions.DependencyInjection (>= 9.0.8)
- Microsoft.Extensions.Http (>= 9.0.8)
- Microsoft.Extensions.Http.Polly (>= 9.0.8)
- Microsoft.IdentityModel.Tokens (>= 8.14.0)
- MongoDB.Bson (>= 3.4.3)
- MongoDB.Driver (>= 3.4.3)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 9.0.4)
- Polly (>= 8.6.3)
- Serilog.AspNetCore (>= 8.0.1)
- Serilog.Enrichers.Environment (>= 2.3.0)
- Serilog.Enrichers.Process (>= 2.0.2)
- Serilog.Enrichers.Thread (>= 3.1.0)
- Serilog.Sinks.Console (>= 6.1.1)
- Swashbuckle.AspNetCore (>= 9.0.3)
- System.IdentityModel.Tokens.Jwt (>= 8.7.0)
- WolverineFx (>= 5.32.0)
- WolverineFx.EntityFrameworkCore (>= 5.32.0)
- WolverineFx.RabbitMQ (>= 5.32.0)
- Yarp.ReverseProxy (>= 2.3.0)
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 |
|---|---|---|
| 2.5.6 | 0 | 6/21/2026 |
| 2.5.5 | 0 | 6/21/2026 |
| 2.5.4 | 0 | 6/21/2026 |
| 2.5.2 | 3 | 6/21/2026 |
| 2.5.1 | 51 | 6/20/2026 |
| 2.5.0 | 44 | 6/20/2026 |
| 2.4.8 | 45 | 6/20/2026 |
| 2.4.7 | 48 | 6/18/2026 |
| 2.4.6 | 48 | 6/18/2026 |
| 2.4.5 | 45 | 6/18/2026 |
| 2.4.4 | 57 | 6/18/2026 |
| 2.4.3 | 47 | 6/18/2026 |
| 2.4.2 | 47 | 6/18/2026 |
| 2.4.1 | 46 | 6/17/2026 |
| 2.4.0 | 72 | 6/16/2026 |
| 2.3.9 | 57 | 6/16/2026 |
| 2.3.8 | 84 | 6/16/2026 |
| 2.3.6 | 64 | 6/16/2026 |
| 2.3.5 | 66 | 6/16/2026 |
| 2.3.4 | 65 | 6/16/2026 |
Loading failed
Initial release of Solidcode.Work.Infra with EF Core, MongoDB, Redis, RabbitMQ, and HTTP helpers.