MadEyeMatt.AspNetCore.Blazor 8.0.4

dotnet add package MadEyeMatt.AspNetCore.Blazor --version 8.0.4
NuGet\Install-Package MadEyeMatt.AspNetCore.Blazor -Version 8.0.4
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="MadEyeMatt.AspNetCore.Blazor" Version="8.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MadEyeMatt.AspNetCore.Blazor --version 8.0.4
#r "nuget: MadEyeMatt.AspNetCore.Blazor, 8.0.4"
#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.
// Install MadEyeMatt.AspNetCore.Blazor as a Cake Addin
#addin nuget:?package=MadEyeMatt.AspNetCore.Blazor&version=8.0.4

// Install MadEyeMatt.AspNetCore.Blazor as a Cake Tool
#tool nuget:?package=MadEyeMatt.AspNetCore.Blazor&version=8.0.4

AspNetCore.Blazor

A library that provides some extensions for ASP.NET Core Blazor.

  1. Enables contructor injection for components.

Usage

Constructor Injection for Components

To enable contructor injection for Blazor components just add the custom component activator and the component types to resolve from the service provider.

builder.Services.AddComponentActivator();
builder.Services.AddComponent<FetchData>();

That's it. The registered components are resolved from the container and components that are not registered are activated just like the default activator does.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 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. 
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 MadEyeMatt.AspNetCore.Blazor:

Package Downloads
Fluxera.Extensions.Hosting.Modules.AspNetCore.Blazor The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A module that enables Blazor for ASP.NET Core.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.4 184 4/18/2024
8.0.3 140 3/19/2024
8.0.2 231 1/4/2024
8.0.1 179 11/24/2023
8.0.0 129 11/16/2023
7.4.1 186 4/29/2023
7.4.0 185 4/24/2023
7.3.0 180 4/14/2023
7.2.0 177 4/14/2023
7.1.3 163 4/13/2023
7.1.2 217 3/22/2023
7.1.1 248 2/24/2023
7.1.0 294 1/18/2023
7.0.0 337 11/20/2022
6.1.0 383 10/12/2022
6.0.1 401 6/7/2022
6.0.0 507 5/11/2022