PlantUmlClassDiagramGenerator.SourceGenerator
0.1.8-alpha
This is a prerelease version of PlantUmlClassDiagramGenerator.SourceGenerator.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package PlantUmlClassDiagramGenerator.SourceGenerator --version 0.1.8-alpha
NuGet\Install-Package PlantUmlClassDiagramGenerator.SourceGenerator -Version 0.1.8-alpha
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="PlantUmlClassDiagramGenerator.SourceGenerator" Version="0.1.8-alpha"> <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 PlantUmlClassDiagramGenerator.SourceGenerator --version 0.1.8-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PlantUmlClassDiagramGenerator.SourceGenerator, 0.1.8-alpha"
#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 PlantUmlClassDiagramGenerator.SourceGenerator as a Cake Addin #addin nuget:?package=PlantUmlClassDiagramGenerator.SourceGenerator&version=0.1.8-alpha&prerelease // Install PlantUmlClassDiagramGenerator.SourceGenerator as a Cake Tool #tool nuget:?package=PlantUmlClassDiagramGenerator.SourceGenerator&version=0.1.8-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PlantUmlClassDiagramGenerator.SourceGenerator
Overview
This tool is designed to generate PlantUML class diagrams from C# source code. Leveraging SourceGenerator functionality, it analyzes the source code and produces PlantUML class diagrams.
Alpha Release
Please note that this is an alpha test version, and we appreciate your feedback to help improve and refine the tool.
Features
- SourceGenerator Integration: Utilizing SourceGenerator, this tool seamlessly integrates with the C# compilation process to automatically generate PlantUML class diagrams.
- Improved Analysis with Symbols: In contrast to the previous version, PlantUmlClassDiagramGenerator, which relied on SyntaxTree for class analysis, the SourceGenerator version utilizes Symbols for a more efficient and accurate parsing of the source code.
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 |
---|---|---|
1.0.0 | 1,146 | 5/19/2024 |
0.6.0-beta | 103 | 4/14/2024 |
0.5.1-beta | 126 | 3/2/2024 |
0.1.9-alpha | 119 | 2/4/2024 |
0.1.8-alpha | 86 | 1/27/2024 |
alpha test version