dotnet/OtherProject/Class1.cs (10 lines of code) (raw):

using System; namespace OtherProject { // inspection: bad name public class _Class1 { void Bar() { //bad(); // otherwise test fails for community linter } } }