Skip to content

Commit a3c4569

Browse files
Copilotbrettfo
andauthored
Fix unused using and update XML doc cref in BindingRedirectResolver.cs
Co-authored-by: brettfo <926281+brettfo@users.noreply.github.com>
1 parent 3c6ff8f commit a3c4569

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

nuget/helpers/lib/NuGetUpdater/NuGetUpdater.Core/Updater/BindingRedirectResolver.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Diagnostics.CodeAnalysis;
2-
using System.Reflection;
32
using System.Text.RegularExpressions;
43

54
using NuGetUpdater.Core.Updater;
@@ -56,7 +55,7 @@ static bool TryParseIncludesString(string include, [NotNullWhen(true)] out Assem
5655
private static readonly Regex IncludesRegex = IncludesPattern();
5756

5857
/// <summary>
59-
/// Wraps system<see cref="Assembly"/> type in the nuget interface <see cref="NuGet.Runtime.IAssembly"/> to interop with nuget apis
58+
/// Wraps system <see cref="IAssembly"/> interface to interop with nuget apis
6059
/// </summary>
6160
private class AssemblyWrapper : IAssembly
6261
{

0 commit comments

Comments
 (0)