Jan 27, 2021 Post comments count7 Post likes count0 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 Post comments count14 Post likes count0 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.