paulirwin opened a new issue, #1204: URL: https://github.com/apache/lucenenet/issues/1204
### Is there an existing issue for this? - [x] I have searched the existing issues ### Task description See #1188 which created the analyzer. When run on Lucene.NET, it results in a large number (486) of LuceneDev1006 warnings that should be fixed using the code fix provider included with the analyzer. When using the code fix provider, this should require little effort despite the number of warnings. To see which parts of the code need to be updated, simply build and note the warnings (after upgrading the analyzer, see below). Successful resolution of this issue will have zero warnings remaining. Note that unless #1202 is merged first, this PR will also need to upgrade Lucene.Net.CodeAnalysis.Dev to 1.0.0-alpha.18. It's fine if both PRs make this same change; we can deal with this one-line conflict if necessary. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
