Annium.Blazor.Interop 1.2.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Annium.Blazor.Interop --version 1.2.0
                    
NuGet\Install-Package Annium.Blazor.Interop -Version 1.2.0
                    
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="Annium.Blazor.Interop" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Annium.Blazor.Interop" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Annium.Blazor.Interop" />
                    
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 Annium.Blazor.Interop --version 1.2.0
                    
#r "nuget: Annium.Blazor.Interop, 1.2.0"
                    
#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 Annium.Blazor.Interop@1.2.0
                    
#: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=Annium.Blazor.Interop&version=1.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Annium.Blazor.Interop&version=1.2.0
                    
Install as a Cake Tool

Annium

Merge Request

A .NET 10 library: core framework, server-side infrastructure, Blazor client pieces, third-party integrations, exchange providers and CLI tooling — built and released together.

Six repositories used to hold this code and released independently, which meant a change in the core travelled outward one release at a time and every consumer saw a different version of it. They are one repository now, and one release line: every package ships the same version, and inside the repository they reference each other as projects rather than through nuget.org.

Layout

Group What it holds
core/ The framework proper — DI, mediator, configuration, data and result types, serialization, networking, logging, identity, testing
server/ Pieces that need infrastructure — caching, message bus, storage, the Mesh transport, hosting
client/ Blazor components and client-side state
finance/ Exchange provider integrations
integrations/ Bridges to third-party libraries and services
tools/ CLI tools — doc linting, versioning, REST client generation

Every area follows the same shape: <group>/<Area>/src/<Package>/ beside <group>/<Area>/tests/<Package>.Tests/.

Getting started

just              # list every recipe
just setup        # restore the dotnet tools
just build        # build everything
just test         # run the tests

License

MIT — see LICENSE.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Annium.Blazor.Interop:

Package Downloads
Annium.Blazor.Charts

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.1 0 9/4/2026
1.2.0 33 9/3/2026
1.1.23 90 8/28/2026
1.1.22 88 8/28/2026
1.1.21 100 8/21/2026
1.1.20 110 8/18/2026
1.1.19 114 7/29/2026
1.1.18 127 4/18/2026
1.1.17 165 12/26/2025
1.1.16 476 12/11/2025
1.1.15 477 12/10/2025
1.1.14 550 12/1/2025
1.1.13 242 11/27/2025
1.1.12 426 11/21/2025
1.1.11 293 11/16/2025
1.1.10 329 11/13/2025
1.1.9 242 10/6/2025
1.1.8 253 8/13/2025
1.1.7 175 7/5/2025
1.1.6 237 6/29/2025
Loading failed