Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Latest commit

 

History

History
44 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.22 KB

Warning: this project is obsolote because MagicOnion project now uses updated code generator

The MagicOnion code generator

This is the fork of MagicOnion.CodeGenerator. The goal of this project is merged into MagicOnion's code generator .

How to use

Prerequisits

Install from NuGet

just do dotnet tool install -g dotnet-mo-gen

Build

  1. cd ./src/mo-gen
  2. dotnet pack -c Release
  3. dotnet tool install -g dotnet-mo-gen --add-source ./bin/Release dotnet-mo-gen

Usage

run dotnet mo-gen --help

Usage Warning

if you use multi targetted framework(TargetFrameworks), you must add -p TargetFramework=[your targetframework].

Changes from MagicOnion.CodeGenerator

Related links