NightOwl888 opened a new issue, #827:
URL: https://github.com/apache/lucenenet/issues/827

   [System properties](https://github.com/apache/lucenenet/issues/307) are 
supposed to be prefixed with `lucene:` when using environment variables. And 
when you do, it works.
   
   However, if you forget and specify them like you would in a configuration 
file or NUnit property, incorrectly using something like `tests:crashmode` 
instead of `lucene:tests:crashmode`, it throws the exception:
   
   ```
   System.ArgumentException : Value does not fall within the expected range.
   ```
   
   Clearly, this message doesn't lead you to the correct solution. This message 
should be fixed to clearly spell out that the "lucene:" prefix is missing.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to