Replies: 1 comment 6 replies
-
Thanks to MS, they introduced breaking change. See dotnet/csharplang#5157. If you have any suggestions, I'm ready to discuss. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The docs have this example:
Is this doing what it's supposed to be doing? Trying this locally,
.Then(() => ...)
binds toConditionalBuilder.Then(Expression)
, notCodeGenerator.Then(ConditionalBuilder, Action)
. This also makes the API a bit unwieldy in general, since I have to write code with casts like this:Not sure if I'm misunderstanding something or if this is unintended. 🤔
Beta Was this translation helpful? Give feedback.
All reactions