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

.NET Core Port #3

Closed gjuttla closed 6 years ago

gjuttla commented 6 years ago

I've extracted the PlantUML generation into a separate (.NET Std. 2.0) project and ported the main program and the test project to .NET Core 2.1.

Local development requires the .NET Core SDK 2.1.

(All tests passed.)

pierre3 commented 6 years ago

Great job! I Merged.

pierre3 commented 6 years ago

I released it as .Net Core Global Tools. Thanks to @gjuttla!

pierre3 commented 6 years ago

closed