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
To avoid forced components creation CodeAnnotationsCache.GetProvider<TProvider> calls from other component's constructor should be replaced by CodeAnnotationsCache.GetLazyProvider<TProvider>. For example, in all of ElementProblemAnalyzer classes.
The text was updated successfully, but these errors were encountered:
To avoid forced components creation
CodeAnnotationsCache.GetProvider<TProvider>
calls from other component's constructor should be replaced byCodeAnnotationsCache.GetLazyProvider<TProvider>
. For example, in all ofElementProblemAnalyzer
classes.The text was updated successfully, but these errors were encountered: