8T4 / c4sharp

C4Sharp (C4S) is a .net library for building C4 Model diagrams.
MIT License
261 stars 37 forks source link

Make PlantumlDiagram public so that ToPumlString method is accessible #12

Closed BenRStutzman closed 3 years ago

BenRStutzman commented 3 years ago

Make PlantumlDiagram public so that its ToPumlString method is accessible from outside of this library - it's useful for creating a puml string when you don't want to save it to a file or export it to a PNG (for example, in my project I want to post the puml string to an external server, so all I need is the string).

BenRStutzman commented 3 years ago

Hi @yanjustino, could you take a look at this PR? Thanks!

yanjustino commented 3 years ago

Thank you for your contribution, @BenRStutzman! I believe that your submission will bring many benefits to library users!

yanjustino commented 3 years ago

Soon I will release a new version

BenRStutzman commented 3 years ago

Great, thanks @yanjustino! I have a couple other ideas for changes that I'll make PRs for in a bit.