Upstream Azure SignalR function issues Could not load file or assembly Microsoft.Extensions.Options runtime exception
Note: This issue is not duplicate despite the title reads similarly. The following upstream signalR trigger function has been working well until we upgraded the NuGet packages to the latest versions. [Function("OnConnected")] [SignalROutput(HubName = "myhub")] public async Task<SignalRMessageAction> OnConnectedAsync([SignalRTrigger("myhub", "connections",…