HateoasNet 1.0.0-alpha
See the version list below for details.
dotnet add package HateoasNet --version 1.0.0-alpha
NuGet\Install-Package HateoasNet -Version 1.0.0-alpha
<PackageReference Include="HateoasNet" Version="1.0.0-alpha" />
paket add HateoasNet --version 1.0.0-alpha
#r "nuget: HateoasNet, 1.0.0-alpha"
// Install HateoasNet as a Cake Addin #addin nuget:?package=HateoasNet&version=1.0.0-alpha&prerelease // Install HateoasNet as a Cake Tool #tool nuget:?package=HateoasNet&version=1.0.0-alpha&prerelease
.Net Standard Library with base abstractions and common implementations for supporting HateoasNet packages.
Features:
- Support for ease testing and dependencies replacement by custom implementations signing HateoasNet.Abstractions interface contracts;
- Example: Serialization can be changed overwriting the default settings through the constructors of HateoasSerializer and Serialization Libraries can be replaced by implementing custom IHateoasSerializer;
- All sealed classes can be tested by their respective interfaces;
- Support three ways of configuration for IHateoasContext: Inline Function, Separated Classes and discovering Configuration classes from the given assembly;
- Conditional link generation for ease per-request output.
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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Routing (>= 2.2.2)
-
.NETFramework 4.7.2
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Routing (>= 2.2.2)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Routing (>= 2.2.2)
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 | 163 | 2/28/2023 |
2.0.2021 | 8,144 | 11/25/2021 |
2.0.41-beta | 216 | 4/15/2021 |
2.0.40-beta | 809 | 1/14/2021 |
2.0.39-beta | 220 | 1/14/2021 |
2.0.38-beta | 288 | 8/19/2020 |
2.0.37-beta | 297 | 8/19/2020 |
2.0.20 | 3,954 | 8/19/2020 |
2.0.19 | 410 | 8/19/2020 |
2.0.1 | 568 | 6/20/2020 |
2.0.0 | 545 | 6/14/2020 |
1.0.0-alpha-1 | 364 | 5/6/2020 |
1.0.0-alpha-0 | 329 | 5/5/2020 |
1.0.0-alpha | 354 | 5/4/2020 |
Features:
Support for ease testing and dependencies replacement by custom implementations signing HateoasNet.Abstractions interface contracts;
Example: Serialization can be changed overwriting the default settings through the constructors of HateoasSerializer and Serialization Libraries can be replaced by implementing custom IHateoasSerializer;
All sealed classes can be tested by their respective interfaces;
Support three ways of configuration for IHateoasContext: Inline Function, Separated Classes and discovering Configuration classes from the given assembly;
Conditional link generation for ease per-request output.
visit project repo to contribute: https://github.com/icarotorres/HateoasNet.git