Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mermaid output, trim namespace options #44

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

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