microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
865 stars 480 forks source link

Upgrade ANTLR to version 4.11.1 in Microsoft.Bot.Builder.Parsers.LU project #6670

Closed ceciliaavila closed 1 year ago

ceciliaavila commented 1 year ago

minor

Description

This PR upgrades the ANTLR from 4.8.0 to 4.11.1 in Microsoft.Bot.Builder.Parsers.LU project.

Specific Changes

Testing

This image shows the unit tests passing after the changes. image

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 359729


Files with Coverage Reduction New Missed Lines %
/libraries/AdaptiveExpressions/BuiltinFunctions/GetNextViableTime.cs 1 90.91%
/libraries/AdaptiveExpressions/BuiltinFunctions/GetPreviousViableTime.cs 1 90.91%
/libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core/ServiceCollectionExtensions.cs 1 93.55%
/libraries/Microsoft.Bot.Connector.Streaming/Application/TimerAwaitable.cs 1 68.25%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 359562: -0.003%
Covered Lines: 25935
Relevant Lines: 32839

💛 - Coveralls