[Blazor] Finding assignments of properties that don't exist #55212
Unanswered
danielchalmers
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After doing mass refactors, I'm finding situations where I have a component definition like:
But
OldName
no longer exists and should either be removed or changed toNewName
, yet there is no compiler warning of any kind that I could find.Does anyone have a way to find these faulty definitions across the whole project?
Beta Was this translation helpful? Give feedback.
All reactions