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

I create ASP.NET Core Web App with individual user accounts, Then i scaffold identity, Here i select Register, Login, LogOut, and RegisterConfirmation, Then i select ApplicationDbContext as Data Context Class...

Source - Docs.ms
needs-more-info

Create new doc for `dotnet user-jwts` under Secrets management. See * [ASP.NET Core updates in .NET 7 Preview 5](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-5/) * https://github.com/dotnet/aspnetcore/pull/42125 **New doc title**: Create and manage JWTs for development...

Source - Docs.ms
doc-idea
7.0

[MapGroup support for more extension methods](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-6/#mapgroup-support-for-more-extension-methods) Related to #26476

7.0

Wait until this is finished in another preview. [System.Security.Cryptography support on WebAssembly](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-6/#system-security-cryptography-support-on-webassembly)

7.0

[Route groups](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-4/#route-groups) Copy `fundamentals\minimal-apis\7.0-samples\todo\` to `fundamentals\minimal-apis\7.0-samples\todo-group\` ***EDIT by @Rick-Anderson*** Do #26549 as separate PR

7.0

I've tried these docs to try and setup a custom identity setup with Guid primary key. It doesn't appear to work. I get an exception when i browse to the...

Source - Docs.ms
needs-more-info

Based on the documentation, I can bind an options object using code like this: `builder.Services.Configure( builder.Configuration.GetSection(PositionOptions.Position));` Unfortunately, this doesn't work unless we include the `Microsoft.Extensions.Options.ConfigurationExtensions` package. It would be great...

P2
Source - Docs.ms
Blazor
doc-enhancement

this page is linked from the Configure Storage Emulator Local wizard in Visual Studio. But the choices in the wizard do not match any labels in the doc. So, the...

Source - Docs.ms
needs-more-info

1. Copy Code from [EF-RP 6.0 project](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-rp/intro/samples/cu60) to [cu80](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-rp/intro/samples/cu80) and update for .NET 9 or .NET 8 2. Quick review of code and update where necessary. 3. Add code for...

Source - Docs.ms
doc-idea
seQUESTered

The scaffolded page differs quite a bit from the tutorial. Please compare and review `index.cshtml.cs` for the tutorial and what is actually generated by the scaffolding. --- #### Document Details...

Source - Docs.ms
doc-idea