-
The NUnit project format remains unchanged from V2. In a way, this is convenient, since the existing Project Editor can still be used. However, the format may need some additions.
I'm setting up this…
-
`dotnet --list` shows LongName shortName Language and Tags.
To uninstall I need either the Path or the Nuget_ID.
```
-u|--uninstall <PATH|NUGET_ID>
```
what command gives u the path or the Nuge…
-
Sorry I couldn't reproduce this on a smaller sample. It seems to have to do with this specific kind of assembly loading, Repro:
1. Open git bash on windows 10 - 64 bit
2. `git clone git@github.com:mat…
-
### SpecFlow Version:
- [x] 3.4
- [ ] 3.3
- [ ] 3.1
- [ ] 3.0
- [ ] 2.4
- [ ] 2.3
- [ ] 2.2
- [ ] 2.1
- [ ] 2.0
- [ ] 1.9
### Used Test Runner
- [ ] SpecFlow+Runner
- [ ] MSTe…
-
We recently tried upgrading a large solution (100 projects) that referenced nUnit `3.4.1` to `3.16.1`. Our total test times went from 8 minutes to 45 minutes running with a max concurrency of 18.
I…
-
I have an issue with newest version 2.2. If tests are run in parallel some feature context in AfterFeature got all the context deleted, and just the last feature context has values that was set during…
-
### SpecFlow Version:
- [x ] 3.5
- [ ] 3.4
- [ ] 3.3
- [ ] 3.1
- [ ] 3.0
- [ ] 2.4
- [ ] 2.3
- [ ] 2.2
- [ ] 2.1
- [ ] 2.0
- [ ] 1.9
### Used Test Runner
- [x] Spe…
-
Probable can't handle the rename/move of the repo
-
* NUnit =3.12 and NUnit3TestAdapter =3.17
* Visual Studio preofessional version 15.3.3
* .net version 4.6.1
* not installed vsix
**Steps to Repro**
1. Create a unit test project
2. Remove mst…
-
Does anyone know why _currentWorkItem is set to null in TestWorker.Cancel? _currentWorkItem is accessed without the lock used by Cancel in TestWorkerThreadProc and it looks like TestAssemblyRunnerTest…