Investigate loading ReadyToRun version of Roslyn in ConfigurationSchemaGenerator
Open
area-integrations
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
Performance wise, the tool takes ~400-500 ms to run. An option we should try is to load the Roslyn assemblies from the SDK, which are already R2R'd. This may make the tool faster because it won't need to JIT Roslyn every time it is run. This would be the same logic used in https://github.com/dotnet/sdk/pull/22277.
We should try this and see if it makes a measurable difference in how long it takes to run.
Contributor guide
Assessment
This issue has not been assessed yet.