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.
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.
<PackageVersion Include="PlantUmlClassDiagramGenerator.SourceGenerator" Version="0.1.8-alpha" />
                    
Directory.Packages.props
<PackageReference Include="PlantUmlClassDiagramGenerator.SourceGenerator">
  <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 PlantUmlClassDiagramGenerator.SourceGenerator --version 0.1.8-alpha
                    
#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.
#addin nuget:?package=PlantUmlClassDiagramGenerator.SourceGenerator&version=0.1.8-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PlantUmlClassDiagramGenerator.SourceGenerator&version=0.1.8-alpha&prerelease
                    
Install as a Cake Tool

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.1.0 2,712 11/25/2024
1.0.0 8,518 5/19/2024
0.6.0-beta 125 4/14/2024
0.5.1-beta 150 3/2/2024
0.1.9-alpha 140 2/4/2024
0.1.8-alpha 106 1/27/2024

alpha test version