Skip to content
#

aspnetcore

Here are 2,724 public repositories matching this topic...

babinik
babinik commented Jul 19, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

JS SignalR Client version: 6.0.7

/** The version of the SignalR client. */
const VERSION = "6.0.7";

Overview.

Using standard SignalR reconnection mechanism, and in case connection was not finally established, the number of reconnection attempts is incorrectly logged. T

bug help wanted area-blazor good first issue
FredCni
FredCni commented Jun 8, 2022

In the "Set the environment" section, the doc refers to setting the value of env variables w/o showing how to do it.
But the goal can be achieved that way. I suggest you add this code snippet:

protected override IHostBuilder CreateHostBuilder() =>
        base.CreateHostBuilder().ConfigureWebHost(x => x.UseEnvironment("integration"));

The derived WebApplicationFactory will therefor

Help wanted Good first issue Source - Docs.ms doc-enhancement

Improve this page

Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."

Learn more