AspNetCore.Docs icon indicating copy to clipboard operation
AspNetCore.Docs copied to clipboard

Documentation for ASP.NET Core

Results 729 AspNetCore.Docs issues
Sort by recently updated
recently updated
newest added

The 🍎 *MacBook* 🍎 is here! 🎉 I'll be updating the Blazor-macOS guidance for VS4Mac now. If we're going to include macOS/VS4Mac Blazor Hybrid (.NET MAUI) guidance in that tutorial,...

P1
Blazor
doc-enhancement

[Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: edc76539-dcd8-8271-b876-f2b492af9b49 * Version Independent ID: d0106767-c04e-39a8-fe1d-a40352552c62...

Source - Docs.ms
SignalR
:watch: Not Triaged

I tried the code from the **Stream image data to a client** section (I copy-pasted in a new Blazor WebAssembly application), using the **setImage** JS function from the previous section....

:fire_extinguisher:P0
Source - Docs.ms
PU
Blazor

In the section [Define reusable RenderFragments in code](https://docs.microsoft.com/en-us/aspnet/core/blazor/performance?view=aspnetcore-6.0#define-reusable-renderfragments-in-code), the RenderFragment is defined using `__builder` and the comments state that it "must be called __builder" - which, I believe is because...

Source - Docs.ms
PU
Blazor
doc-enhancement

Based on the relevant MDN articles, [block-all-mixed-content](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/block-all-mixed-content) and [upgrade-insecure-requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/upgrade-insecure-requests), the `block-all-mixed-content` is considered obsolete, and using both is never recommended. ------ > **CSP: block-all-mixed-content** > **Deprecated**: This feature is no...

Source - Docs.ms
PU
Blazor

Hello! The document contains the following code snippet: ```cs builder.Services.AddScoped(); // 1 // AddHttpClient is an extension in Microsoft.Extensions.Http builder.Services.AddHttpClient("WebAPI", client => client.BaseAddress = new Uri("https://www.example.com/base")) .AddHttpMessageHandler(); // 2 ```...

Source - Docs.ms
PU
Blazor

It will be nice to include information on how to pass parameters the the interceptor. For example, I know we can specify parameters during the AddServiceOptions() call, but how do...

Source - Docs.ms
gRPC
:watch: Not Triaged

The following phrase is emphasized on https://docs.microsoft.com/en-us/aspnet/core/signalr/authn-and-authz?view=aspnetcore-2.2: > The access token function you provide is called before **every** HTTP request made by SignalR. If you need to renew the token...

Source - Docs.ms
SignalR
product-question

See https://github.com/dotnet/aspnetcore/pull/42678/files @fiyazbinhasan can you update your code in https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/fundamentals/minimal-apis/min-api-filters/7samples then I'll update the topic. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com...

Source - Docs.ms
doc-enhancement