Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-25.NET 6 Update (#1355)pCYSl5EDgo
* Update versions of MPC dependencies * Add net6.0 target Co-authored-by: Andrew Arnott <andrewarnott@live.com>
2020-11-22Update StyleCop.Analyzers to support C# 9 syntaxAndrew Arnott
2020-06-22Update StyleCop.Analyzers and NB.GV versionAndrew Arnott
2020-01-12Update some common package dependenciesAndrew Arnott
2019-12-10Roll back C# lang version to 7.3Andrew Arnott
This matches Unity's compiler version and prevents accidentally introducing C# 8 syntax that will inevitably fail the PR build when unity tries to build the same source code.
2019-12-01Set release notes link to match release tagAndrew Arnott
2019-11-17Update Nerdbank.Streams dependencyAndrew Arnott
Also bump the vs-threading analyzer version
2019-11-08Merge branch 'snupkg_v1.8' into snupkg_masterAndrew Arnott
2019-11-08Build .snupkg archives for nuget.org publishingAndrew Arnott
This allows the VS debugger to automatically find the pdb files and allow stepping into MessagePack code from a consuming application.
2019-11-05Merge pull request #616 from AArnott/packToCommonBinDirAndrew Arnott
Pack nupkg files to common directory
2019-11-05Merge pull request #611 from AArnott/pkgUpdatesAndrew Arnott
Update package references
2019-11-05Pack nupkg files to common directoryAndrew Arnott
2019-11-02Update .NET Core SDK to 3.0.100Andrew Arnott
Also update C# to 8.0
2019-11-02Update a bunch of package referencesAndrew Arnott
2019-10-21Apply vs-threading analyzers and fix issues they foundAndrew Arnott
Most changes are to style (e.g. using Async suffixes). There was one change to avoid synchronously blocking. There were several correctness issues found and fixed around missing .ConfigureAwait(false) suffixes.
2019-07-25Merge remote-tracking branch 'upstream/v1.8' into mergeAndrew Arnott
2019-07-14Apply StyleCop.Analyzers and conform to itAndrew Arnott
Freshen copyright and license Include "contributors" as shared owners, and use modern nuget-preferred style license indicator. Closes #480
2019-07-09Update package referencesAndrew Arnott
2019-07-09Remove need for locally installed targeting packs in order to buildAndrew Arnott
2019-01-31Fix package project URLAndrew Arnott
2018-12-12Freshen up build authoring (#2)Andrew Arnott