We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7c24e commit 00d51abCopy full SHA for 00d51ab
LibGit2Sharp.Tests/MetaFixture.cs
@@ -71,6 +71,7 @@ where t.GetTypeInfo().IsPublic && !t.IsNested
71
from m in methods
72
where !m.GetCustomAttributes(typeof(FactAttribute), false)
73
.Concat(m.GetCustomAttributes(typeof(TheoryAttribute), false))
74
+ .Concat(m.GetCustomAttributes(typeof(ConditionalFactAttribute), false))
75
.Any()
76
let name = t.FullName + "." + m.Name
77
where !exceptions.Contains(name)
0 commit comments