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

Enums defined in classes should result in two relations #375

Open
2 tasks
BenediktMehl opened this issue May 31, 2024 · 1 comment
Open
2 tasks

Enums defined in classes should result in two relations #375

BenediktMehl opened this issue May 31, 2024 · 1 comment
Labels
enhancement New feature or request language support Adds or enhances the support for a language

Comments

@BenediktMehl
Copy link
Collaborator

BenediktMehl commented May 31, 2024

As a user I want to have to two relations if there is an enum defined in ClassA and used by ClassB. The first relation goes from ClassB to ClassA the second relation goes from ClassB to ClassA.Enum.

This Issue resulted from issue #372

DOD:

  • The test "for enums" in c-sharp-metric.test.ts is green
  • There are green tests related to this Issue for all other supported languages
@BenediktMehl BenediktMehl added enhancement New feature or request language support Adds or enhances the support for a language labels May 31, 2024
@BenediktMehl
Copy link
Collaborator Author

Lets talk about this again in the next Daily

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request language support Adds or enhances the support for a language
Projects
None yet
Development

No branches or pull requests

1 participant