paulirwin commented on code in PR #1: URL: https://github.com/apache/lucenenet-codeanalysis-dev/pull/1#discussion_r1990006541
########## src/Lucene.Net.CodeAnalysis.Dev/Resources.resx: ########## @@ -138,7 +138,7 @@ <comment>The format-able message the diagnostic displays.</comment> </data> <data name="LuceneDev1001_AnalyzerTitle" xml:space="preserve"> - <value>Floating point types should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString().</value> + <value>Floating point types should be formatted with J2N methods</value> Review Comment: The Microsoft.CodeAnalysis.Analyzers package does not allow for having periods in analyzer titles, which is why this was removed. If you have a suggestion for how to reference those without periods, let me know. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org