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
#9871 introduced an extension method on IProjectSnapshot to allow getting tag helpers in non-async code, which only works in the legacy project system/editor, and takes advantage of the fact that that implementation doesn't do any async work. If we can refactor the things that use that extension method, we might be able to remove it entirely, which would be nice.
Would you mind creating an issue to clean this up? I'm about to work on `VisualStudioDocumentTracker` as part of the MEF clean up, and I'd be happy to get rid of this at the same time.
#9871 introduced an extension method on
IProjectSnapshot
to allow getting tag helpers in non-async code, which only works in the legacy project system/editor, and takes advantage of the fact that that implementation doesn't do any async work. If we can refactor the things that use that extension method, we might be able to remove it entirely, which would be nice.Originally posted by @DustinCampbell in #9871 (comment)
The text was updated successfully, but these errors were encountered: