Analyzers for proper TokenStream inheritance usage #1146
Labels
analyzers
approved-rule
is:feature
pri:normal
up-for-grabs
This issue is open to be worked on by anyone
Milestone
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
No response
Describe the solution you'd like
Split out from #271
We should create public (aka not dev) Roslyn analyzers to ensure the TokenStream contract rules are satisfied, particularly around ensuring that you override End, and that if you override End, Reset, or Close, that you call the base method.
Additional context
No response
The text was updated successfully, but these errors were encountered: