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
The text was updated successfully, but these errors were encountered:
sebthom
changed the title
[cs] StackOverflowException when implementing builder with fluent API
[cs] StackOverflowException when using abstract builder with fluent API
Jan 18, 2023
The following code results in a StackOverflowException when targeting CSharp, but works for all other targets:
If I remove the abstract keyword, then the StackOverflowException goes way.
If the abstract keyword is present the following code is generated which results in the StackOverflow:
If I remove the abstract keyword, this code is generated:
The text was updated successfully, but these errors were encountered: