yangmingzhe

Results 2 comments of yangmingzhe

`--useEscapeChars true` will work well, the `true` value is necessary.

`dotnet publish ...` will output too many dll's, and no sensible "exe" to run. Users have to type `dotnet some.dll` on each platform every time. Maybe combine these dll's into...