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 explicit if (document is SourceGeneratedDocument) checks in Roslyn that just cause rename to no-op on those documents. We need to find all of them, and surgically replace them with some kind of "if-source-generated-but-not-Razor" check.
The text was updated successfully, but these errors were encountered:
There are explicit
if (document is SourceGeneratedDocument)
checks in Roslyn that just cause rename to no-op on those documents. We need to find all of them, and surgically replace them with some kind of "if-source-generated-but-not-Razor" check.The text was updated successfully, but these errors were encountered: