Media type formatter for MessagePack.
Quick links
Change logs | Project Repository
Installation
Available for .NET Standard 2.0+
NuGet
PM> Install-Package Sketch7.MessagePack.MediaTypeFormatter
csproj
<PackageReference Include="Sketch7.MessagePack.MediaTypeFormatter" Version="*" />
Usage
var messagePackMediaTypeFormatter = new MessagePackMediaTypeFormatter(ContractlessStandardResolver.Instance);
Contributing
Setup Machine for Development
Install/setup the following:
- NodeJS v8+
- Visual Studio Code or similar code editor
- Git + SourceTree, SmartGit or similar (optional)
Commands
# run tests npm test # bump version npm version minor --no-git-tag # major | minor | patch | prerelease # nuget pack (only) npm run pack # nuget publish dev (pack + publish + clean) npm run publish:dev