task defined as top-level static value doesn't get statically compiled #12038
Labels
Area-Compiler-StateMachines
Sequence, list, task and other state machine compilation
Bug
Impact-Medium
(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Most the time tasks are defined in functions, e.g.
That's fine, however if you define a task as a top-level value (e.g. in F# Interactive) you get a warning that a dynamic task implementation is used:
It's not a super-critical show-stopping bug because
The text was updated successfully, but these errors were encountered: