roslyn-analyzers icon indicating copy to clipboard operation
roslyn-analyzers copied to clipboard

PH2005 Remove TestContext CodeFixer throws exception

Open bcollamore opened this issue 2 years ago • 0 comments

namespace TestProject1
{
    [TestClass]
    public class UnitTest1
    {
        public TestContext TestContext { get; set; }

        [TestMethod]
        public void TestMethod()
        {
        }
    }
}

bcollamore avatar Feb 22 '23 03:02 bcollamore