roslyn-sdk
roslyn-sdk copied to clipboard
`CSharpCodeFixVerifier.Test` nested class in templates should be internal
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