Azure Bot Framework Echo Bot NullReferenceException

Azure Bot Framework Echo Bot NullReferenceException

我刚刚使用适用于 VS 2019 的 Bot Framework v4 SDK 模板创建了一个新的机器人框架 V4。我创建了一个基于 .net core 3.1 的新 Echo 机器人,当我 运行 它并尝试将它与模拟器一起使用,我立即得到一个异常:

System.NullReferenceException: 'Object reference not set to an instance of an object.'

有什么想法吗?

详细的堆栈跟踪:https://gist.github.com/M365Devme/74e0aab0b4cbade9900835bd0cc6b097

这是我使用的项目:

来自this comment

This is a known issue in 4.11 sdk. The exception is internally caught, and can be safely ignored. More information can be found here: https://github.com/microsoft/botbuilder-dotnet/issues/4867