Jan 27, 2021 7 0 Using C# Source Generators to create an external DSL This post looks at creating an external DSL to represent mathematical expressions using C
Aug 25, 2020 14 0 New C# Source Generator Samples This post describes two new generators that we added to the samples project in the Roslyn SDK github repo. The first generator gives you strongly typed access to CSV data. The second one creates string constants based on Mustache specifications.