CircleDI.Blazor 0.8.0

dotnet add package CircleDI.Blazor --version 0.8.0
NuGet\Install-Package CircleDI.Blazor -Version 0.8.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="CircleDI.Blazor" Version="0.8.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CircleDI.Blazor --version 0.8.0
#r "nuget: CircleDI.Blazor, 0.8.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.
// Install CircleDI.Blazor as a Cake Addin
#addin nuget:?package=CircleDI.Blazor&version=0.8.0

// Install CircleDI.Blazor as a Cake Tool
#tool nuget:?package=CircleDI.Blazor&version=0.8.0

CircleDI.Blazor

The world only full-power circular Service Provider wired up with Blazor.

  • Resolves Circular Dependencies
  • Optimal Performance
  • Compile Time Safety
  • No Runtime Dependencies
  • AOT friendly
  • Beautiful Code Generation
  • Non-Generic
  • Non-Lazy Instantiation
  • Object Oriented
  • Customizable
  • Easy to Use

Extra Blazor features are

  • CircleDIComponentActivator.cs
  • Automatic component registration as transient services.
  • Default services of Microsoft.Extensions.DependencyInjection provider get added.

This package is not compatible with CircleDI.

Requirements

  • Language Version C#12 (default of .NET 8)
    • if you are using an older TargetFramework:
      • .NET ⇒ just set the language version to at least C#12.
      • .NET Standard 2.1 ⇒ together with the LangVersion requirement you also need some polyfills, I recommend using PolySharp.
      • .NET Framework, UWP, .NET Standard 2.0 ⇒ LangVersion C#12 or newer, polyfills (PolySharp) and disable DisposeAsync generation.

For documentation or sourcecode see github.com/BlackWhiteYoshi/CircleDI.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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
0.8.0 0 5/2/2024
0.7.0 158 4/12/2024
0.6.0 126 4/3/2024
0.5.0 127 3/24/2024