| GitHub | https://github.com/ewilliams0305 |
| Strava | https://www.strava.com/athletes/640673 |
| GitHub | https://github.com/ewilliams0305 |
| Strava | https://www.strava.com/athletes/640673 |
Source generators in #DotNet are maddeningly difficult to build, debug, and make reliable. Even a basic example works "sometimes" in Visual Studio Pro, and even less often in #VSCode. The latest SDK using IIncrementalGenerators are a nice concept/idea as they contribute code to the build/IDE without disk IO and update only when changes have happened.
At least that's how they're supposed to work.
https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md