Mikkel Nylander Bundgaard

Results 131 comments of Mikkel Nylander Bundgaard

Thanks for the report @JasonBock. I guess we should not report and supply a code fix for types that are ref structs.

I just tried to reproduce this, and my simple example worked. Having (abbreviated for readability) ``` PS C:\src\NUnit\nunit-console\bin\Release> .\nunit3-console.exe --noh --explore C:\Users\Mikkel\Source\Repos\ClassLibrary1\ClassLibrary1\bin\Debug\ClassLibrary1.dll ... Test Files C:\Users\Mikkel\Source\Repos\ClassLibrary1\ClassLibrary1\bin\Debug\ClassLibrary1.dll ClassLibrary1.Class2.Test(1) ClassLibrary1.Class2.Test(2) ClassLibrary1.Class2.Test(3) ClassLibrary1.Class2.Test2("A")...

Hi @MarkKharitonov I've simplified the example and have also one possible solution to the problem, but I cannot explain exactly why it fails (I guess that @CharliePoole can answer it)....

@CharliePoole I was me that me that wrote if both has a copy it still fails (see e.g. nunit/nunit#4057). It seems as though that for multiple assemblies that the problem...

> Note too that the invalid fixture has no cases. The default console output for explore only shows cases, so nothing appears. But if I run the example from nunit/nunit#4057...

@timcassell Do you see the same degradation when you run the tests using the NUnit console - https://github.com/nunit/nunit-console/releases/tag/v3.12 - and/or NUnitLite - see e.g. https://docs.nunit.org/articles/nunit/running-tests/NUnitLite-Runner.html When you are running the...

@manfred-brands I think we can get some hints from src/EditorFeatures/Test/Completion/CompletionServiceTests.cs in the PR, but I'm unsure if we both need to implement a class that extends `AnalyzerReference` and implements `ICompletionProviderFactory`...

> But if we do this by v4, the easiest way might be to start now in v3 since it can all be done incrementally. My initial feeling about this...

Note that @manfred-brands work is part of the 3.0.0 release of the NUnit Analyzers - https://www.nuget.org/packages/NUnit.Analyzers/3.0.0. This implements the initial suppression of errors due to nullable reference types (suppressed by...