jeme commented on issue #305:
URL: https://github.com/apache/lucenenet/issues/305#issuecomment-704186131


   Loading types in from non-referenced assemblies are fairly simple in .NET, 
if they reside in a different location (folder wise) one has to implement some 
assembly resolution handling, but I have done that many times in the past.
   
   In only really gets complicated if we begin to talk about having the loaded 
assemblies isolated. This is often done to allow for loading and then unloading 
them again. However since this is a command line then that sounds irrelevant.
   
   But I think the Issue lacks more context, this could be some examples or 
references to documentation of how the Java version works. As well as how do we 
envision this should work?


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

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


Reply via email to