The name of the source code file under test is hardcoded to TestDocument (see https://github.com/DustinCampbell/RoslynNUnitLight/blob/master/Source/RoslynNUnitLight/TestHelpers.cs#L69).
My analyzer looks at the file name: it skips reporting in designer-generated files like Form1.Designer.cs.
It would be great to be able to write tests for that.
The name of the source code file under test is hardcoded to
TestDocument(see https://github.com/DustinCampbell/RoslynNUnitLight/blob/master/Source/RoslynNUnitLight/TestHelpers.cs#L69).My analyzer looks at the file name: it skips reporting in designer-generated files like Form1.Designer.cs.
It would be great to be able to write tests for that.