EssenceLite.Infrastructure
1.12.0
dotnet add package EssenceLite.Infrastructure --version 1.12.0
NuGet\Install-Package EssenceLite.Infrastructure -Version 1.12.0
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="EssenceLite.Infrastructure" Version="1.12.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EssenceLite.Infrastructure" Version="1.12.0" />
<PackageReference Include="EssenceLite.Infrastructure" />
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 EssenceLite.Infrastructure --version 1.12.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EssenceLite.Infrastructure, 1.12.0"
#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 EssenceLite.Infrastructure@1.12.0
#: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=EssenceLite.Infrastructure&version=1.12.0
#tool nuget:?package=EssenceLite.Infrastructure&version=1.12.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EssenceLite Framework (NuGet)
EssenceLite is a modular .NET framework for building multi‑tenant SaaS backends with authentication, authorization, tenancy, and strong DX.
- Quick start and package overview: see
framework/README.mdin the repository - Throttling guide (MVP): see
framework/docs/THROTTLING.md - RFCs and architecture: see
RFC-002-Framework-Architecture.md
Install (typical)
<PackageReference Include="EssenceLite.Web" Version="$(Version)" />
<PackageReference Include="EssenceLite.Infrastructure.SQLite" Version="$(Version)" />
<PackageReference Include="EssenceLite.OpenApi" Version="$(Version)" />
<PackageReference Include="EssenceLite.Throttling" Version="$(Version)" />
Configure
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddEssenceLite(builder.Configuration, options =>
{
options.DatabaseProvider = DatabaseProvider.SQLite;
options.ConnectionString = builder.Configuration.GetConnectionString("Default") ?? "Data Source=app.db";
options.JwtSettings.Secret = builder.Configuration["Jwt:Secret"] ?? "dev-secret-change-me";
// Tenancy and throttling
options.TenancySettings.ResolutionStrategy = TenantResolutionStrategy.Header;
options.RateLimitSettings.EnableRateLimiting = true;
options.RateLimitSettings.PermitLimit = 100;
options.RateLimitSettings.Window = TimeSpan.FromMinutes(1);
});
var app = builder.Build();
app.UseEssenceLite();
Links
- Repository: https://github.com/markeesmith/essence-lite
- Issues/PRs welcome for bugs and feature requests
MIT License
| 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 was computed. 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
- AutoMapper (>= 13.0.1)
- EssenceLite.Application (>= 1.12.0)
- EssenceLite.Domain (>= 1.12.0)
- FluentValidation (>= 11.10.0)
- MailKit (>= 4.16.0)
- Microsoft.EntityFrameworkCore (>= 8.0.8)
- Microsoft.EntityFrameworkCore.InMemory (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Sqlite (>= 8.0.8)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.8)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Identity.Core (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- Microsoft.IdentityModel.Tokens (>= 7.7.1)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 8.0.8)
- SendGrid (>= 9.29.3)
- Stripe.net (>= 45.7.0)
- System.IdentityModel.Tokens.Jwt (>= 7.7.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on EssenceLite.Infrastructure:
| Package | Downloads |
|---|---|
|
EssenceLite.Web
ASP.NET Core integration for EssenceLite Framework |
|
|
EssenceLite.Infrastructure.SQLite
SQLite database provider for EssenceLite Framework |
|
|
EssenceLite.Testing
Testing utilities and base classes for EssenceLite framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.12.0 | 177 | 6/16/2026 |
| 1.11.2 | 247 | 6/11/2026 |
| 1.11.1 | 151 | 6/11/2026 |
| 1.11.0 | 153 | 6/11/2026 |
| 1.10.0 | 156 | 6/8/2026 |
| 1.9.0 | 159 | 6/8/2026 |
| 1.8.0 | 159 | 6/7/2026 |
| 1.7.0 | 168 | 6/7/2026 |
| 1.6.0 | 188 | 6/6/2026 |
| 1.5.1 | 154 | 6/6/2026 |
| 1.5.0 | 176 | 6/5/2026 |
| 1.4.0 | 163 | 6/4/2026 |
| 1.3.2 | 162 | 6/1/2026 |
| 1.3.1 | 161 | 6/1/2026 |
| 1.3.0 | 153 | 6/1/2026 |
| 1.3.0-pre.7 | 188 | 6/1/2026 |
| 1.3.0-pre.6 | 70 | 5/31/2026 |
| 1.3.0-pre.5 | 87 | 5/30/2026 |
| 1.3.0-pre.4 | 75 | 5/28/2026 |
| 1.3.0-pre.3 | 140 | 5/13/2026 |
Loading failed