Info
Version: | 1.5.0 |
Author(s): | Emanuele Gualtierotti |
Last Update: | Wednesday, March 2, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Plugga.Core |
Install
Install-Package Plugga.Core
dotnet add package Plugga.Core
paket add Plugga.Core
Plugga.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Components.WebAssembly.Server(>= 3.2.1)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson(>= 3.1.9)
- Microsoft.AspNetCore.SignalR.Client(>= 3.1.9)
- Microsoft.EntityFrameworkCore(>= 3.1.9)
- Microsoft.EntityFrameworkCore.Cosmos(>= 3.1.9)
- Microsoft.EntityFrameworkCore.InMemory(>= 3.1.9)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.9)
- Microsoft.EntityFrameworkCore.Sqlite(>= 3.1.9)
- Npgsql.EntityFrameworkCore.PostgreSQL(>= 3.1.4)
- Serilog.Extensions.Logging(>= 3.0.1)
- Serilog.Settings.Configuration(>= 3.1.0)
- Serilog.Sinks.Console(>= 3.1.1)
- Serilog.Sinks.File(>= 4.1.0)
- Serilog.Sinks.MSSqlServer(>= 5.5.1)
- Serilog.Sinks.MySQL(>= 4.0.0)
- Serilog.Sinks.SQLite(>= 5.0.0)
Tags
Pluggable components are a little set of commonly used objects as Controllers, DbContexts, Razor Pages, SignalR Hubs, HostedServices, static assets and, of course, your own component objects.