paulirwin commented on code in PR #1: URL: https://github.com/apache/lucenenet-codeanalysis-dev/pull/1#discussion_r1992678142
########## 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: After posting that last comment, it gave me the idea to go looking in some other places, and I found that VS will use the analyzer title when generating suppression messages or editor config comments. So, some usage there, but not as commonly used in the UI or MSBuild messages as the message format is. -- 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