You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test fails in the master branch (as of 1fb7fc5)
Test Name: LibGit2Sharp.Tests.MetaFixture.NoPublicTypesUnderLibGit2SharpCoreNamespace
Test FullName: LibGit2Sharp.Tests.MetaFixture.NoPublicTypesUnderLibGit2SharpCoreNamespace
Test Source: C:\Users\andarno\git\libgit2sharp\LibGit2Sharp.Tests\MetaFixture.cs : line 298
Test Outcome: Failed
Test Duration: 0:00:00.003
Result StackTrace: at LibGit2Sharp.Tests.MetaFixture.NoPublicTypesUnderLibGit2SharpCoreNamespace() in C:\Users\andarno\git\libgit2sharp\LibGit2Sharp.Tests\MetaFixture.cs:line 324
Result Message: Public type 'LibGit2Sharp.Core.LeaksContainer' under the 'LibGit2Sharp.Core' namespace.
The text was updated successfully, but these errors were encountered:
This happens because the compilation defines LEAKS_IDENTIFYING which makes us create this flag, but the tests got compiled by VS itself which did not, thus not making us include LeaksContainer in the list of classes that are OK to export.
We should probably get rid of this long-term as we'd actually want to expose things in core.
This test fails in the master branch (as of 1fb7fc5)
The text was updated successfully, but these errors were encountered: