The Wayback Machine - https://web.archive.org/web/20220726015826/https://github.com/topics/aspnetcore
Skip to content
#

aspnetcore

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

alix-tlse
alix-tlse commented Jul 25, 2022

I see the Guid has been added, can you add the test "type.IsPrimitive || type.isEnum || ..." in the IsKnownImmutableType, because using a constant enum parameter always raise the SetParameter for a component.

https://github.com/dotnet/aspnetcore/blob/7b22a279ec975335bbb0a7cbadef2e45ee15aa9c/src/Components/Components/src/ChangeDetection.cs#L39

help wanted area-blazor good first issue feature-rendering
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