ProtobufFormatter
ASP.NET Core 1.0 MVC Protobuf Formatters
Install / Use
/learn @damienpontifex/ProtobufFormatterREADME
ProtobufFormatters
ASP.NET MVC Core 1.0 Protocol Buffer formatters inspired by https://github.com/damienbod/AspNetMvc6ProtobufFormatters with refactoring formatters to class library. Enables adding them to arbitrary MVC project exactly like the built in Json formatters.
Web API Usage
Startup.cs add the protocol buffer formatters exactly like you add the built in Json Formatters.
public void ConfigureServices(IServiceCollection services)
{
services.AddMvcCore()
.AddProtobufFormatters();
}
public void Configure(IApplicationBuilder app)
{
app.UseMvc();
}
Sample Usage
ASP.NET Mvc Core API sample project under test/ProtobufFormatter.WebApi.Test
Related Skills
node-connect
341.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
