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

The type initializer for 'AdaptiveCardsTemplateLexer' threw an exception. #6682

Closed jagdish-kumawat closed 10 months ago

jagdish-kumawat commented 11 months ago

On upgrading the Bot Builder SDK to 4.20.x, getting this error on Adaptive Card Templating - The type initializer for 'AdaptiveCardsTemplateLexer' threw an exception.

This works fine on 4.19.x. I am using C#.

InfinytRam commented 10 months ago

Thanks @jagdish-kumawat, i'm looking into this issue.

InfinytRam commented 10 months ago

AdaptiveCardsTemplateLexer doesn't appear to be related to Bot Framework SDK. I found similar issue in AdaptiveCards repository.

@jagdish-kumawat, if you're using the Adaptive Card SDK or encountering a problem related to Adaptive Card JSON templates, could you please report the issue in the appropriate AdaptiveCards GitHub repository?