Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Code Generation Creating Ambiguous Constructor Signatures in Specific Inheritance Scenario #325

Open
MatthewBeckMclane opened this issue Oct 15, 2022 · 0 comments
Labels
bug Confirmed bug

Comments

@MatthewBeckMclane
Copy link

This model is failing after code generation:

image

image

I tried to find a way to turn off the auto-generated constructors; I think these are more than necessary anyways. Maybe I am starting to tread in "build and manage the T4 templates myself" territory.

Interestingly, this modified pattern works fine:

image

image

So this will suffice for now.

But the issue remains!

@msawczyn msawczyn added the bug Confirmed bug label Jan 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Confirmed bug
Projects
None yet
Development

No branches or pull requests

2 participants