testfx icon indicating copy to clipboard operation
testfx copied to clipboard

MSTest framework and adapter

Results 258 testfx issues
Sort by recently updated
recently updated
newest added

# Question Is there a way to unload assemblies using the MSTest.Sdk/3.x.x? ## Problem When registering MSTest via the extension point you need to provide an `Assembly` loaded in the...

Type: Discussion

## Description It would be nice if the tests didn't fail due to timeout while debugging, just like in NUnit. Currently, you need to remove the attribute to properly debug...

Help-Wanted
Type: Feature

## Describe the bug If you use data rows in a UWP app and run the tests in release builds, you're met with the following error: ``` Failed TestMethod1 (System.Object[])...

Type: Bug
Area: UWP

It is very easy to use System.ComponentModel.Description instead of a Microsoft.VisualStudio.TestTools.UnitTesting attribute. Having an analyzer which ensure that on a TestMethod we use the right attribute will be good. AB#2079032

Help-Wanted
sprint
Type: Feature
Area: Analyzers

Placeholder for proposal so I can link it from code.

Heya, because I'm using the new Microsoft.Testing.Platform packages, I'm getting dependabot updates for them. However it's pulling through ancient release notes from 2018. I assume because you've got v1 tags...

Needs: Triage :mag:

## Describe the bug [MSTest][Discovery][C:\Users\jajares\source\repos\TestProject97\TestProject97\bin\Debug\net9.0\TestProject97.dll] MSTestAdapter failed to discover tests in class 'TestProject97.ChildWithoutTestClass' of assembly 'C:\Users\jajares\source\repos\TestProject97\TestProject97\bin\Debug\net9.0\TestProject97.dll' because Object reference not set to an instance of an object.. ## Steps To...

Type: Bug