Warning: this project is obsolote because MagicOnion project now uses updated code generator
This is the fork of MagicOnion.CodeGenerator. The goal of this project is merged into MagicOnion's code generator .
just do dotnet tool install -g dotnet-mo-gen
cd ./src/mo-gen
dotnet pack -c Release
dotnet tool install -g dotnet-mo-gen --add-source ./bin/Release dotnet-mo-gen
run dotnet mo-gen --help
if you use multi targetted framework(TargetFrameworks), you must add -p TargetFramework=[your targetframework]
.
- build as dotnet global tools
- do not need Mono in Mac
- use Buildalyzer instead of MSBuildWorkspace
- add
-h|--help
option - add
p|property
option