Miao.Tools.FileUrlValidator 3.1.47

dotnet add package Miao.Tools.FileUrlValidator --version 3.1.47
                    
NuGet\Install-Package Miao.Tools.FileUrlValidator -Version 3.1.47
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Miao.Tools.FileUrlValidator" Version="3.1.47" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Miao.Tools.FileUrlValidator" Version="3.1.47" />
                    
Directory.Packages.props
<PackageReference Include="Miao.Tools.FileUrlValidator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Miao.Tools.FileUrlValidator --version 3.1.47
                    
#r "nuget: Miao.Tools.FileUrlValidator, 3.1.47"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Miao.Tools.FileUrlValidator@3.1.47
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Miao.Tools.FileUrlValidator&version=3.1.47
                    
Install as a Cake Addin
#tool nuget:?package=Miao.Tools.FileUrlValidator&version=3.1.47
                    
Install as a Cake Tool

文件url验证, 可设置验证文件类型,文件大小,使用如下:
new CommonFileUrlValidator().ValidateAsync(url)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.47 491 6/24/2022
3.1.46 509 6/24/2022
3.1.45 449 6/24/2022
3.1.44 452 6/24/2022
3.1.43 459 6/24/2022
3.1.42 453 6/24/2022
3.1.38 452 6/7/2022
3.1.28 486 5/30/2022
3.1.27 502 5/27/2022
3.1.26 444 5/27/2022
3.1.25 453 5/27/2022
3.1.23 449 5/27/2022
3.1.22 438 5/27/2022

文件url验证,可设置验证文件类型,文件大小,使用如下:
new CommonFileUrlValidator().ValidateAsync(fileUrl);