ZeroFormatter
ZeroFormatter copied to clipboard
zfc supports Mac
Currently we uses Microsoft.CodeAnalysis.Workspaces.Desktop.dll
but it run only .NET Framework 4.6 on Windows.
(It includes \Microsoft.CodeAnalysis.Workspaces.Common with net46 package).
Microsoft.Build (MSBuild) can run on .NET Core. https://github.com/Microsoft/msbuild
If collect from msbuild and create AdhocWorkspace, maybe we can support macintosh.
Sample: https://github.com/itn3000/dotnet-1.1.0-test/blob/master/Program.cs
@neuecc MessagePack ran on Mac.(https://github.com/neuecc/MessagePack-CSharp) Has ZeroFormatter changed anything?