Mikkel Nylander Bundgaard
Mikkel Nylander Bundgaard
I'm still not sure exactly what you want to do, but you could make an attribute that implementes `IApplyToTest` - https://github.com/nunit/docs/wiki/IApplyToTest-Interface - like the existing `CategoryAttribute` - https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/Attributes/CategoryAttribute.cs
From the text I guess that you are running the tests from VS, and VS have problems with special names. I think I've seen similar problems in the adapter project...
@Denis535 This is a problem in the adapter, but if you update to 3.16.0, then it should work, if I read nunit/nunit3-vs-adapter#484 correctly. I'll transfer this issue to adapter repo,...
@Denis535 I've transfered the issue to the adapter repo
I can reproduce the problem. That being said, I think that this is a change in Visual Studio and not something that NUnit can affect, but perhaps it is possible...
@OsirisTerje I had at some point, but I think I've deleted it again. So I've create a new project https://github.com/mikkelbu/NUnit.CursorTopTest. The test pass in VS2017 both when executing the test...
@kendrahavens @OsirisTerje I've created https://developercommunity.visualstudio.com/content/problem/551129/change-in-behaviour-between-vs-2017-and-vs-2019-wh.html, but I've not provided any information about how this impacts my workflow, as the problem was experienced by @VisualSanity, I just helped to diagnose the...
@Xaiden Thanks for the complete description. I've moved the issue to the adapter project, as this is about how the tests are presented in VS. The issue sounds closely related...
The warnings come from vstest, see https://github.com/Microsoft/vstest/blob/7b6248203164f8ea821f6795632bd22e0b69afb0/src/Microsoft.TestPlatform.CrossPlatEngine/Execution/TestRunCache.cs#L397 and https://github.com/Microsoft/vstest/blob/7b6248203164f8ea821f6795632bd22e0b69afb0/src/Microsoft.TestPlatform.CrossPlatEngine/Execution/TestRunCache.cs#L262, and will - as far as I can tell be reported when you run with `/Diag`. Why the warnings are reported...
I don't have the right to transfer issues in this repository, and even if I did, we don't have right to move issues to vstest. So I think that the...