add to ignore test
This commit is contained in:
@@ -23,6 +23,11 @@ public class Foo2
|
||||
{
|
||||
return new[] { new Foo2() };
|
||||
}
|
||||
public int Weird { get; set; }
|
||||
public int Weird2()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
//public List<Foo> DoSomethingAndGetAListOfFoos()
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user