Tony Hallett

Results 175 comments of Tony Hallett

This also occurs when specifying the coverlet collector in runsettings and running Visual Studio Test Explorer. With both VS2019 16.11.7 and VS2022 17.1.0 From TestPlatformLogs\...\logs.datacollector....text for VS2022 ( relevant parts...

@thoma01 Perhaps you can use version 3.1 and the TestAdapterPath command line option or runsettings TestAdaptersPaths ?

Correction - I should have said version 3.0.3 With a simple XUnit 2.4.1 test project TestProject1, Microsoft.NET.Test.Sdk 17.1.0 and coverlet 3.1.2 vstest.console.exe TestProject1/bin/debug/net6.0/TestProject1.dll /Collect:"XPlat Code Coverage" /settings:coverlet.runsettings /diag:TestResults\log.txt /TestAdapterPath:"C:\Users\tonyh\.nuget\packages\coverlet.collector\3.1.2\build\netstandard1.0" ```...

@thoma01 Note that there are no such problems with dotnet test, using coverlet collector version 3.1.2 ( dll or dotnet test --collect:"XPlat Code Coverage" ) ( dotnet test will dotnet...

> I appreciate all the efforts to find a workaround, but I need a proper solution that I will be able to use in CI/CD environments. No problem. Of course...

The root Request from Container getNamed/getAllNamed/getTagged/getAllTagged allows specifying a single tag metadata entry, whereas dependency requests have the tag metadata provided by the named decorator and the tagged decorator and...

@JSilversun It has been six months since I looked at the source code and I do not remember how it functions ! If I get a chance I will have...

@luiz290788 I need to concentrate on another repo so please try one of the other maintainers. If it is still here when I have finished I will definitely have look.

@remojansen @akosyakov Setter injection merged.