SkillAgentSearch skills...

MessagePack.MediaTypeFormatter

Media type formatter for MessagePack.

Install / Use

/learn @sketch7/MessagePack.MediaTypeFormatter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MessagePack MediaTypeFormatter

CircleCI NuGet version

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
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated3y ago
Forks0

Languages

C#

Security Score

75/100

Audited on Oct 4, 2022

No findings