DCR: AdaptiveExpressions library should be in a separate repository
Consider moving AdaptiveExpressions out of the BotBuilder repository, into its own repo.
One reason in particular is the build process in each repository is affected by changes to this library. AdaptiveExpressions could be much more isolated and just pulled in as a dependency.
@EricDahlvang this seems like it should be moved to microsoft/botframework-sdk as adaptive-expressions exists in botbuilder-js and work is being done on it in botbuilder-python.
What do you think?
I think there is some value in having it separate repository. From the perspective of botbuilder-js, we've had quite a few CI issues due to transient failures stemming from this library.|
That said, moving it to another repository could be contentious 😅