User Story: Source generators are created to support native AOT #44430
Labels
area-Meta
untriaged
New issue has not been triaged by the area owner
User Story
A single user-facing feature. Can be grouped under an epic.
Source Generators are a new technology that was added to Roslyn in the .NET 5 timeframe, but we have not yet utilized them by creating generators to assist with runtime and framework features. We will work to define customer scenarios in more detail here with customer development.
Code that uses runtime reflection and reflection.emit causes issues for Native AOT. Source generators can be used to generate alternative code at build time that is static so can be compiled without requiring reflection.
The text was updated successfully, but these errors were encountered: