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

`CSharpCodeFixVerifier.Test` nested class in templates should be internal

Open Youssef1313 opened this issue 9 months ago • 4 comments

https://github.com/dotnet/roslyn-sdk/blob/e5ac2973139bde52fae4f85327ea7ac7bc5eedf6/src/VisualStudio.Roslyn.SDK/Roslyn.SDK/ProjectTemplates/CSharp/Diagnostic/Test/Verifiers/CSAnalyzer%2BTest.cs#L7-L10

This will trigger MSTEST0004 once the user enables that analyzer (ofc if the user is using MSTest - not sure if xUnit/NUnit have similar analyzer).

FYI @Evangelink

Youssef1313 avatar Jan 07 '25 18:01 Youssef1313