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
This will produce an error where A.generated.cs does not have CreateWithIdentity, yet B.generated.cs will still try to call it in ToA(), causing an error.
Putting both class A and class B in the same file correctly generates the CreateWithIdentity method.
The text was updated successfully, but these errors were encountered:
Spreading type families across source files is not yet supported in general.
Closing as a child of #61, which I filed to track the overall feature request.
Steps to reproduce:
A.cs
B.cs
This will produce an error where A.generated.cs does not have
CreateWithIdentity
, yet B.generated.cs will still try to call it inToA()
, causing an error.Putting both
class A
andclass B
in the same file correctly generates theCreateWithIdentity
method.The text was updated successfully, but these errors were encountered: