Aspnetcore.docs: Template Configure method is out of date.

Created on 6 Jan 2019  Â·  3Comments  Â·  Source: dotnet/AspNetCore.Docs

The ASP.NET Core templates configure the pipeline with support for a developer exception page, BrowserLink, error pages, static files, and ASP.NET Core MVC:

This statement and the code snippet that follows it are a little out of date:

  • BrowserLink (UseBrowserLink) is no longer included.
  • UseHsts, UseHttpsRedirection and UseCookiePolicy are included as of 2.1.

Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

P1 Source - Docs.ms

All 3 comments

Thanks for flagging this @serpent5.

The topic is referencing a 2.0-era sample (thus code snippets). @tdykstra do you want to take this one, or shall I update it? IMO, we should set up 2.1 and 2.2 samples with versioning in the topic.

@guardrex If you'd like to take care of it, it's all yours. 😄

@serpent5 I should be on the case with this one in a week or so. I'll give the topic a full pass/update.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cocowalla picture cocowalla  Â·  3Comments

danroth27 picture danroth27  Â·  3Comments

AnthonyMastrean picture AnthonyMastrean  Â·  3Comments

Rick-Anderson picture Rick-Anderson  Â·  3Comments

nenmyx picture nenmyx  Â·  3Comments