Nacho

Results 100 comments of Nacho

In `.csproj` ``` full ``` `not found for module` solved But also 0%

The main issue at present is that VSTest deploys and launches the WinUI 3 project, preventing Coverlet from properly attaching to the application of WinUI 3 for analysis.

Perhaps it would be better to be a data collector for vstest rather than target ``` & "D:\Microsoft Visual Studio\2022\Preview\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" bin\x64\Debug\net8.0-windows10.0.19041.0\win-x64\App1.build.appxrecipe /Logger:trx /Settings:test.runsettings /TestAdapterPath:. ``` ```xml True cobertura Verbose ```...

> Please add PackageReference to your test project. > > ``` > > ``` still error😢

> You can find the vulnerable package你可以找到易受攻击的软件包 > > ``` > dotnet list package --vulnerable --include-transitive > ``` ``` PS D:\VsProjects\WASDK\ShadowPluginLoader.WinUI\App1> dotnet list package --include-transitive 项目“App1”具有以下包引用 [net8.0-windows10.0.19041]: 顶级包 已请求 已解决...

I put all the Coverlet files in a separate folder, and specifically used Newtonsoft.Json version 9.0.1 instead of 13.0.3 — and it finally worked. Sadly, the test coverage is still...

I found that I was previously using an old version of Coverlet (3.0). Now I've switched to the latest version, and it can properly load Newtonsoft.Json v13.0.3. However, I've encountered...

> There is a known issue: Please change DebugType to **portable** > > [coverlet/Documentation/KnownIssues.md](https://github.com/coverlet-coverage/coverlet/blob/0a2024d31a4c0948fabe7d1bfe8c4e1f0725cab2/Documentation/KnownIssues.md?plain=1#L238) > > Line 238 in [0a2024d](/coverlet-coverage/coverlet/commit/0a2024d31a4c0948fabe7d1bfe8c4e1f0725cab2) > > ## BadImageFormatException .NET Framework 4.7.x, 4.8.x try but...

> The currently provided information is not sufficient for diagnosis but the following topics should be recognized > > * You have to use **coverlet.console** because _Microsoft.Testing.Platform_ is not supported...