Task builder produces warning if there are too many bindings inside IF branch #16068
Labels
Area-Compiler-StateMachines
Sequence, list, task and other state machine compilation
Bug
Impact-Low
(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
build in RELEASE (debug is fine)
dotnet build -c Release
Reproducable on SDKs
Expected behavior
Code compiles fine
Actual behavior
warning FS3511: This state machine is not statically compilable. A resumable code invocation at '(2,14--2,18)' could not be reduced. An alternative d
ynamic implementation will be used, which may be slower. Consider adjusting your code to ensure this state machine is statically compilable, or else suppress this warning.
Known workarounds
Related information
The text was updated successfully, but these errors were encountered: