Gleyson Lira

Results 5 comments of Gleyson Lira

> > > They updated vscode and it is fixed for me now > > > Not sure, as current version (including the latest Insider build) of VS code doesn't...

Thank you @prjcontrol! This solved it for me: npm install @angular-devkit/architect@latest npm install @angular-devkit/build-angular@latest

Hi @anishprasad01, thanks for your reply. I've seen this commit with tweaks, but the parameter applied to the ConfigurationBotFrameworkAuthentication class constructor required BotOpenIdMetadata, OAuthApiEndpoint, ValidateAuthority, or even a ToChannelFromBotLoginUrl. Once...

Hi @munozemilio, worked perfectly! Thanks!

``` import { CloudAdapter, ConfigurationBotFrameworkAuthentication, ConfigurationBotFrameworkAuthenticationOptions } from 'botbuilder'; const botFrameworkAuthentication = new ConfigurationBotFrameworkAuthentication(process.env as ConfigurationBotFrameworkAuthenticationOptions); const adapter = new CloudAdapter(botFrameworkAuthentication); ```