Fen.Service
5.0.0-rc7
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
<PackageReference Include="Fen.Service" Version="5.0.0-rc7" />
<PackageVersion Include="Fen.Service" Version="5.0.0-rc7" />
<PackageReference Include="Fen.Service" />
paket add Fen.Service --version 5.0.0-rc7
#r "nuget: Fen.Service, 5.0.0-rc7"
#:package Fen.Service@5.0.0-rc7
#addin nuget:?package=Fen.Service&version=5.0.0-rc7&prerelease
#tool nuget:?package=Fen.Service&version=5.0.0-rc7&prerelease
Standardized Service conventions, from the opinions of the Fulfiller Enablement team.
| Product | Versions 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. |
-
.NETCoreApp 3.1
- Amazon.Lambda.AspNetCoreServer (>= 5.3.1)
- AWSXRayRecorder.Handlers.AspNetCore (>= 2.7.2)
- AWSXRayRecorder.Handlers.System.Net (>= 2.7.2)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 3.1.0)
- Microsoft.AspNetCore.HeaderPropagation (>= 3.1.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.1.0)
- Swashbuckle.AspNetCore.Annotations (>= 6.1.0)
- Swashbuckle.AspNetCore.Newtonsoft (>= 6.1.0)
- Tiger.Secrets (>= 2.1.1)
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 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.