Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestion from @VisualBean
Signed-off-by: Alex Wichmann <VisualBean@users.noreply.github.com>
  • Loading branch information
VisualBean authored Oct 25, 2025
commit 4eb847448b9380bd91a05f5dcc59bc63904273eb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public Stream Load(Uri uri)
{
try
{
if (uri.IsAbsoluteUri && !string.IsNullOrEmpty(uri.Scheme))
if (uri.IsAbsoluteUri)
{
switch (uri.Scheme.ToLowerInvariant())
{
Expand Down
Loading