mvvmgen icon indicating copy to clipboard operation
mvvmgen copied to clipboard

Set up Source Link for MvvmGen NuGet package to increase debugging experience

Open thomasclaudiushuber opened this issue 2 years ago • 0 comments

With source link enabled, devs using MvvmGen could also step into the code like EventAggregator while debugging.

Docs: https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink

Note: This is not required for the MvvmGen.PureCodeGeneration package, as that one contains no source code, but only a source generator.

thomasclaudiushuber avatar Mar 30 '23 08:03 thomasclaudiushuber