![]() |
VOOZH | about |
dotnet add package Semantico.Core --version 3.7.0.1
NuGet\Install-Package Semantico.Core -Version 3.7.0.1
<PackageReference Include="Semantico.Core" Version="3.7.0.1" />
<PackageVersion Include="Semantico.Core" Version="3.7.0.1" />Directory.Packages.props
<PackageReference Include="Semantico.Core" />Project file
paket add Semantico.Core --version 3.7.0.1
#r "nuget: Semantico.Core, 3.7.0.1"
#:package Semantico.Core@3.7.0.1
#addin nuget:?package=Semantico.Core&version=3.7.0.1Install as a Cake Addin
#tool nuget:?package=Semantico.Core&version=3.7.0.1Install as a Cake Tool
Core library providing semantic alerts and notifications for databases.
Semantico.Core contains the domain models, services, and data access abstractions for monitoring databases and sending notifications via Email, Microsoft Teams, and Jira.
# For PostgreSQL
dotnet add package Semantico.Core.PostgreSql
# For SQL Server
dotnet add package Semantico.Core.SqlServer
Note: This package is typically installed as a dependency when you install a database provider package.
using Semantico.Core;
// Configure in Program.cs (single method call)
builder.Services.AddSemantico(builder.Configuration, options =>
{
options.UsePostgreSql(builder.Configuration.GetConnectionString("SemanticoContext")!, "semantico");
// Or use SQL Server:
// options.UseSqlServer(builder.Configuration.GetConnectionString("SemanticoContext")!, "semantico");
options.AddSemanticoScheduler<YourScheduler>();
options.BaseUrl = "https://your-domain.com/semantico";
});
MIT License - see LICENSE
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on Semantico.Core:
| Package | Downloads |
|---|---|
|
Semantico.UI
Blazor UI and ASP.NET Core integration for Semantico. Provides MudBlazor-based admin interface with middleware and service extensions for managing projects, queries, subscriptions, and notifications. |
|
|
Semantico.Core.SqlServer
SQL Server database provider for Semantico. Provides Entity Framework Core configuration and migrations for SQL Server databases. |
|
|
Semantico.Core.PostgreSql
PostgreSQL database provider for Semantico. Provides Entity Framework Core configuration and migrations for PostgreSQL databases with snake_case naming conventions. |
|
|
Semantico.AI
Semantico AI extensions library providing LLM-powered documentation generation, alert creation, and AI actors. Optional add-on for Semantico core. |
|
|
Semantico.Connector.PostgreSql
PostgreSQL connector for Semantico |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.7.0.1 | 311 | 5/12/2026 |
| 3.6.0.1 | 278 | 4/7/2026 |
| 3.5.0.2 | 1,063 | 2/24/2026 |
| 3.5.0.1 | 167 | 2/24/2026 |
| 3.4.0.3 | 231 | 2/18/2026 |
| 3.4.0.2 | 149 | 2/18/2026 |
| 3.4.0.1 | 152 | 2/16/2026 |
| 3.3.0.1 | 180 | 2/9/2026 |
| 3.2.1.1 | 323 | 2/3/2026 |
| 3.1.1.1 | 203 | 1/27/2026 |
| 3.0.0.5 | 310 | 1/26/2026 |
| 3.0.0.4 | 172 | 1/23/2026 |
| 3.0.0.3 | 176 | 1/23/2026 |
| 3.0.0.2 | 165 | 1/23/2026 |
| 3.0.0.1 | 181 | 1/22/2026 |
| 2.0.8.7 | 145 | 1/22/2026 |
| 2.0.8.6 | 144 | 1/21/2026 |
| 2.0.8.5 | 121 | 1/21/2026 |
| 2.0.8.4 | 114 | 1/21/2026 |
| 2.0.8.3 | 124 | 1/20/2026 |