We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f7a9e commit a25dce0Copy full SHA for a25dce0
1 file changed
TruePath/Comparers/PlatformDefaultPathComparer.cs
@@ -23,9 +23,6 @@ internal class PlatformDefaultPathComparer<TPath> : IEqualityComparer<TPath> whe
23
{
24
private readonly StringComparer _stringComparer;
25
26
- /// <summary>
27
- /// Initializes a new instance of the <see cref="PlatformDefaultPathComparer"/> class.
28
- /// </summary>
29
public PlatformDefaultPathComparer()
30
31
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) || RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
0 commit comments