Fen.Service 5.0.0-rc7

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-rc7
                    
NuGet\Install-Package Fen.Service -Version 5.0.0-rc7
                    
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-rc7" />
                    
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-rc7" />
                    
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-rc7
                    
#r "nuget: Fen.Service, 5.0.0-rc7"
                    
#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.
#:package Fen.Service@5.0.0-rc7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fen.Service&version=5.0.0-rc7&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fen.Service&version=5.0.0-rc7&prerelease
                    
Install 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 1,072 2023/3/20
7.1.0-pre1 554 2022/7/11
7.0.0 3,810 2022/4/1
7.0.0-pre6 789 2022/3/17
7.0.0-pre5 430 2022/3/16
7.0.0-pre4 401 2022/3/16
7.0.0-pre3 410 2022/3/15
7.0.0-pre2 415 2022/3/14
7.0.0-pre1 400 2022/3/14
6.0.1 28,822 2021/9/16
6.0.0 4,363 2021/8/16
6.0.0-rc1 504 2021/8/12
5.0.0 12,892 2021/6/22
5.0.0-rc8 981 2021/4/29
5.0.0-rc7 856 2021/3/29
5.0.0-rc6 532 2021/3/25
5.0.0-rc5 498 2021/3/24
5.0.0-rc4 631 2021/3/19
5.0.0-rc3 573 2021/3/19
5.0.0-rc2 521 2021/3/18
Loading failed

➟ 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.