Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Releases: AArnott/CodeGeneration.Roslyn

v0.4.6

25 Jun 01:43
Compare
Choose a tag to compare
Merge branch 'fixMultitargetingBuild'

Build everywhere

26 Mar 15:18
Compare
Choose a tag to compare

Fixed some issues with building across the various flavors of msbuild. Confirmed to work:

  • dotnet build on Linux
  • dotnet build on Windows
  • msbuild from VS2017
  • msbuild from VS2015

v0.3.4

22 Mar 01:30
Compare
Choose a tag to compare
Build all packages to the same directory

v0.3.1

15 Mar 03:55
Compare
Choose a tag to compare
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

v0.2.10

11 Mar 23:55
Compare
Choose a tag to compare
Merge pull request #15 from AArnott/netstandard

Add support for `dotnet build`