Mikkel Nylander Bundgaard

Results 19 issues of Mikkel Nylander Bundgaard

The following issue can up when I tried to add (i.e. extend some tests to solve nunit/nunit.analyzers#169 Given ```csharp [TestCase(1, null)] [TestCase(1, "A")] public void TestHandlingOfNullInParams(params int[] a) { Assert.That(a,...

is:bug
pri:low

This is a corner case that I only ran into in due to work on the analyzers in nunit/nunit.analyzers#54, and my guess is that very few will run into this...

is:bug
good first issue
pri:low
help wanted

From https://gitter.im/nunit/nunit?at=621d255c6b91242320103054 it was suggested that we should also upload the test results of the builds (as artifacts). @batzen also had the following comment > Appveyor supports uploading test results....

Build
Low Priority

There is a wish in https://github.com/nunit/nunit-console/issues/379#issuecomment-430917990 to include some more information about test and namespace filtering whilst having Explicit attributed tests (and/or fixtures). Charlie has already written this in the...

type:update
area:console

We should reuse the logic for testing whether the value of a `TestCaseAttribute` matches the argument of the test method to also have effect for `ValuesAttribute`. The following will currently...

improvement

See nunit/nunit3-vs-adapter#945 for context (especially if we should do some special-handling regarding base-classes) See https://docs.nunit.org/articles/nunit/writing-tests/attributes/testfixturesource.html for requirements.

improvement

This is extracted from #212. We should have an analyzer with an optional diagnostic (with Info level) that captures methods decorated with both `ISimpleTestBuilder` and `ITestBuilder`, like `[TestAttribute]` and `[TestCaseAttribute]`...

improvement

See discussion and idea here - https://github.com/nunit/nunit.analyzers/issues/300#issuecomment-704057903

documentation

Perhaps a coverlet + codecov combination like in https://github.com/dotnet/roslyn-analyzers

is:build

The analyzer should verify: * That tests are only marked with `Theory` if they accept one or more arguments * For each argument in the method one or more of...