Closed ceciliaavila closed 8 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
/libraries/Microsoft.Bot.Connector.Streaming/Session/StreamingSession.cs | 3 | 90.09% | ||
/libraries/Microsoft.Bot.Builder/ActivityFactory.cs | 12 | 89.1% | ||
<!-- | Total: | 15 | --> |
Totals | |
---|---|
Change from base Build 384727: | 0.0% |
Covered Lines: | 26184 |
Relevant Lines: | 33402 |
:heavy_check_mark: No Binary Compatibility issues for Microsoft.Bot.Builder.dll
minor
Related BF-Composer Issue: https://github.com/microsoft/BotFramework-Composer/issues/9692
Description
This PR adds a validation to avoid sending object values as the activity's text and speak. With this change, we are matching JS implementation.
Specific Changes
Testing
These images show how the property was displayed before and after the fix.