Type
Task
Title:
ProcessedString evaluation should always be asynchronous
Created:
1/11/2018 2:01:07 PM by Greg D
Status:
Closed on 3/30/2020 10:16:15 AM
Last pulled:
4/20/2018 11:50:58 AM
Description:
Remove the duplication of logic and replace synchronous public Evaluate methods with wrappers that are marked with an ObsoleteAttribute.

Having a synchronous version makes it very difficult to reason about what happens when an async Variable Function is evaluated.