Skip to content

Commit 6211524

Browse files
committed
Update WinGetSourceManager.cs
1 parent 8c5e686 commit 6211524

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WGet.NET/Components/WinGetSourceManager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,9 @@ public async Task<bool> RemoveSourcesAsync(WinGetSource source, CancellationToke
11071107
/// <exception cref="System.ArgumentNullException">
11081108
/// A provided argument is null.
11091109
/// </exception>
1110+
#pragma warning disable S2325 // Ignore warning for now because changing it will be an API braking change.
11101111
public string SourcesToJson(IEnumerable<WinGetSource> sources)
1112+
#pragma warning restore S2325
11111113
{
11121114
ArgsHelper.ThrowIfObjectIsNull(sources, "sources");
11131115

0 commit comments

Comments
 (0)