AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 59 forks source link

Reporting progress and dealing with internal errors #44

Closed dpvreony closed 6 years ago

dpvreony commented 7 years ago

Hi

First off thank you for your efforts on this tool.

I was having an issue where my generator was throwing an exception (my fault :)) and there was a lack of detail coming from Visual Studio.

20170712-dotnet-error

I've prepared a branch with the following changes

This sees the following detail added to Visual Studio

20170712-vserrors