paulirwin commented on code in PR #1:
URL: 
https://github.com/apache/lucenenet-codeanalysis-dev/pull/1#discussion_r1992637120


##########
src/Lucene.Net.CodeAnalysis.Dev/Resources.Designer.cs:
##########
@@ -60,135 +45,90 @@ internal Resources() {
             }
         }
         
-        /// <summary>
-        ///   Looks up a localized string similar to Floating point types 
should not be compared for exact equality..

Review Comment:
   Turns out this is a known issue in Rider. 
https://youtrack.jetbrains.com/issue/RIDER-74074/PublicResXFileCodeGenerator-does-not-generate-comments-and-the-order-of-properties-changes
   
   I worked around this by using the MSBuild:Compile generator on the resx, 
which generates the .Designer.cs file into the obj folder, so it can be removed 
from source control. When done this way, the generated file has comments, and 
we get the benefit of not having to merge this file.



-- 
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

Reply via email to