AspNetCoreMicroserviceInitializer.TradingDesk 2.0.2

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

All NuGet packages

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 and AspNetCoreMicroserviceInitializer.Registrations.

Docs

Tech Stack

  • .NET 8

Authors

Contacts

Year of Development

2024

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

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.

Changed the order of Enum in WebApplicationModules (change the order of registration).