Chris Maddock
Chris Maddock
NUnit has various parameterised arguments, which make various special conversions to adjust parameters to match method signatures, to allow invocation via reflection. The key ones I'm thinking of are `[TestCase()]`,...
From https://github.com/nunit/teamcity-event-listener/pull/75#issuecomment-732876065 The TeamCity extension which targets .NET Standard 2.0 was displayed in the --list-extensions output as targeting .NET 4.0. I presume this was because the console was running on...
RuntimeFrameworkService suffers from a number of problems: 1. Lack of thread-safety (#173) - preventing improvements in other areas (#140) 2. Mix of functionality relating to runtimes and target frameworks, leading...
See https://github.com/nunit/nunit-console/issues/794. Currently, if the engine is passed an assembly that it cannot examine, the engine throws an exception. This was the correct behaviour at the time of implementation, however...
Agent crashes are often hard to debug - as the exception information is lost on the crashed process. If the console could display the exception stack trace, as it would...
@CharliePoole commented on [Sun Oct 26 2014](https://github.com/nunit/nunit/issues/311) This was originally an nunit-console issue... nunit-console.exe throws the following error while i tried to execute from Mapped Network Drive Unhandled Exception: System.TypeInitializationException:...
We've talked casually about several changes we'd like to make in v4 over the years - but there's never yet been an important enough breaking change to justify a new...
 This isn't intentional. This addins file is just linked to the file in the package itself, which means any edits would be lost on package restore. We probably need...
I just tried to run my tests built against .NET 4.0 with `--framework=2.0`. This threw the following exception: ``` 1) Error : An exception occurred in the driver while loading...
We've faced various issues in v3 with it being unclear which public exposed methods are intended to be supported as interfaces. This leads to unexpected breaking changes for runners maintainers,...