paulirwin commented on code in PR #1074: URL: https://github.com/apache/lucenenet/pull/1074#discussion_r1897504469
########## src/Lucene.Net.Analysis.Kuromoji/Tools/ConnectionCostsWriter.cs: ########## @@ -54,11 +54,11 @@ public void Write(string baseDir) // LUCENENET specific: we don't need to do a "classpath" output directory, since we // are changing the implementation to read files dynamically instead of making the // user recompile with the new files. - string filename = System.IO.Path.Combine(baseDir, typeof(ConnectionCosts).Name + CharacterDefinition.FILENAME_SUFFIX); + string filename = System.IO.Path.Combine(baseDir, nameof(ConnectionCosts) + CharacterDefinition.FILENAME_SUFFIX); Review Comment: Split as #1077 -- 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