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: AseChannelValidation need throw when appid is not valid. #6721

Closed fangyangci closed 6 months ago

fangyangci commented 6 months ago

Fixes #6719

Description

When the appid is not match, need to throw.

Specific Changes

Throw exception when appID is not valid.

Testing

test locally.