sander1095 / munisio

A modern HATEOAS library for .NET to reduce your client-side validation
MIT License
8 stars 4 forks source link

Consider if the library needs changes to be used optimally with the new minimal API's #19

Open sander1095 opened 2 years ago

sander1095 commented 2 years ago

ASP.NET Core 6 introduces minimal API's that are pretty neat! But they are not using MVC, so can't be used with this library.

Do we want to support them? If so, how? Perhaps this is related to #18 and #15.

sander1095 commented 2 years ago

https://github.com/khalidabuhakmeh/GroupsAndFilters might be very interesting!