MessagePack-CSharp/sandbox/Sandbox
Andrew Arnott 5d4086a79e
Merge pull request #393 from AArnott/workaround390
Stop generating code for indexers
2019-02-21 20:41:45 -08:00
..
Generated.cs Stop generating code for indexers 2019-02-15 07:48:29 -08:00
Program.cs Fix class name typo: SimlpeStringKeyData 2019-01-18 05:50:06 -08:00
README.md Add docs for updating Generated.cs 2019-02-15 07:18:43 -08:00
Sandbox.csproj Consolidate package versions 2018-12-11 22:31:50 -08:00

README.md

Updating Generated.cs

Generated.cs is a generated file and should not be edited manually. To update Generated.cs, follow these steps:

dotnet build src\MessagePack -f netstandard1.6
dotnet run -p src\MessagePack.UniversalCodeGenerator -- -i sandbox\SharedData\SharedData.csproj -o sandbox\sandbox\Generated.cs

The first step is because sandbox\SharedProject references it and MPC doesn't build project references during code gen.