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
Some low hanging fruit for memory usage, the compiler currently produces and stores line pragma information as part of a RazorCodeDocument, but the information is only used in tests. Even just simply putting #if DEBUG around all of it would be a small, but easy, win.