BrunoZell / JsonModelBinder

An explicit json model binder to allow json serialized parts in a multipart-formdata request of a .NET-Core controller action.
MIT License
33 stars 9 forks source link

Bad namespace Microsoft.AspNetCore.Mvc.ModelBinding #2

Closed baruchiro closed 5 years ago

baruchiro commented 5 years ago

Hi, I think declaring this library as Microsoft.AspNetCore.Mvc.ModelBinding is not "fair".

This makes programmers understand something wrong.

BrunoZell commented 5 years ago

Granted. I took the time and have cleaned up the whole Repository. Haven't done a release yet though. First I want to check how the package integrates with .NET Core 3 and which dependency versions I need to reference. Any thoughts on that?