Fen.Service 6.0.0-rc1

This is a prerelease version of Fen.Service.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Fen.Service --version 6.0.0-rc1                
NuGet\Install-Package Fen.Service -Version 6.0.0-rc1                
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="Fen.Service" Version="6.0.0-rc1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fen.Service --version 6.0.0-rc1                
#r "nuget: Fen.Service, 6.0.0-rc1"                
#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.
// Install Fen.Service as a Cake Addin
#addin nuget:?package=Fen.Service&version=6.0.0-rc1&prerelease

// Install Fen.Service as a Cake Tool
#tool nuget:?package=Fen.Service&version=6.0.0-rc1&prerelease                

Standardized Service conventions, from the opinions of the Fulfiller Enablement team.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
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
7.1.1-pre1 725 3/20/2023
7.1.0-pre1 349 7/11/2022
7.0.0 2,990 4/1/2022
7.0.0-pre6 569 3/17/2022
7.0.0-pre5 223 3/16/2022
7.0.0-pre4 190 3/16/2022
7.0.0-pre3 204 3/15/2022
7.0.0-pre2 202 3/14/2022
7.0.0-pre1 213 3/14/2022
6.0.1 21,130 9/16/2021
6.0.0 2,317 8/16/2021
6.0.0-rc1 310 8/12/2021
5.0.0 11,455 6/22/2021
5.0.0-rc8 753 4/29/2021
5.0.0-rc7 599 3/29/2021
5.0.0-rc6 306 3/25/2021
5.0.0-rc5 300 3/24/2021
5.0.0-rc4 404 3/19/2021
5.0.0-rc3 342 3/19/2021
5.0.0-rc2 312 3/18/2021
5.0.0-rc1 373 3/11/2021
4.3.1 3,833 12/20/2019
4.3.0 4,677 7/2/2019
4.2.3 2,497 5/2/2019
4.2.2 3,105 2/18/2019
4.2.2-pre1 766 1/29/2019
4.2.1 1,726 1/18/2019
4.2.0 35,829 11/1/2018
4.1.2 9,883 8/27/2018
4.1.1 1,713 8/27/2018
4.1.1-pre2 747 8/27/2018
4.1.1-pre1 724 8/27/2018
4.1.0-pre4 690 8/24/2018
4.1.0-pre3 714 8/24/2018
4.1.0-pre2 783 8/22/2018
4.1.0-pre1 792 8/21/2018
4.0.1 2,126 7/24/2018
4.0.0 1,837 7/20/2018
4.0.0-preview7-1 860 7/16/2018
4.0.0-preview7 844 7/16/2018
4.0.0-preview6 876 7/16/2018
4.0.0-preview5 839 7/13/2018
4.0.0-preview4 958 6/13/2018
4.0.0-preview3 919 6/12/2018
4.0.0-preview2 1,164 5/23/2018
4.0.0-preview1 836 5/22/2018
3.0.1 4,014 3/20/2018
3.0.0 1,857 3/19/2018
2.0.2 2,348 2/19/2018
2.0.1 1,935 2/19/2018
1.1.1 6,252 1/15/2018
1.1.0 1,927 12/14/2017

➟ Release 6.0.0
⁃ Conventions are added to the end of the middleware stack automatically.
 ⁃ In most cases, this means that the `Configure` method can be removed from startup classes altogether.
⁃ The forwarded headers middleware is now activated in the default way, via setting the environment variable `ASPNETCORE_FORWARDEDHEADERS_ENABLED` to "true".
 ⁃ It now also uses the default configuration by default.
⁃ The collection of API conventions has been improved to cover more cases.
⁃ Convenient action results have been consolidated into the library.

➟ Release 5.0.0
⁃ The library is now compatible with netcoreapp3.1.
 ⁃ It uses features such as endpoint routing, and has been modernized to fit the framework.
 ⁃ Health checks have been delegated to the framework-provided types and systems.
 ⁃ Routing to the singular Swagger (OpenAPI) definition has been simplified.
   ⁃ Routing to the definition is linear, and will thus no longer report meaningless routing failures.
⁃ Standardized CORS rules have been added, and can be accessed by standardized keys.
⁃ `ConfigureProgramServices` has been moved to an extension method on `IServiceCollection` called `AddProgramServices`.
⁃Tiger.Secrets is now completely separated from this library.