roslyn-analyzers
roslyn-analyzers copied to clipboard
PH2005 Remove TestContext CodeFixer throws exception
namespace TestProject1
{
[TestClass]
public class UnitTest1
{
public TestContext TestContext { get; set; }
[TestMethod]
public void TestMethod()
{
}
}
}