Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 1ba096f

Browse files
committed
Fix
1 parent d063a1f commit 1ba096f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.AspNetCore.Http.Abstractions/PathString.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ public override int GetHashCode()
443443
/// </summary>
444444
/// <param name="s"></param>
445445
public static implicit operator PathString(string s)
446+
=> ConvertFromString(s);
446447

447448
/// <summary>
448449
/// Implicitly calls ToString().

0 commit comments

Comments
 (0)