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 8e7ff87 commit 292b878Copy full SHA for 292b878
LibGit2Sharp.Tests/MetaFixture.cs
@@ -305,10 +305,7 @@ public void NoPublicTypesUnderLibGit2SharpCoreNamespace()
305
// Ugly hack to circumvent a Mono bug
306
// cf. https://bugzilla.xamarin.com/show_bug.cgi?id=27010
307
.Where(t => !t.FullName.Contains("+"))
308
-
309
-#if LEAKS_IDENTIFYING
310
- .Where(t => t != typeof(LibGit2Sharp.Core.LeaksContainer))
311
-#endif
+ .Where(t => t.FullName != "LibGit2Sharp.Core.LeaksContainer")
312
.ToList();
313
314
if (types.Any())
0 commit comments