dradovic / esme

We Love esme
GNU Affero General Public License v3.0
0 stars 0 forks source link

Use Azure SignalR Service #12

Open dradovic opened 5 years ago

dradovic commented 5 years ago

The publish process from VS says:

Your application is making use of SignalR. For environments that need to scale we strongly recommend adding a dependency on Azure SignalR Service. more info

JohnMarsing commented 4 years ago

I'm getting this same warning message, "Your application is making use of SignalR", when I try to publish my ASP.Net Core 3.1 WebApp to my Azure site I get an HTTP ERROR 500.

About my Web App

  1. It uses Razor Pages and I have started to use Blazor components with it. This seems to be when this publish error has started
  2. In my program.cs, I do logging with Serilog which indicates to me that the "Application Starting Up" but throws an exception here -> CreateHostBuilder(args).Build().Run();
  3. In my log it states this...

"System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AspNetCore.DataProtection.Abstractions,

PublishWarningAboutSignalR