WebApiContrib / WebAPIContrib.Core

Community Contributions for ASP.NET Core
MIT License
461 stars 116 forks source link

Is this project still maintained? (I want to submit a PR for Protobufs) #231

Open dstahl-axion opened 2 years ago

dstahl-axion commented 2 years ago

Hi, I wanted to see if this project was still maintained?

I noticed that your protocol buffer formatters will let me specify a Surrogate for the Incoming types, but the outgoing formatters do not have such an option. Our project returns an object with a DateTimeOffset and requires a surrogate to serialize it. I've got working code that copies your surrogate configuration from the Input formatter to the Output formatter. If there's interest, I'm happy to submit a PR for it.