botbuilder-python
botbuilder-python copied to clipboard
port: FileResource and SourceMap improvements (#5788)
The changes in FileResource and SourceMap improvements (#5788) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Fixes: https://github.com/microsoft/botbuilder-dotnet/issues/5789Fixes: https://github.com/microsoft/botbuilder-dotnet/issues/5469
Effects of these changes with a bot having many cyclical dialogs:
Before these changes:
After:
Please review and, if necessary, port the changes.

