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 7b8e982 commit a579a09Copy full SHA for a579a09
LibGit2Sharp/PackBuilder.cs
@@ -79,7 +79,7 @@ public void AddRecursively(ObjectId id)
79
/// <summary>
80
/// Disposes the PackBuilder object.
81
/// </summary>
82
- public void Dispose()
+ void IDisposable.Dispose()
83
{
84
packBuilderHandle.SafeDispose();
85
}
0 commit comments