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" />
<PackageVersion Include="Fen.Service" Version="7.0.0" />
<PackageReference Include="Fen.Service" />
paket add Fen.Service --version 7.0.0
#r "nuget: Fen.Service, 7.0.0"
#:package Fen.Service@7.0.0
#addin nuget:?package=Fen.Service&version=7.0.0
#tool nuget:?package=Fen.Service&version=7.0.0
Standardized Service conventions, from the opinions of the Fulfiller Enablement team.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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. |
-
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.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 |
➟ 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.