'Difference between Microsoft test frameworks
I would like to know the key differences between MSTest.TestFramework and Microsoft.VisualStudio.TestPlatform.TestFramework
In my experience, I did find out that MSTest.TestFramework is the default for default for .net core unit tests but seems possible to use in dotnet Standard as well
Microsoft.VisualStudio.TestPlatform.TestFramework seems to be the default for dotnet Standard.
Other than that are there any other differences?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
