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

Build script: Fix xUnit test run for .NET Core #553

Merged
merged 1 commit into from
Dec 15, 2017

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Dec 15, 2017

Sadly, .NET Core tooling doesn't seem to be smart enough anymore to choose an appropriate .NET Core runtime host version itself when it is given netcoreapp2.0 as the target platform. If we don't explicitly
tell it which precise host version to use, it'll flat out refuse to execute code (the xUnit tests, in our case).

Alternatively, I'm not smart enough to understand .NET Core. But I seem to remember that things used to just work not too long ago.

See https://github.com/dotnet/cli/issues/7901.

This resolves #545.

Sadly, .NET Core tooling doesn't seem to be smart enough anymore to
choose an appropriate .NET Core runtime host version itself when it is
given `netcoreapp2.0` as the target platform. If we don't explicitly
tell it which precise host version to use, it'll flat out refuse to
execute code (the xUnit tests, in our case).

Alternatively, I'm not smart enough to understand .NET Core. But I
seem to remember that things used to just work not too long ago.

See https://github.com/dotnet/cli/issues/7901.
@stakx stakx merged commit 78328ed into devlooped:develop Dec 15, 2017
@stakx stakx deleted the build-dotnet-core-tests branch December 15, 2017 14:02
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