Slice names have only the dynamic part
I want to create a plantuml diagram based on found errors, eg.
IArchRule noCycles = SliceRuleDefinition.Slices().Matching("ArchUnitNET.(*)").Should().BeFreeOfCycles();
noCycles.Check(Architecture);
but the found slices are all without the "ArchUnitNet." prefix (e.g. "Fluent", but I would expect "ArchUnitNET.Fluent"). Is it possible to add a "full name" property to the slices with the fix parts too?
Thank you and best regards Helmut
PS.: Atm I use C4-PlantUML but maybe I can extend add a better namesspaces/classes diagram too
With correct Namespace it could look like
Hi, I like the diagrams very much. Agreed, the FullName property for the Slices is useful and we should implement it. I can try to do that myself, but I'm also open to Pull-requests ;)
Best Regards, Florian
@andredered, was this fixed by one of your latest PRs?
@fgather
Hmm, the last PR with C4 remains, and yes, I think, it is ready. The remaining possible moment: adding inscriptions. I think it should be implemented for some specific cases.
In principle, after C4, you can close the Issue
@kirchsth , does the change work for you? Feel free to reopen, if you expected something different.