beakona / AutoInterface

C# interface-to-member source generator
MIT License
73 stars 9 forks source link

Add <IsRoslynComponent>true</IsRoslynComponent> to .csproj #11

Closed felixhirt closed 2 years ago

felixhirt commented 2 years ago

To facilitate debugging of the source generator, it should have the true msbuild property (https://www.reddit.com/r/csharp/comments/mqzc4r/source_generators_has_anyone_figured_out_the_new/)

beakona commented 2 years ago

I've edited msbuild config and changed debug target... it works like a charm in both VS 2019 and VS 2022 preview.. Sorry for delay, I am on vacation right now...