Chris Maddock

Results 33 issues of 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()]`,...

is:enhancement
pri:normal

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...

Bug
help wanted
V4

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...

Refactor
High Priority
help wanted
V4

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...

Bug
V4

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...

Needs Design
Idea

@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:...

Bug
Needs Design

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...

Epic
Needs Discussion
V4

![image](https://user-images.githubusercontent.com/4837132/71766217-67b4f880-2ef5-11ea-8a2b-c1895c9df58f.png) 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...

Bug
Needs Confirmation
High Priority
V4

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...

Bug
Normal Priority

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,...

Breaking Change
V4