Lumarin.Notify.Hosting.Embedded.PostgreSQL
0.8.0-preview.110
This is a prerelease version of Lumarin.Notify.Hosting.Embedded.PostgreSQL.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Lumarin.Notify.Hosting.Embedded.PostgreSQL --version 0.8.0-preview.110
NuGet\Install-Package Lumarin.Notify.Hosting.Embedded.PostgreSQL -Version 0.8.0-preview.110
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="Lumarin.Notify.Hosting.Embedded.PostgreSQL" Version="0.8.0-preview.110" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lumarin.Notify.Hosting.Embedded.PostgreSQL" Version="0.8.0-preview.110" />
<PackageReference Include="Lumarin.Notify.Hosting.Embedded.PostgreSQL" />
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 Lumarin.Notify.Hosting.Embedded.PostgreSQL --version 0.8.0-preview.110
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Lumarin.Notify.Hosting.Embedded.PostgreSQL, 0.8.0-preview.110"
#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 Lumarin.Notify.Hosting.Embedded.PostgreSQL@0.8.0-preview.110
#: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=Lumarin.Notify.Hosting.Embedded.PostgreSQL&version=0.8.0-preview.110&prerelease
#tool nuget:?package=Lumarin.Notify.Hosting.Embedded.PostgreSQL&version=0.8.0-preview.110&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Lumarin.Notify.Hosting.Embedded.PostgreSQL
Lumarin.Notify.Hosting.Embedded.PostgreSQL is an optional convenience package for the common embedded-hosting profile:
Lumarin.Notify.CoreLumarin.Notify.EntityFrameworkCoreLumarin.Notify.EntityFrameworkCore.PostgreSQLLumarin.Notify.AspNetCoreLumarin.Notify.AdminLumarin.Notify.Admin.EntityFrameworkCore
It keeps composition explicit while reducing setup boilerplate for hosts that want to run Lumarin.Notify inside an existing ASP.NET Core application backed by PostgreSQL.
builder.Services.AddLumarinNotifyEmbeddedPostgreSql(options =>
{
options.ConfigureLumarinNotify = notify =>
{
notify.UseDatabase(connectionString, "postgresql");
notify.Delivery.EnableBackgroundWorkers = false;
};
options.ConfigureAspNetCore = hosted =>
{
hosted.ScopeType = "account";
hosted.Features.EnableTemplates = true;
hosted.Features.EnableTracking = true;
};
options.ConfigureAdmin = admin =>
{
admin.RoutePrefix = "/ops/admin";
};
});
The package does not own authentication or authorization. Register your app's ILumarinNotifyIdentityResolver, ILumarinNotifyAuthorizationPolicy, and IAdminAuthorizationPolicy explicitly.
| 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
- Lumarin.Notify.Admin (>= 0.8.0-preview.110)
- Lumarin.Notify.Admin.EntityFrameworkCore (>= 0.8.0-preview.110)
- Lumarin.Notify.Admin.EntityFrameworkCore.PostgreSQL (>= 0.8.0-preview.110)
- Lumarin.Notify.AspNetCore (>= 0.8.0-preview.110)
- Lumarin.Notify.Core (>= 0.8.0-preview.110)
- Lumarin.Notify.EntityFrameworkCore (>= 0.8.0-preview.110)
- Lumarin.Notify.EntityFrameworkCore.PostgreSQL (>= 0.8.0-preview.110)
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 |
|---|---|---|
| 0.8.0-preview.115 | 61 | 4/18/2026 |
| 0.8.0-preview.114 | 58 | 4/18/2026 |
| 0.8.0-preview.113 | 60 | 4/17/2026 |
| 0.8.0-preview.112 | 57 | 4/17/2026 |
| 0.8.0-preview.111 | 62 | 4/17/2026 |
| 0.8.0-preview.110 | 66 | 4/16/2026 |