Skip to content

Add mermaid output, trim namespace options#44

Open
mryanmurphy wants to merge 2 commits intomadushans:devfrom
mryanmurphy:dev
Open

Add mermaid output, trim namespace options#44
mryanmurphy wants to merge 2 commits intomadushans:devfrom
mryanmurphy:dev

Conversation

@mryanmurphy
Copy link

Both changes update docs.

The trim options is my own feature request, not in an issue anywhere. The solutions I work on frequently have common namespace prefixes across many projects and packages; and this is a way to make the resulting graphs easier to read.

I understand v3 will in the future extract the output formatting so new serializers like mermaid wouldn't be included in the project; but since 2.x is whats available now I found it trivial to add and get some value before a v3 is ready.

If you have projects or packages with common long prefixes, this helps clean up the display.

Providing "MyApp.Framework" to both parameters would remove that from the beginning of any project filename or package name:
- `MyApp.Framework.Core.Model` becomes `Core.Model`
- `MyApp.Api` would not be changed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant