-
使用的时候,发现如下错误,使用传统的 [TestMethod] 没有问题。
还没有进一步调查,回头弄个最小 demo 复现。
```
矩阵水平镜像
源: ImagePixelDataHandleTest.cs 行 16
持续时间: 5 毫秒
消息:
执行测试时引发了异常。如果使用的是扩展 TestMethodAttribute,请与供应商联系。
错误…
-
Currently, there doesn't seem to be any IntelliSense support in csproj. I think it's useful to have such support.
I'm seeing all MSBuild IntelliSense defined [here](https://github.com/dotnet/msbuild/…
-
### Describe the Issue
Creating an MSTest Class file via the Solution Explorer creates it with CRLF line terminations on Mac.
While normally not a big deal, if you are using multiline raw string lit…
-
## Summary
The "Prefer Native ARM64" checkbox appears in the old-style property pages for **MSTest projects targeting .NET Framework**, but it is currently ignored. This can lead to user confusion sin…
-
With latest SDK Microsoft has introduced an new SDK for MSTest so there's no explicit package references in in csproj
dotnet-outdated correctly identifies packages that needs to be updated
```bash…
-
## Describe the bug
Debug.Assert in test method crashes full process
## Steps To Reproduce
```cs
[TestClass]
public sealed class Test1
{
[TestMethod]
public void TM()
…
-
### SpecFlow Version
4.0.31-beta
### Which test runner are you using?
MSTest
### Test Runner Version Number
4.0.31-beta
### .NET Implementation
.NET 6.0
### Project Format of t…
-
**Describe the bug**
Within a single async method, using multiple snapshots with different names does not work.
**To Reproduce**
```
[TestMethod]
public async Task TestFoo()
{
var somethi…
-
## Summary
add mstest template among the common templates suggested by `dotnet new`
![Image](https://github.com/user-attachments/assets/0743d5e4-aa16-475e-9f62-ba44b6d8c5bd)
https://grep.app/sear…
-
### Page(s)
Getting started with MSTest & playwright is getting easier
in the page https://playwright.dev/dotnet/docs/intro when using MSTest.
### Description
see https://devblogs.microsoft.com/…