Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature: analyze .razor files (Blazor components) #536

Open
gaelj opened this issue Oct 24, 2023 · 0 comments
Open

New feature: analyze .razor files (Blazor components) #536

gaelj opened this issue Oct 24, 2023 · 0 comments

Comments

@gaelj
Copy link

gaelj commented 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.

@gaelj gaelj changed the title Analyze .razor files (Blazor components) New feature: analyze .razor files (Blazor components) Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant