add to ignore test

This commit is contained in:
Adam Hathcock
2024-05-21 14:14:54 +01:00
parent 2baba84655
commit e61651ba13
5 changed files with 21 additions and 2 deletions
@@ -8,5 +8,9 @@ namespace ProxyInterfaceConsumer
public event EventHandler<EventArgs> MyEvent;
public int Weird { get; set; }
public int Weird2()
{
return 0;
}
}
}