Compilation/intellisense: dotnet9 much slower than netstandard2.0 (with timings) #18225
Labels
Impact-High
(Internal MS Team use only) Describes an issue with extreme impact on existing code.
Needs-Repro
Regression
Theme-Performance
Milestone
Timings:
The projects explicitly type all type arguments and all inputs but not all outputs (which could be added if it helps compilation time) and generally don't do anything fancy. They do use some overloaded methods which can be removed if it helps performance, and some op_Implicits (which are too convenient to remove).
Related issue: #17501
Some work being done in #18190
The text was updated successfully, but these errors were encountered: