This repository was archived by the owner on Dec 12, 2020. It is now read-only.
Releases: AArnott/CodeGeneration.Roslyn
Releases · AArnott/CodeGeneration.Roslyn
v0.4.6
Build everywhere
Fixed some issues with building across the various flavors of msbuild. Confirmed to work:
dotnet build
on Linuxdotnet build
on Windows- msbuild from VS2017
- msbuild from VS2015
v0.3.4
v0.3.1
Replace AdhocWorkspace with CSharpCompilation This is a breaking change to our extensibility API, but it is necessary to completely eliminate the MEF cost that we incur for every project build. And should not adversely impact what code generators can achieve. Fixes #18