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" />
<PackageVersion Include="HateoasNet" Version="2.0.0" />
<PackageReference Include="HateoasNet" />
paket add HateoasNet --version 2.0.0
#r "nuget: HateoasNet, 2.0.0"
#addin nuget:?package=HateoasNet&version=2.0.0
#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. 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. |
.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 | 189 | 2/28/2023 |
2.0.2021 | 8,539 | 11/25/2021 |
2.0.41-beta | 262 | 4/15/2021 |
2.0.40-beta | 888 | 1/14/2021 |
2.0.39-beta | 278 | 1/14/2021 |
2.0.38-beta | 341 | 8/19/2020 |
2.0.37-beta | 349 | 8/19/2020 |
2.0.20 | 4,019 | 8/19/2020 |
2.0.19 | 471 | 8/19/2020 |
2.0.1 | 626 | 6/20/2020 |
2.0.0 | 604 | 6/14/2020 |
1.0.0-alpha-1 | 423 | 5/6/2020 |
1.0.0-alpha-0 | 395 | 5/5/2020 |
1.0.0-alpha | 413 | 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