Dominik Ernst
Dominik Ernst
There are so many different declarations in a Blazor App: - In appsettings.json: "ApplicationInsights": { "ConnectionString": " ... (From Template ?? appsetting.json in Blazor Server) - APPINSIGHTS_CONNECTIONSTRING (From Template?? wwwroot/appsetting.json...
Found ` ` in the Styles.xaml File. After removing the Background Setter it works, but shouldn't the property on the control have a higher priority?
Sorry, I think it was my mistake. I used Property="Background" instead of Property="BackgroundColor". You can close this case.
Same here! Solutions?
app.MapGet("/EDI/Customer/", **[SwaggerOperation(Tags = new[] { "XXXXXXXXXXXX" })]** (CancellationToken cancellationToken) Does the trick!