-
Hello!
I wanted to ask for a refactor in `TusDiskStore`.
More specifically in `InternalFileRep`, all file operations are handled there but it is using the `File` static class.
Using that approach …
-
This is a top-level issue to track supporting ref structs within generics. For additional details refer to https://github.com/dotnet/csharplang/issues/7608 and the older https://github.com/dotnet/csha…
-
**NS2002** / **Constructor parameters count mismatch**
Here's a type:
````cs
public class Something {
public Something(string? foo = "foo", int? bar = 10) {
// etc.
}
}
````
This …
-
Moq library, that we use in tests, has some strong privacy issues ([moq/issues/1372](https://github.com/moq/moq/issues/1372)). We don't want to take any risk with either GDPR or security.
As of Aug…
-
I would like to mock an interface which features a [default interface method (introduced in C#8)](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/default-interfa…
-
Hi,
Thanks for an amazing lib! It definitely makes work with JavaScript more human-friendly! :)
I've bumped into a small difference with NSubstitute behaviour and wondering if maybe I just can't fin…
-
I'm seeing a possible issue with type coercion using `LambdaCompare` in a unit test. I have a condition where I'm comparing a `long` value to an `int` value. I have a unit test that seems like it shou…
-
**Describe the bug**
`Received` passes even if the predicate isn't true when calling the method being asserted, if the property that the predicate is checking is changed after the method call.
**T…
Jokab updated
3 years ago
-
**Describe the bug**
NSubstitute behaving oddly with `StackExchange.Redis` library. Ilya Chernomordik on StackOverflow [reports a `TypeLoadException`](https://stackoverflow.com/q/60720540/906) in D…
-
Hi,
I have used this functionality in mockito in Java and I miss it in NSubstitute. As far as I know, NSub does not provide a way to achieve it. I especially miss [verifyNoMoreInteractions()](http:/…