Vorn.Files.Client 9.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Vorn.Files.Client --version 9.0.2
                    
NuGet\Install-Package Vorn.Files.Client -Version 9.0.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.0.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.0.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.0.2
                    
#r "nuget: Vorn.Files.Client, 9.0.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.0.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.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Vorn.Files.Client&version=9.0.2
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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 316 11/16/2025
9.1.1 241 11/15/2025
9.0.2 401 11/10/2025
9.0.1 215 11/9/2025
9.0.0 207 11/5/2025
8.9.4 136 11/29/2025
8.9.3 149 11/29/2025
8.9.2 184 11/23/2025
8.9.1 182 11/23/2025
8.9.0 222 11/9/2025
8.8.0 253 11/2/2025
8.7.1 252 10/29/2025
8.7.0 239 10/27/2025
8.6.2 239 10/27/2025
8.6.1 198 10/25/2025
8.6.0 183 10/25/2025
8.6.0-rc4 180 10/25/2025
8.6.0-rc3 201 10/24/2025
8.6.0-rc2 245 10/23/2025
8.6.0-rc1 238 10/20/2025
Loading failed