You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are almost no situations where I want to enable the AOT analyzer, but don't also want the Single File analyzer. We should set EnableSingleFileAnalyzer=true by default when someone sets EnableAotAnalyzer=true.
In dotnet/aspnetcore we enabled the AOT analyzer, thinking that would be enough to catch NativeAOT warnings. But we didn't remember to enable the SingleFile analyzer, and thus warnings slipped through.