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

Doesn't generate a relation of type 'Composition' #61

Open
sorryb opened this issue Nov 11, 2022 · 0 comments
Open

Doesn't generate a relation of type 'Composition' #61

sorryb opened this issue Nov 11, 2022 · 0 comments

Comments

@sorryb
Copy link

sorryb commented Nov 11, 2022

I have tried to generate the code for a Composition but it always display a Association diagram.

For this:

    namespace Composition
    {
        public class SecondClientInstaller
        {
            DBLogger logger = new DBLogger();
        }
    
        public class DBLogger
        {
        }
    
    }

we get
@startuml
class SecondClientInstaller {
}
class DBLogger {
}
SecondClientInstaller --> "logger" DBLogger
@enduml

The console app has net48 but with net5 was the same.

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

No branches or pull requests

1 participant