VOOZH about

URL: https://www.nuget.org/packages/Blazor.SourceGenerators

⇱ NuGet Gallery | Blazor.SourceGenerators 10.0.0




👁 Image
Blazor.SourceGenerators 10.0.0

dotnet add package Blazor.SourceGenerators --version 10.0.0
 
 
NuGet\Install-Package Blazor.SourceGenerators -Version 10.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.SourceGenerators" Version="10.0.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.
<PackageVersion Include="Blazor.SourceGenerators" Version="10.0.0" />
 
Directory.Packages.props
<PackageReference Include="Blazor.SourceGenerators">
 <PrivateAssets>all</PrivateAssets>
 <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
 
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.SourceGenerators --version 10.0.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Blazor.SourceGenerators, 10.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.SourceGenerators@10.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.SourceGenerators&version=10.0.0
 
Install as a Cake Addin
#tool nuget:?package=Blazor.SourceGenerators&version=10.0.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Blazorators: The C# Source Generator for Blazor

This project is capable of parsing TypeScript type declarations and emitting equivalent C# code that implements fully functioning JavaScript Web APIs. This is the core package for #blazorators. This project relies on the Roslyn source generator APIs to add source files to the compilation context.

This C# source generator that creates extensions methods on the Blazor WebAssembly JavaScript implementation of the IJSInProcessRuntime type. This library provides several NuGet packages:

NuGet package NuGet version Build Description
Blazor.SourceGenerators 👁 NuGet
👁 build
Core source generator library.

This package is consumed by the following NuGet packages:

👁 Blazorators Logo

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.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
10.0.0 108 5/14/2026
9.0.1 431 12/1/2024
9.0.0 295 11/22/2024
8.0.0 1,651 11/17/2023
8.0.0-rc.2.23480.2 176 10/13/2023
7.0.3 535 2/15/2023
7.0.2 455 2/7/2023
7.0.1 449 1/24/2023
7.0.0 461 1/11/2023
2.0.11 695 10/10/2022
2.0.10 624 5/19/2022
2.0.9 661 4/18/2022
2.0.8 669 4/14/2022
2.0.7 634 4/14/2022
2.0.6 674 4/7/2022
2.0.5 608 4/5/2022
2.0.4 664 4/5/2022
2.0.3 617 4/5/2022
2.0.2 681 4/4/2022
2.0.1 623 4/4/2022
Loading failed