The following code raises a false-positive for ID0060: Removed unused parameter ``` public static void Noop(this Assert assert) { /* intentional no-op */ } ``` The parameter is required as it's an extension method, so that you can do `Assert.That.Noop()`