Skip to content

Commit 3ac9b45

Browse files
committed
Fix | Http File
1 parent ac9deef commit 3ac9b45

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

ShadowPluginLoader.WinUI/Extensions/PipelineExtension.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ public IPipeline Feed(Uri uri)
8585
{
8686
if (uri.Scheme.StartsWith("http"))
8787
{
88-
if (!uri.IsFile)
89-
{
90-
Log.Warning("Scan Uri[{DirFullName}]: Not Support", uri.LocalPath);
91-
}
9288
return pipeline.Feed(new HttpFileMaterial(uri));
9389
}
9490
else if (!uri.IsFile && Directory.Exists(uri.LocalPath))

ShadowPluginLoader.WinUI/ShadowPluginLoader.WinUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<LangVersion>preview</LangVersion>
1515
<!-- Nuget -->
16-
<Version>3.1.1</Version>
16+
<Version>3.1.2</Version>
1717
<PackageId>ShadowPluginLoader.WinUI</PackageId>
1818
<Owner>kitUIN</Owner>
1919
<Authors>kitUIN</Authors>

0 commit comments

Comments
 (0)