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
I wanted to use this analyzer primarily to detect missing @implements IDisposable delcarations in Blazor components that contain a Dispose() function, but after testing, it seems not to be supported.
I do get IDISP009 warning for this kind of mistake in a cs file. I would like to have it in razor files as well.
The text was updated successfully, but these errors were encountered:
gaelj
changed the title
Analyze .razor files (Blazor components)
New feature: analyze .razor files (Blazor components)
Oct 24, 2023
I wanted to use this analyzer primarily to detect missing
@implements IDisposable
delcarations in Blazor components that contain a Dispose() function, but after testing, it seems not to be supported.I do get
IDISP009
warning for this kind of mistake in a cs file. I would like to have it in razor files as well.The text was updated successfully, but these errors were encountered: