pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.
MIT License
654 stars 129 forks source link

Upgrade to .net 8.0 & fix Roslyn code smells #84

Closed PendingChanges closed 9 months ago

PendingChanges commented 9 months ago

Pull request to upgrade everything to .net 8.0 and fix Roslyn code smells

abmarnie commented 9 months ago

Does this include support for primary constructors?

PendingChanges commented 9 months ago

Does this include support for primary constructors?

Yes, in dotnet 8.0 primary constructors are supported. I changed all the class suggested by Roslyn to primary constructor.

PendingChanges commented 9 months ago

Hello, i have an other Pull request waiting after this upgrade to .net 8.0 (a lot of fixes related to issues in the issue tab). Can you check and validate this one?

pierre3 commented 9 months ago

Thank you immensely for your pull request! Your contribution has been successfully merged. I eagerly anticipate your next pull request!