sander1095 / munisio

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

Seperate the models and action filters into seperate packages #22

Closed sander1095 closed 1 year ago

sander1095 commented 2 years ago

If a user has their API models in a seperate assembly and wants to use the HateoasObject class in that assembly, that assembly would need a dependency on this package, resulting in a dependency on ASP.NET Core.

This is not desirable!

That is why we should have 2 packages. munisio and munisio.abstractions (or something). Munisio should have a dependency on munisio.abstractions.

jeroenekkelkamp commented 1 year ago

Hey, can i claim this one? :)