Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit fd9fd3d

Browse files
committed
remove ToHashSet() to disruptive to move
1 parent c6db4b4 commit fd9fd3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ServiceStack.Text/Extensions/ServiceStackExtensions.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
32

43
namespace ServiceStack.Extensions
54
{
@@ -39,8 +38,5 @@ public static ReadOnlyMemory<char> TrimEnd(this ReadOnlyMemory<char> value)
3938
}
4039
return value.Slice(0, end + 1);
4140
}
42-
43-
// Ambiguous with System.Linq v4.7.2
44-
public static HashSet<T> ToHashSet<T>(this IEnumerable<T> items) => new HashSet<T>(items);
4541
}
4642
}

0 commit comments

Comments
 (0)