Commit Graph

9457 Commits (39b47bc13326cacaf39e600f121fa2a9f86cc2fc)

Author SHA1 Message Date
Rick Anderson 39b47bc133
Update options.md (#16369) 2020-01-01 21:13:24 -08:00
Kirk Larkin 48c7a8f966 Update Custom Model Binding to 2.1. (#16364)
* 2.1 update.

* Moved to samples/2.x.

* A few edits to the topic itself.
2020-01-01 15:33:20 -08:00
John Parente ff193af7c8 Update dependency-injection.md (#16355) 2019-12-31 10:55:05 -06:00
Rick Anderson 43589fb49a
Scaffold warning TFM must match NuGet packages (#16332) 2019-12-30 12:03:09 -08:00
Luke Latham 5db0c9c0ce
Fix WARNING note (#16347) 2019-12-28 18:21:37 -06:00
Kirk Larkin f36e23be7e Small updates to RP Filters. (#16345)
* As suggested in GitHub issue.

* Some additional fixes.
2019-12-28 14:45:33 -08:00
Mauricio de los Santos 4e91cfe3a4 CC170507: Escaping colon sign to avoid segmented strings in Loc pages (#16322)
Contributor has reported source content issue. 
Description: Colin in link name is segmenting strings in Localized pages
2019-12-26 12:11:08 -08:00
Rick Anderson 6301f0ce3c
Update migrations.md (#16324) 2019-12-26 12:09:34 -08:00
Luke Latham 399a360bad
Fix example code highlight (#16317) 2019-12-26 07:04:19 -06:00
Rick Anderson a28672de73
Update controller-methods-views.md (#16308) 2019-12-24 10:00:53 -08:00
Rick Anderson a3c4e39299
Filter refactor for 3.1 (#16293)
* Filter refactor for 3.1

* Filter refactor for 3.1
2019-12-20 14:41:27 -08:00
Rick Anderson f56771e2b2
Update memory.md (#16291) 2019-12-20 13:26:52 -08:00
Rick Anderson d0ad48af88
Update RP filters to 3.1 (#16283)
* 3.1 update of RP filters

* 3.1 update of RP filters

* 3.1 update of RP filters

* work

* work

* work

* work

* work

* work

* work
2019-12-20 13:26:32 -08:00
Rick Anderson fda6505196
Add authorization to middleware table (#16252)
* Add authorization to middleware table

* Update aspnetcore/fundamentals/middleware/index.md

Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2019-12-20 13:12:59 -08:00
Kirk Larkin e526267abc Customizing the System.Text.Json-based Input Formatter (#16261)
* Sample code for custom JsonConverter.

* Supporting explanation.

* Apply suggestions from code review.

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* encode backtick in API xref link

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2019-12-20 13:12:35 -08:00
Kirk Larkin f3da32d80b Additional explanation of middleware pipeline configuration options. (#16280)
* Additional explanation of middleware pipeline configuration options.

* Inline comments for UseWhen's pipeline.

* Update index.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2019-12-20 09:49:45 -08:00
Rick Anderson 6eb6d2ca84 Update first-web-api.md (#16274) 2019-12-20 10:29:50 -06:00
Pranav K c543e7229a Add global auth filter + policy migration example (#16092)
* Update 22-to-30.md

* Update 22-to-30.md

* Merge into Pranav's PR (#16129)

* Update 22-to-30.md

* add snippet

* add snippet

* add snippet

* add snippet

* add snippet

* Update aspnetcore/migration/22-to-30/samples/Startup.cs

Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* react to serpent5 feedback

* react to serpent5 feedback

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2019-12-19 17:38:06 -08:00
Rick Anderson 2fc9d7c147
Update 22-to-30.md (#16284) 2019-12-19 16:43:38 -08:00
Rick Anderson 6035b2f039
Update aspnetcore-1.1.md (#16281) 2019-12-19 10:34:15 -08:00
Rick Anderson 2f048514bc
3.1 update of Filter methods for RP (#16275)
* 3.1 update of Filter methods for RP

* 3.1 update of Filter methods for RP
2019-12-18 16:22:55 -08:00
Rick Anderson 1e076a56cc
scaffold Identity 3.1 update (#16258)
* scaffold Identity 3.1 update

* scaffold Identity 3.1 update
2019-12-18 15:55:35 -08:00
Kirk Larkin 5112240cca Remove double TryUpdateModelAsync section from Model Binding. (#16267)
* Remove double TryUpdateModelAsync section from Model Binding.

* Update model-binding.md

* Update model-binding.md

* Update model-binding.md
2019-12-18 15:17:02 -08:00
Luke Latham 6f2ccfea16
Update Azure CLI command syntax (#16222) 2019-12-18 13:33:28 -06:00
Luke Latham a8595be006
Improve Kestrel startup example (#16269) 2019-12-18 13:32:28 -06:00
Luke Latham c9794fca44
Update links to Azure samples (#16268)
* Update links to Azure samples

* React to feedback

* Update topic link
2019-12-18 12:44:16 -06:00
Kirk Larkin 1ac8b3d9b2 Customizing the view search path for View Components. (#16264)
* Customizing the view search path for View Components.

* Apply suggestions from code review.

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* minor tweak
2019-12-18 12:35:44 -06:00
谭九鼎 6aa7a183ca Update docker-https.md (#16263)
* Update docker-https.md

* edit pass
2019-12-18 10:46:22 -06:00
Fiyaz Bin Hasan 7b306daf7c broken link fixed (#16259) 2019-12-18 08:00:18 -06:00
Rick Anderson ddbcfe340d
refactor scaffold identity (#16254) 2019-12-17 17:05:35 -08:00
Rick Anderson eb186e8444
refactor middleware monikers (#16251) 2019-12-17 15:59:56 -08:00
Kirk Larkin aa6a8885d9 Add 3.0 version of Model Binding sample. (#16240)
* Verbatim copy of 2.x sample.

* Cleanup and consistency with Model Validation sample.

* Ported copied sample to 3.0.

* Updated snippet references.

* 2.x version of sample_snapshots.

* Verbatim copy of Rick's TryUpdateModelAsync work.

* Small tweak to wording.
2019-12-17 15:13:26 -08:00
Rodney Littles II 8984f5f211 update Azure App Service set environment (#16248) 2019-12-17 17:01:19 -06:00
Pranav K 72baa5b52b Update javascript-interop.md (#16246) 2019-12-17 15:36:24 -06:00
Pranav K 829f52e1ae Talk about avoiding IIS (#16244)
* Talk about avoiding IIS

* Update scale.md
2019-12-17 13:01:13 -08:00
Rick Anderson 08333dddfe
Add Partial app migration to migration doc for IIS folks (#15999)
* Update index.md

* Update aspnetcore/migration/proper-to-2x/index.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Update aspnetcore/migration/proper-to-2x/index.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update index.md

* Update index.md
2019-12-17 10:40:32 -08:00
Scott Addie 194c3823f2
Add guidance for using ASP.NET Core APIs in libraries (#15741)
* Add guidance for using ASP.NET Core APIs in libraries

* remove stray text

* refactoring

* refactoring

* edits

* more edits

* more edits

* simplification

* React to feedback

* React to most feedback

* Simplify middleware code snippet

* React to feedback
2019-12-17 10:15:49 -06:00
Rick Anderson 990ef4cea6
startup MD fix monikers (#16237)
* startup MD fix monikers

* startup MD fix monikers
2019-12-16 21:22:28 -08:00
Rick Anderson 9d714287bc
Update overview.md (#16233) 2019-12-16 19:22:12 -08:00
Rick Anderson 1c49297601
Update visual-studio-tools-for-docker.md (#16172)
* Update visual-studio-tools-for-docker.md

* Update visual-studio-tools-for-docker.md
2019-12-16 15:45:20 -08:00
Rick Anderson 3a86181dd6
add endpoint routing (#16154)
* add endpoint routing

* add endpoint routing

* add endpoint routing

* work

* Update aspnetcore/fundamentals/routing.md

Co-Authored-By: James Newton-King <james@newtonking.com>

* work

* react to feedback

* react to feedback

* react to feedback

* Apply suggestions from code review

Co-Authored-By: James Newton-King <james@newtonking.com>

* react to feedback

* react to feedback

* Apply suggestions from code review

Co-Authored-By: James Newton-King <james@newtonking.com>

* Update aspnetcore/fundamentals/routing.md

Co-Authored-By: James Newton-King <james@newtonking.com>

* word smith
2019-12-16 15:10:09 -08:00
Rick Anderson 09c46ae102 Update README.md (#16224) 2019-12-16 15:41:24 -06:00
Luke Latham f649de0e8f
Surface JSON serialize content and version >=2.1 (#16217) 2019-12-16 12:34:28 -06:00
Luke Latham 19ea2b35cb
Sample updates to 3.1 (#16221) 2019-12-16 12:23:27 -06:00
Luke Latham c407fc4332
Health Checks sample 3.1 updates (#16204) 2019-12-16 10:58:35 -06:00
Dávid Kaya dcd40d407f Fixed typo in the Windows Authentication page (#16214) 2019-12-16 06:07:14 -06:00
Jason Naylor 3d0c3af5ec Add note on RegularExpression attribute validation (#15984)
* Add note on RegularExpression attribute validation

This note will help inform developers of the limitations.

* Update validation.md

* Update validation.md

* Update validation.md

* Update validation.md

* Update validation.md

* Update validation.md

* Update validation.md
2019-12-14 14:25:44 -08:00
Rick Anderson 9563a0586f
Update index.md (#16173)
* Update index.md

* Apply suggestions from code review

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Update aspnetcore/fundamentals/logging/index.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Update aspnetcore/fundamentals/logging/index.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
2019-12-14 09:24:15 -08:00
Rick Anderson 4e94ec38bf remove blazor samples from toc.yml (#16194) 2019-12-13 21:57:45 -06:00
Rick Anderson ed1499a618
Update validation.md 2019-12-13 14:28:53 -10:00