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: BeforeTestRun not run in .NET462 up to .NET481 in multitarget test project (#146) #148

Merged
merged 3 commits into from
May 29, 2024

Conversation

gasparnagy
Copy link
Contributor

@gasparnagy gasparnagy commented May 29, 2024

Fixes #146

Types of changes

  • Bug fix (non-breaking change which fixes an issue).

Checklist:

  • I've added tests for my code. (most of the time mandatory)
  • I have added an entry to the changelog. (mandatory)

@gasparnagy gasparnagy changed the title enable test runners for portability tests Fix: BeforeTestRun not run in .NET462 up to .NET481 in multitarget test project (#146) May 29, 2024
@gasparnagy gasparnagy marked this pull request as ready for review May 29, 2024 10:40
@gasparnagy gasparnagy requested a review from obligaron May 29, 2024 10:43
@gasparnagy
Copy link
Contributor Author

The good news is that after I enabled this in system tests, only xunit caused a problem, NUnit worked.

@gasparnagy gasparnagy merged commit 61c7505 into main May 29, 2024
4 checks passed
@gasparnagy gasparnagy deleted the run-portability-tests-with-all-test-runners branch May 29, 2024 15:58
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.

BeforeTestRun not run in .NET462 up to .NET481 in multitarget test project
3 participants