ZeroFormatter icon indicating copy to clipboard operation
ZeroFormatter copied to clipboard

zfc supports Mac

Open neuecc opened this issue 8 years ago • 1 comments

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 avatar Nov 20 '16 12:11 neuecc

@neuecc MessagePack ran on Mac.(https://github.com/neuecc/MessagePack-CSharp) Has ZeroFormatter changed anything?

ghost avatar May 25 '20 06:05 ghost