microsoft / testfx

MSTest framework and adapter
MIT License
679 stars 246 forks source link

Add analyzer for DeploymentItem #3192

Open stan-sz opened 1 week ago

stan-sz commented 1 week ago

Summary

Add MSTest analyzer for the correct placement of DeploymentItem

Background and Motivation

<!-Per https://learn.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.testtools.unittesting.deploymentitemattribute?view=visualstudiosdk-2022:

Can be specified on test class or test method.

Proposed Feature

Enforce the above statement with an analyzer.