manognya-b commented on issue #1077:
URL: https://github.com/apache/lucenenet/issues/1077#issuecomment-2564364810

   > Using a Regex search might be helpful. I found several hits using this 
pattern: `typeof\([^\)]*\)\.Name`. There may be other, similar variations of 
this pattern, though.
   
   Thanks for the tip! As I understand it, `typeof(SomeType).Name` has to be 
moved to `nameof(SomeType)` for all all relevant files in the repository? If 
this is correct, I will go ahead and use regex to filter out usages and change 
them appropriately. Thanks! 


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