-
Reported by @zvirja https://github.com/FakeItEasy/FakeItEasy/issues/1338#issuecomment-402251902
Faked delegates with `in` parameters don't honor the read-only semantics of `in`, i.e. it's possible …
-
## Problem
I would like to extend NSubstitute by providing a custom implementation of ISubstitutionContext. But SubstitutionContext.Current property is currently a simple static field. This is a prob…
-
Based on https://github.com/nsubstitute/NSubstitute/issues/329#issuecomment-339930774
>If anyone still wants NET40 support please raise a separate issue.
We're still supporting .NET 4.0, and wou…
-
Package manager
- Nuget
Testing
- NUnit (yellow)
- Specflow (grey)
- XUnit (grey)
- FluentAssertions
- Moq (yellow with seperate arrow)
Framework
- ASP.Net MVC 5 (yellow)
- WCF (…
-
In a project I've defined an interface like this (omitting unimportant parts):
```cs
public interface IClientRequestProcessor
{
event AsyncEventHandler DeviceModificationsRequested;
eve…
-
As discussed on the mailing list, below is a console app that is compiling well on Mac but crashing Mono at runtime. It is compiling and running fine on .NET/Windows.
Here is the repo that has this f…
-
@desplesda recently mentioned that developers often forget to add licenses to their GitHub projects.
Is this open source? Can an appropriate license be added?
Thanks
-
Hello,
I want to create a mock that by default throws an exception, but for known values returns a string. It seems I can't throw for any args and then override the specific value. Looking at the fol…
-
We've made a very interesting experience with NSubstitute introducing 2 custom functions we want to share for a better default compatibility.
Usually, there's a problem with properties created in a…
Reris updated
6 years ago
-
[Unity test tools is deprecated](https://bitbucket.org/Unity-Technologies/unitytesttools/overview). [Zenject 5.4.0](https://github.com/modesttree/Zenject/releases/tag/v5.4.0) has added support for the…