Duane

Results 1 comments of Duane

This is related to this issue: https://github.com/dotnet/runtime/issues/22718 On linux Uri treats "/user/signin" as a valid UriKind.Absolute. I fixed this issue by using if (Action.StartsWith("/") == false && Uri.TryCreate(Action, UriKind.Absolute, out...