Using the Compiler API in Real-World Scenarios

April 14, 2020

Online event

With the Compiler API, .NET developers have the ability to use the wealth of information it provides on their code for inspection and modification. Knowing how to use the Compiler API can, however, may seem like a daunting task. In this session, I’ll demonstrate a number of real-world examples that use the Compiler API to provide useful functionality and features via analyzers, refactorings, and .NET Core tools. You’ll see how straightforward this API is, and you’ll understand how to apply it in your own applications.