Fen.Service
7.0.0
See the version list below for details.
dotnet add package Fen.Service --version 7.0.0
NuGet\Install-Package Fen.Service -Version 7.0.0
<PackageReference Include="Fen.Service" Version="7.0.0" />
paket add Fen.Service --version 7.0.0
#r "nuget: Fen.Service, 7.0.0"
// Install Fen.Service as a Cake Addin
#addin nuget:?package=Fen.Service&version=7.0.0
// Install Fen.Service as a Cake Tool
#tool nuget:?package=Fen.Service&version=7.0.0
Standardized Service conventions, from the opinions of the Fulfiller Enablement team.
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
-
net6.0
- Amazon.Lambda.AspNetCoreServer (>= 7.1.0)
- Amazon.Lambda.AspNetCoreServer.Hosting (>= 1.1.0)
- AWSXRayRecorder.Handlers.AspNetCore (>= 2.7.3)
- AWSXRayRecorder.Handlers.System.Net (>= 2.7.3)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 6.0.0)
- Microsoft.AspNetCore.HeaderPropagation (>= 6.0.0)
- Swashbuckle.AspNetCore.Annotations (>= 6.3.0)
- Swashbuckle.AspNetCore.Newtonsoft (>= 6.3.0)
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.0-pre1 | 132 | 7/11/2022 |
7.0.0 | 1,440 | 4/1/2022 |
7.0.0-pre6 | 365 | 3/17/2022 |
7.0.0-pre5 | 97 | 3/16/2022 |
7.0.0-pre4 | 80 | 3/16/2022 |
7.0.0-pre3 | 83 | 3/15/2022 |
7.0.0-pre2 | 74 | 3/14/2022 |
7.0.0-pre1 | 78 | 3/14/2022 |
6.0.1 | 5,965 | 9/16/2021 |
6.0.0 | 813 | 8/16/2021 |
6.0.0-rc1 | 176 | 8/12/2021 |
5.0.0 | 4,908 | 6/22/2021 |
5.0.0-rc8 | 643 | 4/29/2021 |
5.0.0-rc7 | 484 | 3/29/2021 |
5.0.0-rc6 | 201 | 3/25/2021 |
5.0.0-rc5 | 198 | 3/24/2021 |
5.0.0-rc4 | 303 | 3/19/2021 |
5.0.0-rc3 | 234 | 3/19/2021 |
5.0.0-rc2 | 200 | 3/18/2021 |
5.0.0-rc1 | 244 | 3/11/2021 |
4.3.1 | 3,510 | 12/20/2019 |
4.3.0 | 4,440 | 7/2/2019 |
4.2.3 | 2,189 | 5/2/2019 |
4.2.2 | 2,812 | 2/18/2019 |
4.2.2-pre1 | 658 | 1/29/2019 |
4.2.1 | 1,471 | 1/18/2019 |
4.2.0 | 33,767 | 11/1/2018 |
4.1.2 | 9,489 | 8/27/2018 |
4.1.1 | 1,429 | 8/27/2018 |
4.1.1-pre2 | 600 | 8/27/2018 |
4.1.1-pre1 | 578 | 8/27/2018 |
4.1.0-pre4 | 583 | 8/24/2018 |
4.1.0-pre3 | 579 | 8/24/2018 |
4.1.0-pre2 | 618 | 8/22/2018 |
4.1.0-pre1 | 620 | 8/21/2018 |
4.0.1 | 1,834 | 7/24/2018 |
4.0.0 | 1,504 | 7/20/2018 |
4.0.0-preview7-1 | 730 | 7/16/2018 |
4.0.0-preview7 | 703 | 7/16/2018 |
4.0.0-preview6 | 733 | 7/16/2018 |
4.0.0-preview5 | 721 | 7/13/2018 |
4.0.0-preview4 | 830 | 6/13/2018 |
4.0.0-preview3 | 767 | 6/12/2018 |
4.0.0-preview2 | 1,009 | 5/23/2018 |
4.0.0-preview1 | 721 | 5/22/2018 |
3.0.1 | 3,713 | 3/20/2018 |
3.0.0 | 1,579 | 3/19/2018 |
2.0.2 | 2,013 | 2/19/2018 |
2.0.1 | 1,586 | 2/19/2018 |
1.1.1 | 5,948 | 1/15/2018 |
1.1.0 | 1,540 | 12/14/2017 |
➟ Release 7.0.0
⁃ The Partially Unescaped URI Model Binder has been hidden behind an attribute with better default behavior.
⁃ Methods marked as obsolete have been removed as noted.
⁃ The method `AddProgramServices` has been renamed `AddLocalServices` to reflect the changing nature of AWS Lambda.
➟ Release 6.0.1
⁃ Some upstream bugs have been fixed.
➟ 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.