AspNetCoreMicroserviceInitializer.TradingDesk
1.2.0
See the version list below for details.
dotnet add package AspNetCoreMicroserviceInitializer.TradingDesk --version 1.2.0
NuGet\Install-Package AspNetCoreMicroserviceInitializer.TradingDesk -Version 1.2.0
<PackageReference Include="AspNetCoreMicroserviceInitializer.TradingDesk" Version="1.2.0" />
paket add AspNetCoreMicroserviceInitializer.TradingDesk --version 1.2.0
#r "nuget: AspNetCoreMicroserviceInitializer.TradingDesk, 1.2.0"
// Install AspNetCoreMicroserviceInitializer.TradingDesk as a Cake Addin #addin nuget:?package=AspNetCoreMicroserviceInitializer.TradingDesk&version=1.2.0 // Install AspNetCoreMicroserviceInitializer.TradingDesk as a Cake Tool #tool nuget:?package=AspNetCoreMicroserviceInitializer.TradingDesk&version=1.2.0
All NuGet packages
- AspNetCoreMicroserviceInitializer.Registrations
- AspNetCoreMicroserviceInitializer.TradingDesk
- AspNetCoreMicroserviceInitializer.Database
What It This?
This library provides the inventory for AspNetCoreMicroserviceInitializer.Registrations.
This library contains:
- Attributes.
- Enums.
- Exceptions.
- HangfireFilters.
- Helpers.
- Interfaces.
- Migration services.
- Settings.
It is assumed that the library will be used in conjunction with other libraries to quickly deploy microservices:
AspNetCoreMicroserviceInitializer.Database
andAspNetCoreMicroserviceInitializer.Registrations
.
Docs
Tech Stack
.NET 8
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.
Big changes to the library group:
Updated documentation: https://github.com/qpashkaaa/Asp-Net-Core-Microservice-Initializer/wiki.
AspNetCoreMicroserviceInitializer.Database
- Interfaces, custom clients, attributes and abstract repositories for MongoDB and Redis have been added.
- The MongoCollectionAttribute has been added to specify the collection name.
- Renamed the IEntity entity to ISqlEntity.
- Renamed the IRepository and RepositoryBase to ISqlRepository and SqlRepositoryBase and similar entities.
AspNetCoreMicroserviceInitializer.Registrations
- Added the modules to automatically register WebApplicationModules.MongoDatabase and WebApplicationModules.RedisDatabase modules in WebApplicationFacade.
AspNetCoreMicroserviceInitializer.TradingDesk
- The AutoRegister RepositoryAttribute has added the ability to pass the interface type and ServiceLifetime as parameters for registration in DI.
- Basic configuration models have been added for using the MongoDB and Redis module (MongoSettingsBase, RedisSettingsBase).