HarmonicGenerator 1.1.0
dotnet add package HarmonicGenerator --version 1.1.0
NuGet\Install-Package HarmonicGenerator -Version 1.1.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="HarmonicGenerator" Version="1.1.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 HarmonicGenerator --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HarmonicGenerator, 1.1.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 HarmonicGenerator as a Cake Addin #addin nuget:?package=HarmonicGenerator&version=1.1.0 // Install HarmonicGenerator as a Cake Tool #tool nuget:?package=HarmonicGenerator&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
HarmonicGenerator
Integrate the C# Source Generator with other source generators.
Architecture
sequenceDiagram
participant Build as dotnet Build
participant Inner as Internal Build
participant Other as Other Generator
autonumber
Build->>Inner: Invoke Build
activate Inner
loop 1st Generate
Inner->Inner: dotnet SourceGenerator
end
Inner->>Other: Invoke Generator
deactivate Inner
activate Other
loop
Other->Other: Generate Source
end
Other->>Inner: End
deactivate Other
Inner->>Build: Build End
activate Build
loop 2nd Generate
Build->Build: dotnet SourceGenerator
end
deactivate Build
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HarmonicGenerator:
Package | Downloads |
---|---|
MessagePack.MSBuild.SourceGenerator.Tasks
MessagePack.MSBuild.Tasks extensions for C# Source Generator. |
GitHub repositories
This package is not used by any popular GitHub repositories.