Semantico.Core 2.0.7.1

dotnet add package Semantico.Core --version 2.0.7.1
                    
NuGet\Install-Package Semantico.Core -Version 2.0.7.1
                    
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="Semantico.Core" Version="2.0.7.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Semantico.Core" Version="2.0.7.1" />
                    
Directory.Packages.props
<PackageReference Include="Semantico.Core" />
                    
Project file
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 Semantico.Core --version 2.0.7.1
                    
#r "nuget: Semantico.Core, 2.0.7.1"
                    
#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 Semantico.Core@2.0.7.1
                    
#: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=Semantico.Core&version=2.0.7.1
                    
Install as a Cake Addin
#tool nuget:?package=Semantico.Core&version=2.0.7.1
                    
Install as a Cake Tool

Semantico.Core

Core library providing semantic alerts and notifications for databases.

Overview

Semantico.Core contains the domain models, services, and data access abstractions for monitoring databases and sending notifications via Email, Microsoft Teams, and Jira.

Features

  • Multi-step query execution with result chaining
  • Cross-database support (PostgreSQL, SQL Server, MySQL)
  • Notification delivery via Email, Teams, and Jira
  • Data migration and ETL capabilities
  • Database metadata introspection
  • Encrypted connection string storage

Installation

# 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.

Quick Start

using Semantico.Core.PostgreSql;

// Configure in Program.cs
builder.Services.AddPostgreSqlSemantico(
    builder.Configuration.GetConnectionString("SemanticoContext")!,
    schema: "semantico");

builder.Services.AddSemanticoAdmin(builder.Configuration, options =>
{
    options.AddSemanticoScheduler<YourScheduler>();
    options.BaseUrl = "https://your-domain.com/semantico";
});

Documentation

License

MIT License - see LICENSE

Product Compatible and additional computed target framework versions.
.NET 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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Semantico.Core:

Package Downloads
Semantico.UI

Blazor UI components for Semantico. Provides MudBlazor-based admin interface for managing projects, queries, subscriptions, and notifications.

Semantico.UI.AspNet

ASP.NET Core integration for Semantico UI. Provides middleware and service extensions for hosting the Semantico Blazor admin interface in ASP.NET Core applications.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.7.1 35 1/9/2026
2.0.6.1 609 12/9/2025
2.0.5.4 408 12/8/2025
2.0.5.3 296 12/4/2025
2.0.5.2 246 12/3/2025
2.0.5.1 749 12/2/2025
2.0.4.1 265 11/26/2025
2.0.3.1 416 11/12/2025
2.0.2.4 302 10/30/2025
2.0.2.3 237 10/30/2025
2.0.2.2 237 10/30/2025
2.0.2.1 239 10/30/2025