WebApiContrib / WebApiContrib.Formatting.ProtoBuf

Web API formatter based on ProtoBuf
http://nuget.org/packages/WebApiContrib.Formatting.ProtoBuf
MIT License
30 stars 19 forks source link

Support for ASP.NET Core 5.0 #5

Open tonysneed opened 9 years ago

tonysneed commented 9 years ago

Are there any plans to support ASP.NET Core 5.0? I would be willing to help out and create a pull request for this.

Cheers, Tony

panesofglass commented 9 years ago

I think there is a new org/project targeting the now merged MVC / Web API bits for ASP.NET vNext. I believe it's driven by the guys that originally created MvcContrib.

tonysneed commented 9 years ago

I can't seem to find anything recent from them. Do you have a link?

tonysneed commented 9 years ago

Actually, writing the input and output formatters for MVC 6 is actually straightforward. The real issue is porting Protobuf-net to ASP.NET Core 5. I've posted an issue on that repo: https://github.com/mgravell/protobuf-net/issues/56.