hal icon indicating copy to clipboard operation
hal copied to clipboard

The C#/.NET Core implementation of Hypertext Application Language (HAL) specification.

Results 3 hal issues
Sort by recently updated
recently updated
newest added

**Problem statement:** When using swagger with `[ProducesResponseType(typeof(MeetingRoom), StatusCodes.Status200OK)]` The generated docs would produce a schema such as: ``` { "id": 0, "name": "string", "seats": 0 } ``` Where as in...

Hello @daxnet ! First of all, thank you for this library (: From the `IEmbeddedResourceBuilder`, the fluent API seems to expose a Resource method that only accepts one `ResourceBuilder` as...

Move to [TypedResults](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.typedresults) instead as per https://learn.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/10/openapi-analyzers-deprecated you might need .net 10