JamesRandall / FunctionMonkey

Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
MIT License
294 stars 50 forks source link

changed response for SignalR negotiate to use Microsoft.Azure.SignalR… #139

Open alexeymarkov opened 4 years ago

alexeymarkov commented 4 years ago

….Management

You can also now remove AzureSignalRAuthClient class as it is not used anymore. Maybe move a content of FunctionMonkey.SignalR to FunctionMonkey...

alexeymarkov commented 4 years ago

There are some problems which I could not resolve but the idei is clear. 0: Error compiling function: HttpSignalRNegotiate.cs(167,101): error CS0012: The type 'IServiceManager' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Azure.SignalR.Management, Version=1.0.11.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.