riskfirst.hateoas icon indicating copy to clipboard operation
riskfirst.hateoas copied to clipboard

Powerful HATEOAS functionality for .NET web api

Results 12 riskfirst.hateoas issues
Sort by recently updated
recently updated
newest added

…after publishing After updating to .net6 we realized that all of our attached links were no longer being added to responses. Oddly enough when running locally (in debug) the links...

Starting a new API with .NET 6, I've got an error when trying to migrate the database. It says that the entity type 'Link' requires a primary key or need...

In the README.MD is this example ```C# [HttpGet(Name="GetAllModelsRoute")] public async Task GetAllModels() { //... snip .. // } ``` But how would you implement the `AddLinksAsync` part? As far as...

Its been 2 years since your last nuget publish but this repo is actively maintained. Are you going to publish sometime soon?

Hello, has anyone used the package with Autofaq ? It seems the dependecy context is null in that case. The issue is happening when the package is called from another...

Hi, first of all love the library!. I'm just having a minor issue with paging when using .NET 5. Basically the LinksHandlerContext has this line: `public IQueryCollection CurrentQueryValues => ActionContext?.HttpContext?.Request?.Query...

I have been adding links successfully to a .Net Core 3.1 API project. Today I have tried to add versioning to my API via the `Microsoft.AspNetCore.Mvc.Versioning` package and am now...

**Actual** - Nuget package RiskFirst.Hateoas 3.1.1 uses System.Security.Cryptography.Xml 4.5.0 - Information disclosure vulnerability exists in System.Security.Cryptography.Xml 4.5.0 **Expected** - Upgrade Security.Cryptography.Xml from 4.5.0 to 4.7.1 to fix the vulnerability. **References**...

The packages at Nuget.org are lagging from what is released here. That makes this package look more abandoned than it actually is.

**Actual** - Nuget package RiskFirst.Hateoas 3.1.1 uses Newtonsoft.Json 12.0.1 - "Newtonsoft.Json before version 13.0.1 is affected by a mishandling of exceptional conditions vulnerability" (CVE-2024-21907) **Expected** - Upgrade Newtonsoft.Json from 12.0.1...