-
Notifications
You must be signed in to change notification settings - Fork 53
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
NUnit testing library is detected as xUnit #312
Comments
This seem to be a problem in the project itself, I'm unable to reproduce it in other projects, as such I'm closing this issue. |
Re-opening, as I believe it is related to the same issue I opened over at Cake.Incubator (The NUnit test project for the library was originally set up as a MSTest project, but changed at a later date). |
AdmiringWorm
added a commit
to AdmiringWorm/Cake.Recipe
that referenced
this issue
May 3, 2019
…nit test library Hopefully this is only needed as a temporary fix until it have been fixed upstream in Cake.Incubator.
AdmiringWorm
added a commit
to AdmiringWorm/Cake.Recipe
that referenced
this issue
May 3, 2019
…nit test library This fix is needed, otherwise any project created by a default Visual Studio 2015 unit test template can be detected as any type of unit testing library.
AdmiringWorm
added a commit
to AdmiringWorm/Cake.Recipe
that referenced
this issue
May 4, 2019
gep13
added a commit
that referenced
this issue
Sep 3, 2019
* pr365: (GH-312) Updated unit test checks to correctly identify unit test library
gep13
added a commit
that referenced
this issue
Sep 3, 2019
* hotfix/1.0.1: (GH-312) Updated unit test checks to correctly identify unit test library
gep13
added a commit
that referenced
this issue
Sep 3, 2019
* hotfix/1.0.1: (GH-312) Updated unit test checks to correctly identify unit test library
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suddenly just occurred on one of my libraries were I'm using NUnit as the testing framework.
Somehow, it gets detected as xUnit, which makes the build fail.
AppVeyor build: https://ci.appveyor.com/project/AdmiringWorm/faker-cs/builds/21667268
Project file: https://github.com/WormieCorp/Faker.NET.Portable/blob/develop/tests/Faker.Tests/Faker.Tests.csproj
This is with using the latest version of Cake.Recipe pushed to MyGet.
The text was updated successfully, but these errors were encountered: