Liangying.Wei
Liangying.Wei
I am thinking, the initiating payment app which uses .net full framework, which version is it? It can also use [ASP.NET Core SignalR Client](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR.Client) because the SDK is targeting `.NETStandard...
No the old jquery.SignalR does not work for Core SignalR, they are different. Please follow the instruction for ASP.NET Core SignalR client, the syntax is similar and easy to use.
> How do I get the asp.net chat app using the .net core signalr client hooked up with the same code ? No you can't. > I have multiple microservices...
unable to install Microsoft.Azure.SignalR.AspNet in 4.6.1 in Asp.net Mvc and access from client side
Please use the package for ASP.NET: https://github.com/aspnet/AzureSignalR-samples/blob/master/aspnet-samples/ChatRoom/README.md#update-chat-room-to-use-azure-signalr-service ``` Install-Package Microsoft.Azure.SignalR.AspNet -Prerelease ```
unable to install Microsoft.Azure.SignalR.AspNet in 4.6.1 in Asp.net Mvc and access from client side
Hi @ravisankarchalamalasetty What is the error you are seeing? Would you mind sharing your repro steps? I tried upgrading the [ASP.NET ChatSample](https://github.com/aspnet/AzureSignalR-samples/tree/master/aspnet-samples/ChatRoom) to `net472`, it first reports `System.IO.FileNotFoundException: 'Could not...
Looks like this only relates to TOC structure. A quick work around for this is to re-format TOC.yml before `docfx build`, using a custom script.
@MathewSachin Your website https://managedbass.github.io/api/ManagedBass.html looks pretty cool, would you willing to share it to http://dotnet.github.io/docfx/templates-and-plugins/templates-dashboard.html ?
Different document type are sharing the same layout https://github.com/dotnet/docfx/tree/dev/src/docfx.website.themes/default/layout now, so I assume it is now much easier to change layout? 😄
A cool feature I have thought for a while
Reproduced. This happens when `docfx metadata a.dll`, `docfx metadata a.csproj` works fine.