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 failing AppVeyor build #352

Merged
merged 1 commit into from
Jun 2, 2017
Merged

Conversation

stakx
Copy link
Contributor

@stakx stakx commented May 31, 2017

One unit tests uses System.IO.InternalBufferOverflowException as a placeholder. This type does not exist in .NET Standard 1.3 (it looks like it will be reintroduced with .NET Standard 2.0 in the System.IO.FileSystem.Watcher package) and so the .NET Standard build fails. This unit test can be safely rewritten to use a different exception type.

One unit tests uses `System.IO.InternalBufferOverflowException` as a
placeholder. This type does not exist in .NET Standard 1.3. The unit
test can be safely rewritten to use a different exception; that should
then fix the (currently failing) CI build.
@stakx stakx merged commit 2bf7e81 into devlooped:master Jun 2, 2017
@stakx stakx deleted the fix-netstandard-build branch June 2, 2017 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant