jeffkl / RoslynCodeTaskFactory

An MSBuild CodeTaskFactory that uses Roslyn compiler for cross platform compatibility
MIT License
26 stars 3 forks source link

Update logic to find compilers #17

Closed jeffkl closed 6 years ago

jeffkl commented 6 years ago

.NET Core 2.0 moved the compilers.

Also added ability to attach a debugger by setting the environment variable ROSLYNCODETASKFACTORY_DEBUG to 1.

Fixes #16