VOOZH about

URL: https://www.nuget.org/packages/Vorn.Files.Client/

⇱ NuGet Gallery | Vorn.Files.Client 9.1.2




Vorn.Files.Client 9.1.2

dotnet add package Vorn.Files.Client --version 9.1.2
 
 
NuGet\Install-Package Vorn.Files.Client -Version 9.1.2
 
 
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="Vorn.Files.Client" Version="9.1.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Vorn.Files.Client" Version="9.1.2" />
 
Directory.Packages.props
<PackageReference Include="Vorn.Files.Client" />
 
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 Vorn.Files.Client --version 9.1.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Vorn.Files.Client, 9.1.2"
 
 
#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 Vorn.Files.Client@9.1.2
 
 
#: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=Vorn.Files.Client&version=9.1.2
 
Install as a Cake Addin
#tool nuget:?package=Vorn.Files.Client&version=9.1.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Vorn.Files.Client

Blazor-ready client SDK that connects to Vorn.Files.Host for secure file streaming via SignalR. Includes IFilesClient, a <StreamTransfer /> component, checksum helpers, and DI extensions.

Prerequisites

  • ASP.NET Core 8 application (Blazor Server or WASM)
  • Configured Vorn.Files.Host and AAAS client (Vorn.Aaas.Client.Api)

Installation

dotnet add package Vorn.Files.Client

Usage

  • Register services with builder.AddFilesClient() after configuring AAAS.
  • Inject IFilesClient or use the StreamTransfer component in Razor pages.

Component

  • <StreamTransfer /> provides upload UI, automatic SHA-256 hashing, optional thumbnails, and streaming to the server via a bounded Channel<byte[]>.

Advanced

  • Use ChecksumHelpers for standalone hashing scenarios.
  • Use NamespaceExtension.NamespaceToPath for custom asset paths.

Contributing

Follow project guidelines in AGENTS.md. Open issues and PRs against main.

License

See repository LICENSE file.

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Vorn.Files.Client:

Package Downloads
Vorn.Interface

This library is designed to provide interface components and services to use VORN infrastructure.

Vorn.Cms.Client

This library contains services required to use Vorn.Cms subsystem.

Vorn.Files.Client.MudBlazor

This library is designed as part of web applications which are clients who get file hosting as a service from a Vorn.Files.Host. It contains visual components using MudBlazor library and includes a reference to that library.

Vorn.Files.Client.FilePond

This library is designed as part of web applications which are clients who get file hosting as a service from a Vorn.Files.Host. It contains visual components using filepond javascript library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.1.2 339 11/16/2025
9.1.1 259 11/15/2025
9.0.2 418 11/10/2025
9.0.1 229 11/9/2025
9.0.0 224 11/5/2025
8.9.4 155 11/29/2025
8.9.3 166 11/29/2025
8.9.2 198 11/23/2025
8.9.1 196 11/23/2025
8.9.0 237 11/9/2025
8.8.0 266 11/2/2025
8.7.1 264 10/29/2025
8.7.0 254 10/27/2025
8.6.2 253 10/27/2025
8.6.1 212 10/25/2025
8.6.0 201 10/25/2025
8.6.0-rc4 193 10/25/2025
8.6.0-rc3 214 10/24/2025
8.6.0-rc2 260 10/23/2025
8.6.0-rc1 251 10/20/2025
Loading failed