Skip to content

Improve guidance for ASP.NET Core #2275

Open
@mattjohnsonpint

Description

@mattjohnsonpint

Problem Statement

The ASP.NET Core documentation page could be much clearer.

So could the samples.

Solution Brainstorm

  • Lead with the current version of ASP.NET Core.
  • Add sections for older versions, either collapsed or in tabs.
  • Reduce the list of features so it doesn't take up so much of the first page.
  • Make sure EnableTracing and UseSentryTracing are visible in all examples.
  • Make sure its clear what order UseSentryTracing goes in the middleware (after UseRouting, but why and what if that's not present?)
  • Update samples to use the current ASP.NET Core. Start from templates dotnet new web / webapi / mvc, etc.
  • Add a few limited samples for older versions of ASP.NET Core, but only where drastically different from current.

Metadata

Metadata

Projects

Status

Backlog

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions