You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't have the mentioned 30 min to debug, but we just hit it on another project, so I remembered I should log the issue. 👼
Example:
DocType.generated.cs:
publicpartialclassDocType:ISomeComposition{}
DocType.partial.cs:
publicpartialclassDocType:ISomeComposition{}
I dunno when we accidentally implement the same composition, but it happens, and a the Stack Overflow should be preventable by validating read classes in some way.
Soz for lack of effort on this.
The text was updated successfully, but these errors were encountered:
https://twitter.com/bleedo/status/1337385709477502979
I didn't have the mentioned 30 min to debug, but we just hit it on another project, so I remembered I should log the issue. 👼
Example:
DocType.generated.cs:
DocType.partial.cs:
I dunno when we accidentally implement the same composition, but it happens, and a the Stack Overflow should be preventable by validating read classes in some way.
Soz for lack of effort on this.
The text was updated successfully, but these errors were encountered: