https://github.com/damienbod/aspnetcoremvcprotobufformatters
ASP.NET Core MVC Protobuf Formatters (InputFormatter and OutputFormatter)
https://github.com/damienbod/aspnetcoremvcprotobufformatters
asp-net-core csproj formatters msbuild protobuf web-api xunit
Last synced: 11 months ago
JSON representation
ASP.NET Core MVC Protobuf Formatters (InputFormatter and OutputFormatter)
- Host: GitHub
- URL: https://github.com/damienbod/aspnetcoremvcprotobufformatters
- Owner: damienbod
- Created: 2015-06-03T18:45:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:07:29.000Z (over 3 years ago)
- Last Synced: 2025-04-19T10:57:12.486Z (about 1 year ago)
- Topics: asp-net-core, csproj, formatters, msbuild, protobuf, web-api, xunit
- Language: C#
- Homepage: https://damienbod.com/2015/06/03/asp-net-5-mvc-6-custom-protobuf-formatters/
- Size: 8.04 MB
- Stars: 39
- Watchers: 8
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET Core Protobuf Formatters (InputFormatter and OutputFormatter)
Posts in this series:
- ASP.NET Core Using Protobuf Formatters
- Testing an ASP.NET Core MVC Protobuf API using HTTPClient and xUnit
- System Testing ASP.NET Core APIs using XUnit
| | Build |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| .NET Core | [](https://ci.appveyor.com/project/damienbod/aspnetmvc6protobufformatters) |
## History
2020-08-28 Updated to .NET Core 3.1, Updated Protobuf
2019-09-13 Updated to .NET Core 3.0
2019-07-06 Adding security and switching to system tests
2019-07-06 Updating packages
2019-01-30 Updated to ASP.NET Core 2.2
2017-08-17 Updated to ASP.NET Core 2.0
2017-03-04 Updated to csproj, VS2017, protobuf-net 2.1.0
2016-07-01: Updated to ASP.NET Core 1.0 RTM
2016-05-22: Updated to ASP.NET Core 1.0 RC2
2015-11-18: Updated to ASP.NET Core 1.0 RC1
2015-10-20: Updated to ASP.NET Core 1.0 beta 8
2015-09-20: Updated to ASP.NET Core 1.0 beta 7
Links:
https://github.com/mgravell/protobuf-net
http://teelahti.fi/using-google-proto3-with-aspnet-mvc/
https://github.com/damienpontifex/ProtobufFormatter/tree/master/src/ProtobufFormatter
http://www.strathweb.com/2014/11/formatters-asp-net-mvc-6/
http://blogs.msdn.com/b/webdev/archive/2014/11/24/content-negotiation-in-mvc-5-or-how-can-i-just-write-json.aspx
https://github.com/WebApiContrib/WebApiContrib.Formatting.ProtoBuf
https://damienbod.wordpress.com/2014/01/11/using-protobuf-net-media-formatter-with-web-api-2/
https://developers.google.com/protocol-buffers/docs/csharptutorial
http://www.stackoverflow.com/questions/7774155/deserialize-long-string-with-protobuf-for-c-sharp-doesnt-work-properly-for-me
https://xunit.github.io/
https://www.appveyor.com/docs/build-configuration/
https://www.nuget.org/packages/protobuf-net/