OSLC / oslc4net

A dotnet SDK for OSLC
Eclipse Public License 1.0
14 stars 10 forks source link

Port our `MediaTypeFormatter` to be a `TextOutputFormatter` #67

Open berezovskyi opened 1 year ago

berezovskyi commented 1 year ago

Needed for .NET Core https://docs.microsoft.com/en-us/aspnet/core/web-api/advanced/custom-formatters?view=aspnetcore-6.0

berezovskyi commented 1 year ago

This is one of the central affordances of this SDK and any guidance from people with experience migrating Formatters from ASP.NET MVC to Core is welcome.