|
|
|
|
|
by CharlieDigital
838 days ago
|
|
C# source generators are a really pretty amazing and under-appreciated platform tooling on .NET. I suppose with the shift towards AOT, folks should get familiar with it. I found the DX with it to be quite tricky (at least in Visual Studio Code) as it was difficult to log or trace through the code what was happening and what was going wrong. Microsoft's documentation is also quite lacking. Do you have any write up or tips on the DX? It's a pretty impressive project and I'm really interested in how to improve my own workflow with respect to source generators since my experience has been that they are clumsy to work with. |
|