We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12d3fb commit d41cd63Copy full SHA for d41cd63
2 files changed
BinaryObjectScanner/IProgress.cs
@@ -3,7 +3,7 @@
3
// Licensed to the .NET Foundation under one or more agreements.
4
// The .NET Foundation licenses this file to you under the MIT license.
5
6
-namespace BinaryObjectScanner
+namespace System
7
{
8
/// <summary>Defines a provider for progress updates.</summary>
9
/// <typeparam name="T">The type of progress update value.</typeparam>
ProtectionScan/Progress.cs
@@ -6,7 +6,6 @@
using System;
using System.Threading;
using System.Diagnostics;
-using BinaryObjectScanner;
10
11
namespace ProtectionScan
12
0 commit comments