Cysharp / MagicOnion

Unified Realtime/API framework for .NET platform and Unity.
MIT License
3.8k stars 424 forks source link

moc generates extra code when a shared project is included. #670

Closed yotiky closed 1 year ago

yotiky commented 1 year ago

If you give moc a csproj with a shared project as input, it will (in general) be generated starting from the solution directory.

The following code references the parent directory of the project directory. image