-
In order for Cake.Recipe to be compatible with Cake version 2.0.0, each and every referenced addin must support Cake 2.0.0. This issue will be used to track the full list of addins referenced in Cake.…
-
### Description
I'm building a tool that builds a JSON object to match a third-party system, so if the example seems convoluted.. welcome to my world. Note also that I need only to serialize the .NET…
-
In Visual Studio 2022, latest 17.6.5, noticed if I selected a single unit test in Test Explorer and hit Run, it would actually run all tests in the test class. If I selected the class, it would run …
-
I'm running into a situation where the coverage results show 0 line hits. I know for sure this cannot be the case as my tests successfully execute, so there must be something else going on.
I'm awa…
-
### Current behavior
I run the default template project to the UOS Linux system. And I find the window flashes and turns black during input the number as the image shows
![uos 闪黑](https://github.c…
-
## Description
Hi,
I am using the following nuget package versions:
- coverlet.msbuild: v2.9.0
- Microsoft.CodeCoverage: v16.9.1
I am trying to figure out how to disable cover metrics in th…
-
## Description
I have an issue where my unit tests are not executed on upgrading Micosoft.NET.Test.Sdk from version `17.6.3` to `17.7.0`. My test project has the Platform target set to `x86`.
Th…
-
After updating Moq.AutoMocker from v3.4.0 to v3.5.0, I'm getting an exception in my test suite. I have isolated it to this one change. The git diff contains only the updated package reference. There a…
-
## Description
After upgrading my test project to Windows App SDK 1.1 the execution of tests fails.
## Steps to reproduce
I followed https://devblogs.microsoft.com/ifdef-windows/winui-desktop-u…
-
## Steps to reproduce the issue
1. Create TestProcessWrapper for a process under test (e.g. short lived application in this repo)
2. Enable coverlet for the wrapper
3. Specify a command line argu…