ljcollins25 commented on issue #832:
URL: https://github.com/apache/lucenenet/issues/832#issuecomment-1862161792

   @NightOwl888, what do you think creating a new struct type (named 
'FilePath') which is implicitly convertible from FileInfo and String, but only 
implicitly convertible to String. That's a strategy I've used in the past to 
simplify API migrations like this. It does have the downside of not being 
runtime compatible, so any consumers of the updated API will need to recompile.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to