Skip to content

Apartment state can't be used for .NET Standard 2.0 tests #3035

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

Closed
MatthewBeardmore opened this issue Sep 30, 2018 · 1 comment · Fixed by #3036
Closed

Apartment state can't be used for .NET Standard 2.0 tests #3035

MatthewBeardmore opened this issue Sep 30, 2018 · 1 comment · Fixed by #3036

Comments

@MatthewBeardmore
Copy link

Setting apartment state is available in .NET Standard 2.0, but isn't available for NUnit's .NET Standard 2.0's build.

MatthewBeardmore pushed a commit to MatthewBeardmore/nunit that referenced this issue Sep 30, 2018
Enables apartment state for .NET Standard 2.0 builds. All tests pass under Windows, Unix may have some failing tests, but I think I've added platform includes in all the places they might.
@jnm2
Copy link
Contributor

jnm2 commented Sep 30, 2018

Thanks for filing, I was hoping this would happen. :D

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

Successfully merging a pull request may close this issue.

3 participants