VOOZH about

URL: https://www.nuget.org/packages/Semantico.UI/

⇱ NuGet Gallery | Semantico.UI 3.7.0.1




Semantico.UI 3.7.0.1

dotnet add package Semantico.UI --version 3.7.0.1
 
 
NuGet\Install-Package Semantico.UI -Version 3.7.0.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.UI" Version="3.7.0.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Semantico.UI" Version="3.7.0.1" />
 
Directory.Packages.props
<PackageReference Include="Semantico.UI" />
 
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.UI --version 3.7.0.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Semantico.UI, 3.7.0.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.UI@3.7.0.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.UI&version=3.7.0.1
 
Install as a Cake Addin
#tool nuget:?package=Semantico.UI&version=3.7.0.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Semantico.UI

Blazor UI components for Semantico admin interface.

Overview

This package contains the Blazor components and MudBlazor-based admin interface for managing Semantico data sources, queries, subscriptions, and notifications.

Installation

dotnet add package Semantico.Core.PostgreSql
dotnet add package Semantico.UI.AspNet

Note: This package is typically installed as a dependency when you install Semantico.UI.AspNet.

Features

  • Modern Blazor Server UI with MudBlazor components
  • SQL editor with syntax highlighting and autocomplete
  • Database explorer with schema introspection
  • Query execution preview and testing
  • Subscription management with cron scheduling
  • Notification history and analytics
  • Data migration job monitoring
  • Real-time execution metrics

Components Included

  • Data Sources: Manage database connections
  • Queries: Create and test multi-step queries
  • Subscriptions: Schedule automated query execution
  • Recipients: Configure notification delivery channels
  • Notifications: View delivery history and results
  • Data Migration: Monitor ETL job execution

Usage

This package is designed to be hosted in an ASP.NET Core application using the Semantico.UI.AspNet package:

using Semantico.UI.AspNet;

app.UseSemanticoUI()
 .UseBasicAuthentication("admin", "admin")
 .AddBlazorUI("/semantico");

Access the UI at: http://localhost:5000/semantico

Documentation

License

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.7.0.1 120 5/12/2026
3.6.0.1 120 4/7/2026
3.5.0.2 564 2/24/2026
3.5.0.1 126 2/24/2026
3.4.0.3 161 2/18/2026
3.4.0.2 112 2/18/2026
3.4.0.1 112 2/16/2026
3.3.0.1 133 2/9/2026
3.2.1.1 240 2/3/2026
3.1.1.1 147 1/27/2026
3.0.0.5 219 1/26/2026
3.0.0.4 133 1/23/2026
3.0.0.3 111 1/23/2026
3.0.0.2 116 1/23/2026
3.0.0.1 132 1/22/2026
2.0.8.7 129 1/22/2026
2.0.8.6 142 1/21/2026
2.0.8.5 125 1/21/2026
2.0.8.4 113 1/21/2026
2.0.8.3 116 1/20/2026
Loading failed