GitHub user devheroo reopened a pull request:
https://github.com/apache/lucenenet/pull/167
replace InstanceNotFoundException to allow building on Mono
It will be great to keep LuceneNet cross platform and compatible with Mono.
This is just a simple fix to make the build pass on Mono\Linux.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/devheroo/lucenenet master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/167.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #167
----
commit 4674916f148d61843f293175613f0b83c66cbe2e
Author: devheroo <[email protected]>
Date: 2016-04-20T19:09:09Z
replace InstanceNotFoundException with the base Exception class to allow
building on Mono and Linux
commit 9a606772d106735d1a008fa986bc4c37bc6db0cb
Author: devheroo <[email protected]>
Date: 2016-04-22T15:18:02Z
fix build on mono/linux where files names are case senstive
commit e0e42f464cc9644f71d06bfcada8a3e9bfab4394
Author: devheroo <[email protected]>
Date: 2016-04-22T15:20:35Z
use InvalidOperationException as suggest by Itamar to pass build on mono
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---