## Describe the bug I create project from mstest template, comment out the assembly level attribute, and I get no info message or warning from the analyzer. <img width="1566" height="370" alt="Image" src="https://github.com/user-attachments/assets/4d99fc18-11f5-431e-af31-cedf7e4cd3a9" /> ## Steps To Reproduce ``` dotnet new mstest ``` comment out the code in mstestsettings.cs rebuild, see no info in the error list.