Blazor.Shell.Contracts 1.0.0

dotnet add package Blazor.Shell.Contracts --version 1.0.0
                    
NuGet\Install-Package Blazor.Shell.Contracts -Version 1.0.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="Blazor.Shell.Contracts" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Blazor.Shell.Contracts" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Blazor.Shell.Contracts" />
                    
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 Blazor.Shell.Contracts --version 1.0.0
                    
#r "nuget: Blazor.Shell.Contracts, 1.0.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 Blazor.Shell.Contracts@1.0.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=Blazor.Shell.Contracts&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Blazor.Shell.Contracts&version=1.0.0
                    
Install as a Cake Tool

Blazor.Shell.Contracts

Biblioteca de contratos compartilhados entre o Shell e os plugins no ecossistema Blazor.Shell.

📦 Descrição

O Blazor.Shell.Contracts define os contratos (interfaces, DTOs e modelos) utilizados na comunicação entre o Shell e os microfrontends (plugins).

Ele atua como a camada de desacoplamento entre as partes da aplicação, garantindo consistência e padronização na integração.

🎯 Objetivo

  • Padronizar comunicação entre Shell e plugins
  • Evitar acoplamento direto entre projetos
  • Facilitar evolução independente dos microfrontends
  • Servir como base para extensibilidade (plugin system)

🧩 Conteúdo do pacote

Este pacote pode incluir:

  • Interfaces de plugins (IPlugin, IModule, etc.)
  • Modelos de manifesto (PluginManifest)
  • Contratos de comunicação (ex: eventos, hubs)
  • DTOs compartilhados
  • Abstrações para carregamento dinâmico

🚀 Como usar

  1. Instale o pacote:
dotnet add package Blazor.Shell.Contracts
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.
  • net10.0

    • 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
1.0.0 189 3/24/2026