paulirwin opened a new issue, #1146: URL: https://github.com/apache/lucenenet/issues/1146
### Is there an existing issue for this? - [x] I have searched the existing issues ### 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](https://lucenenet.apache.org/docs/4.8.0-beta00015/api/core/Lucene.Net.Analysis.html#more-requirements-for-analysis-component-classes) 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_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org