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
864 stars 480 forks source link

Fix ANTLR when LU content contains only comments #6747

Closed sw-joelmut closed 4 months ago

sw-joelmut commented 5 months ago

minor

Description

This PR fixes an issue when using LU content with only comments.

Specific Changes

Testing

The following image shows the tests passing successfully and a testing case that detected a previous solution failure (which is not included in the source code yet). image

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 384416


Files with Coverage Reduction New Missed Lines %
/libraries/Microsoft.Bot.Connector.Streaming/Application/TimerAwaitable.cs 1 68.25%
/libraries/AdaptiveExpressions/LRUCache.cs 4 87.18%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 384373: 0.009%
Covered Lines: 26184
Relevant Lines: 33398

💛 - Coveralls