Skip to content

Commit 8c27185

Browse files
committed
Allow extensibility via partial class in context adapter
1 parent faf5c5b commit 8c27185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CredentialManager/CommandContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace GitCredentialManager;
1313
/// A wrapper for <see cref="ICommandContext"/> that overrides the namespace for credentials and also
1414
/// allows git-less usage except for the git cache store.
1515
/// </summary>
16-
class CommandContextAdapter : ICommandContext
16+
partial class CommandContextAdapter : ICommandContext
1717
{
1818
readonly CommandContext context;
1919
readonly ISettings settings;

0 commit comments

Comments
 (0)