Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix asserts that are failing on .NET Standard 2.0 #125

Open
bongohrtech opened this issue Oct 10, 2019 · 0 comments
Open

Fix asserts that are failing on .NET Standard 2.0 #125

bongohrtech opened this issue Oct 10, 2019 · 0 comments
Labels

Comments

@bongohrtech
Copy link
Owner

There are a few asserts that fail on .NET Standard 2.0. They have been conditionally compiled out of the code due to the fact that on .NET Core 2.1 they cause the test runner to fatally crash, however these are a sign that something could be seriously wrong with the codecs (possibly causing index corruption).

Here are the known failures:

JIRA link - [LUCENENET-624] created by nightowl888

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant