-
Notifications
You must be signed in to change notification settings - Fork 795
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
Fix internal error when missing measure attribute in an unsolved measure typar #18234
Conversation
❗ Release notes required
|
@edgarfgp a question, partially orthogonal and out of curiosity. While doing the investigation, have you got an understanding on why is the attribute duplication actually needed there? AFAIU (might be wrong, you are the attribute guru here) - inheritance should work normally for attributes, so attribute properties should apply to the derived entities. I'm getting a suspicion that something is broken more deeply here. I've noticed different behavior between C# and F# here: |
Right - told ya, you're the attribute guru. At least that's a known issue then... |
Description
Fixes #7491
BEFORE
AFTER
(Error 3874, Line 9, Col 12, Line 9, Col 14, "Expected unit-of-measure type parameter must be marked with the [<Measure>] attribute.")
Checklist