AspNetCoreMicroserviceInitializer.TradingDesk
1.0.1
AspNetCoreMicroserviceInitializer.TradingDesk 1.0.2
Additional DetailsThe new package fixes the order of enum description in the WebApplicationModules.cs (needed for the new version of AspNetCoreMicroserviceInitializer.Registrations, where the HealthChecks registration problem is fixed).
See the version list below for details.
dotnet add package AspNetCoreMicroserviceInitializer.TradingDesk --version 1.0.1
NuGet\Install-Package AspNetCoreMicroserviceInitializer.TradingDesk -Version 1.0.1
<PackageReference Include="AspNetCoreMicroserviceInitializer.TradingDesk" Version="1.0.1" />
paket add AspNetCoreMicroserviceInitializer.TradingDesk --version 1.0.1
#r "nuget: AspNetCoreMicroserviceInitializer.TradingDesk, 1.0.1"
// Install AspNetCoreMicroserviceInitializer.TradingDesk as a Cake Addin #addin nuget:?package=AspNetCoreMicroserviceInitializer.TradingDesk&version=1.0.1 // Install AspNetCoreMicroserviceInitializer.TradingDesk as a Cake Tool #tool nuget:?package=AspNetCoreMicroserviceInitializer.TradingDesk&version=1.0.1
What It This?
A inventory library for fast initialization of basic .NET 8 microservice modules and initialization of basic docker compose.
This library is using in AspNetCoreMicroserviceInitializer.Registrations - it is the main project that stores the WebApplicationBuilderFacade.
For more information see https://www.nuget.org/packages/AspNetCoreMicroserviceInitializer.Registrations.
Tech Stack
- .NET 8
NuGet Packages
AspNetCore.HealthChecks.UI
AspNetCore.HealthChecks.UI.Client
AspNetCore.HealthChecks.UI.InMemory.Storage
AutoMapper
EFCore.NamingConventions
Hangfire.AspNetCore
Hangfire.Core
Hangfire.MemoryStorage
Hangfire.PostgreSql
Microsoft.EntityFrameworkCore
Microsoft.EntityFrameworkCore.Relational
Microsoft.EntityFrameworkCore.Tools
Microsoft.Extensions.Configuration
Microsoft.Extensions.DependencyInjection
Microsoft.Extensions.Hosting
Microsoft.Extensions.Logging
Microsoft.Extensions.Options
Microsoft.Extensions.Options.ConfigurationExtensions
Newtonsoft.Json
Npgsql.EntityFrameworkCore.PostgreSQL
Serilog.AspNetCore
Serilog.Sinks.SQLite
Swashbuckle.AspNetCore
Authors
Contacts
Year of Development
2024
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- AspNetCore.HealthChecks.UI (>= 8.0.2)
- AspNetCore.HealthChecks.UI.Client (>= 8.0.1)
- AspNetCore.HealthChecks.UI.InMemory.Storage (>= 8.0.1)
- AutoMapper (>= 13.0.1)
- Hangfire.AspNetCore (>= 1.8.15)
- Hangfire.Core (>= 1.8.15)
- Hangfire.MemoryStorage (>= 1.8.1.1)
- Hangfire.PostgreSql (>= 1.20.10)
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.DependencyInjection (>= 9.0.0)
- Microsoft.Extensions.Hosting (>= 9.0.0)
- Microsoft.Extensions.Logging (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 9.0.0)
- Newtonsoft.Json (>= 13.0.3)
- Serilog.AspNetCore (>= 8.0.3)
- Serilog.Sinks.SQLite (>= 6.0.0)
- Swashbuckle.AspNetCore (>= 7.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AspNetCoreMicroserviceInitializer.TradingDesk:
Package | Downloads |
---|---|
AspNetCoreMicroserviceInitializer.Registrations
This library adds a new class `WebApplicationFacade`, which helps you quickly deploy the `.NET 8` microservice and add the desired modules to the application. The most up-to-date documentation on GitHub Wiki: https://github.com/qpashkaaa/Asp-Net-Core-Microservice-Initializer/wiki. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated description, title and Readme. All the basic information is contained in another NuGet package - AspNetCoreMicroserviceInitializer.Registrations