79742182

Date: 2025-08-21 10:55:59
Score: 0.5
Natty:
Report link
    public class UITestAttribute : TestAttribute
    {
        public new void ApplyToTest(Test test)
        {
            base.ApplyToTest(test);
            new RequiresThreadAttribute(ApartmentState.STA).ApplyToTest(test);
        }
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user487779