-
From https://github.com/nunit/nunit/issues/4279#issuecomment-1427122923
> PS: The NUnit.Analyzer should be extended to warn if the versions do not match up. Tha adapter can probably not do this, si…
-
We now have the following two public methods:
```csharp
Assert.ThatAsync();
Assert.ThrowsAsync();
```
At a glance one could think both are awaitable, however only `Assert.ThatAsync()` is. For…
-
### Current behavior
1. Create a POCO with required members.
2. Create a state from an instance of that POCO.
3. `Select` from the state
4. Compilation fails.
### Expected behavior
The project c…
-
The codebase currently uses a mix of different approaches to do string comparisons:
- StartWith / EndWith use culture aware no matter what
- Equality / Uniqueness use culture aware when case insensi…
-
**Describe the bug**
I get the following exception, the expected does not fit my argument definition:
```
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call ma…
-
### Analyzer
**Diagnostic ID**: [CA1861](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861): `Avoid constant arrays as arguments`
### Analyzer source
**SDK**:…
-
I work on some NUnit tests which we run under dotnetcore via vstest.
I've turned on some logging to investigate an issue with the test suite aborting with no message (that's covered elsewhere so I…
-
There is a bunch of code fixers which either always use CRLF when adding line breaks, or get the character sequence from `document.Project.Solution.Workspace.Options.GetOption(FormattingOptions.NewLin…
-
Hello there,
If I write an assertion with nUnit I get a gentle message that tells me a migration to fluentAssertions is possible.
![image](https://user-images.githubusercontent.com/8960148/17477…
-
StrongInject is gaining the ability to build for both Roslyn 3.8 and 4.0 in the same package: https://github.com/YairHalberstadt/stronginject/pull/181. Another package that does the same thing is http…