This repository was archived by the owner on Jan 5, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 493
Adding tests at Section level and Switch to Antlr official runtime #4846
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use nuget.config
…#4668) The following third party libraries that do not have strong names: NAudio Twilio Thrzn41.WebexTeams
updated reference version of Microsoft.BotFramework.Orchestrator
Add description to memory assertions. Redo retries tests to work with new retries model.
Hide DialogInspector and centralize resetting retries
* fix DafaultValueResponce can't access dc.state * add adaptive test for NumberInput default response * fix BindAsync wrong signature in OAuthInput * defense explicitly cancellationToken in BindAsync * add cancellationToken in EndDialogAsync
Co-authored-by: Santiago Grangetto <[email protected]>
* Enable custom AttachmentInput dialogs. * Add positive and negative tests for custom AttachmentInput
…ail (#4719) * Add AUTOMATEDBUILD precompiler directive, change Assert.Inconclusive() to Assert.Fail * Fix DefineConstants in Microsoft.Bot.Builder.FunctionalTests.csproj * Fix environment vars for dotnet test * Set twilio env vars * Fix linux yaml
…4604) * fix DSM tryGetValue * add more tests * resolve conflicts
* Refactored FacebookAdapter to add a virtual metho for FB message creation that allows the devs to manipulate the FB message instanc before it gets sent to Facebook. Added FacebookAdapterWithTag adapter to FB test bot so we can add the "ACCOUNT_UPDATE" tag as defined in https://developers.facebook.com/docs/messenger-platform/send-messages/message-tags#sending * Fixed errors in DialogStateManagerTests * Added missing MessagingType property.
* init LG debugger * change LGEvent to Custom * fix ci error * fix ci error
* redo the default fallback of namespace * fix issue * make inject function case sensitive
* Update BotFrameworkAdapter to fix Fixes: #4710 Fixes #4710 by using Convert.Int32 instead of (int) , to avoid cast exception System.InvalidCastException - Unable to cast object of type ‘System.Int64’ to type ‘System.Int32 * Updated for culture sensitive method calls Include reference to System.Globalization.CultureInfo.InvariantCulture in method call.
* Add check for DisableApiCompatibityValidation * Add quotes to "true" * Add comment
* Change Assert.Inconclusive() to Assert.Fail() * Add #if !AUTOMATEDBUILD * Add var TESTAPPID * Move env vars to dotnet test task * Change env var name to TestPassword * Add TestAppId: $(LinuxTestBotAppId)
* Refactor of Microsoft.Bot.Builder.Azure.Queues. * Moving QueueStorage to TurnState. * Add visibility timeout. * Changes requested by peer review. * Remove references to Dialogs.Declarative.
…s' to 'last wins' (#4824) * Debugging: Move from first win to last wins, interface converter now has a non-concurrent dictionary and default source map is nullsourcemap * Undo source map change * Declarative: Remove JToken cloning due to JSOn.NET bug
* remove trusted service url check in appcredentials * cr feedback * cr feedback
Removed the skills functional tests, I was the only one using them and decided to remove them to avoid clutter. New versions of these test projects will be eventually in https://github.com/microsoft/BotFramework-FunctionalTests For the time being, these projects can be found in this fork if anyone needs them: https://github.com/gabogorg/botbuilder-dotnet
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #
Description
Specific Changes
Testing