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 faf5c5b commit 8c27185Copy full SHA for 8c27185
src/CredentialManager/CommandContext.cs
@@ -13,7 +13,7 @@ namespace GitCredentialManager;
13
/// A wrapper for <see cref="ICommandContext"/> that overrides the namespace for credentials and also
14
/// allows git-less usage except for the git cache store.
15
/// </summary>
16
-class CommandContextAdapter : ICommandContext
+partial class CommandContextAdapter : ICommandContext
17
{
18
readonly CommandContext context;
19
readonly ISettings settings;
0 commit comments