HateoasNet 2.0.0
See the version list below for details.
dotnet add package HateoasNet --version 2.0.0
NuGet\Install-Package HateoasNet -Version 2.0.0
<PackageReference Include="HateoasNet" Version="2.0.0" />
paket add HateoasNet --version 2.0.0
#r "nuget: HateoasNet, 2.0.0"
// Install HateoasNet as a Cake Addin #addin nuget:?package=HateoasNet&version=2.0.0 // Install HateoasNet as a Cake Tool #tool nuget:?package=HateoasNet&version=2.0.0
Features:
- All features support testability mocking Hateoas Abstractions;
- Supports three ways of integration:
- Inline configuration with IHateoasContext.Configure method;
- Separated IHateoasSourceBuilder implementations instantiated on IHateoasContext.ApplyConfiguration;
- Separated IHateoasSourceBuilder implementations configured targeting containing assembly with IHateoasContext.ConfigureFromAssembly;
- Fluent-like configurations with lambda expressions;
- Conditional link generation for ease per-request output;
- Optional custom hateoas output feature through implementations of generic IHateoas abstraction.
Visit project repo to contribute: https://github.com/icarotorres/HateoasNet.git
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. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.7.2
- Microsoft.AspNet.WebApi (>= 5.2.7)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.AspNet.WebApi.Core (>= 5.2.7)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.7)
- Microsoft.Web.Infrastructure (>= 1.0.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 |
---|---|---|
3.0.2023-beta | 158 | 2/28/2023 |
2.0.2021 | 7,940 | 11/25/2021 |
2.0.41-beta | 209 | 4/15/2021 |
2.0.40-beta | 804 | 1/14/2021 |
2.0.39-beta | 215 | 1/14/2021 |
2.0.38-beta | 283 | 8/19/2020 |
2.0.37-beta | 284 | 8/19/2020 |
2.0.20 | 3,949 | 8/19/2020 |
2.0.19 | 403 | 8/19/2020 |
2.0.1 | 562 | 6/20/2020 |
2.0.0 | 539 | 6/14/2020 |
1.0.0-alpha-1 | 358 | 5/6/2020 |
1.0.0-alpha-0 | 323 | 5/5/2020 |
1.0.0-alpha | 348 | 5/4/2020 |
Features:
- All features support testability mocking Hateoas Abstractions;
- Supports three ways of integration:
- Inline configuration with IHateoasContext.Configure method;
- Separated IHateoasSourceBuilder implementations instantiated on IHateoasContext.ApplyConfiguration;
- Separated IHateoasSourceBuilder implementations configured targeting containing assembly with IHateoasContext.ConfigureFromAssembly.
- Fluent-like configurations with lambda expressions;
- Conditional link generation for ease per-request output;
- Optional custom hateoas output feature through implementations of generic IHateoas abstraction.
Visit project repo to contribute: https://github.com/icarotorres/HateoasNet.git