-
### Description
Getting ~build errors after running `paket install -f`
```
Severity Code Description Project File Line Suppression State
Error Error during parsing of C:\Git\Gu.Roslyn.Asserts…
-
When I converted our test suite to Fluent Assertions I of course used the documentation a lot, but several times a had an assertion which it was not immediately clear to me how to convert.
So I think…
-
Visual Studio 2015 and Roslyn introduced code analyzers and the concept of code-aware libraries. There are many ways that users can incorrectly use NUnit, so we could provide analyzers to detect incor…
-
Error I'm getting when I run `dotnet test`:
```
Could not find testhost.dll for source '/Users/ryan/Development/simulation-api/src/Simulation.Api/bin/Debug/netcoreapp1.1/Simulation.Api.dll'. Make su…
-
When selecting Run All from test explorer this is shown in the output and the tests never execute:
------ Run test started ------
[xUnit.net 00:00:00.3441381] Discovering: ConsoleApplication1
[xUni…
-
### Description
When using Paket with a Code Analyzer project (as per https://github.com/dotnet/roslyn/issues/18414#issuecomment-292028741), The Paket-modified NuGet restore target fails with an er…
-
NUnit has many attributes that only work when used on the right element.
In the case of Method vs Class vs Assembly, we rely on the compiler to tell us. However, in the case of methods particularly…
-
Hi @nunit/core-team !
This is the first of what will probably be lots of reviews of documentation about the governance of the NUnit project. After some thought, I decided a bottom-up review would w…
-
Here's the output log:
Restoring NuGet packages...
To prevent NuGet from restoring packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allo…
-
### Description
`potnet pack` incorrectly calculate NuGet package dependencies after adding `Paket.Restore.targets` into fsproj.
### Repro steps
Here https://github.com/fsprojects/FsUnit/tree…