Fen.Service 5.0.0-rc3

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

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.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 843 3/20/2023
7.1.0-pre1 380 7/11/2022
7.0.0 3,124 4/1/2022
7.0.0-pre6 604 3/17/2022
7.0.0-pre5 258 3/16/2022
7.0.0-pre4 234 3/16/2022
7.0.0-pre3 239 3/15/2022
7.0.0-pre2 237 3/14/2022
7.0.0-pre1 248 3/14/2022
6.0.1 23,191 9/16/2021
6.0.0 2,743 8/16/2021
6.0.0-rc1 349 8/12/2021
5.0.0 11,786 6/22/2021
5.0.0-rc8 799 4/29/2021
5.0.0-rc7 643 3/29/2021
5.0.0-rc6 351 3/25/2021
5.0.0-rc5 344 3/24/2021
5.0.0-rc4 455 3/19/2021
5.0.0-rc3 385 3/19/2021
5.0.0-rc2 356 3/18/2021
5.0.0-rc1 417 3/11/2021
4.3.1 3,889 12/20/2019
4.3.0 4,736 7/2/2019
4.2.3 2,558 5/2/2019
4.2.2 3,167 2/18/2019
4.2.2-pre1 821 1/29/2019
4.2.1 1,788 1/18/2019
4.2.0 35,902 11/1/2018
4.1.2 9,962 8/27/2018
4.1.1 1,789 8/27/2018
4.1.1-pre2 820 8/27/2018
4.1.1-pre1 796 8/27/2018
4.1.0-pre4 761 8/24/2018
4.1.0-pre3 789 8/24/2018
4.1.0-pre2 855 8/22/2018
4.1.0-pre1 866 8/21/2018
4.0.1 2,252 7/24/2018
4.0.0 1,964 7/20/2018
4.0.0-preview7-1 1,035 7/16/2018
4.0.0-preview7 1,019 7/16/2018
4.0.0-preview6 1,052 7/16/2018
4.0.0-preview5 1,015 7/13/2018
4.0.0-preview4 1,137 6/13/2018
4.0.0-preview3 1,098 6/12/2018
4.0.0-preview2 1,345 5/23/2018
4.0.0-preview1 1,017 5/22/2018
3.0.1 4,208 3/20/2018
3.0.0 2,050 3/19/2018
2.0.2 2,542 2/19/2018
2.0.1 2,133 2/19/2018
1.1.1 6,457 1/15/2018
1.1.0 2,130 12/14/2017

➟ Release 5.0.0
⁃ The library is now compatible with netcoreapp3.1.
⁃ It thus uses features such as endpoint routing, and has been modernized to fit the framework.

➟ Release 4.3.1
⁃ The lowest level of authentication support has been raised from "implicit" to "accessCode".
⁃ Endpoints allowing anonymous access are no longer erroneously reported as requiring authentication in Swagger definitions.

➟ Release 4.3.0
⁃ Validation failures now respond correctly as problem responses.
⁃ A model binder for partially unescaped URIs (from route parameters) has been added.
⁃ Debug symbols are now pushed to NuGet for client retrieval.
⁃ A near-trivial amount of overhead has been removed from application startup.