NehanPathan opened a new pull request, #13: URL: https://github.com/apache/lucenenet-codeanalysis-dev/pull/13
This PR reserves diagnostic IDs 6001-6003 and adds corresponding entries in AnalyzerReleases.Unshipped.md for the new analyzers: - LuceneDev6001: String overloads must use StringComparison.Ordinal or OrdinalIgnoreCase (Error) - LuceneDev6002: Span overloads should not pass non-Ordinal StringComparison (Warning) - LuceneDev6003: Single-character string arguments should use char overload (Info) These changes are in preparation for implementing the analyzers in the next PR. -- 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]
