Commit Graph

10684 Commits (43ae480ffc8ed0095dd42d88ca801c20b33d8e5e)

Author SHA1 Message Date
Rick Anderson 43ae480ffc
TestServer comes in a package (#18969) 2020-06-25 14:41:15 -10:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Rick Anderson 71cafd2605
Update identity.md 2020-06-25 11:15:30 -10:00
Rick Anderson fc891944d6
Update policies.md (#18949)
* Update policies.md

* Update policies.md
2020-06-25 10:42:59 -10:00
Scott Addie 15988360e0
Update 3.1-to-5.0 migration guide for Preview 6 (#18965) 2020-06-25 15:08:10 -05:00
Nikon the Third 9664cff4c0
`foreach` variable can be captured. (#18955) 2020-06-25 08:52:17 -05:00
Luke Latham 709bac6c48
Blazor WASM perf ShouldRender updates (#18957) 2020-06-25 08:51:31 -05:00
Luke Latham 351c342f1c
Blazor async guidance (#18958) 2020-06-25 08:06:25 -05:00
Luke Latham 8c9e6206ac
Add Blazor VS debugging troubleshoot entry (#18959) 2020-06-25 08:00:56 -05:00
Luke Latham ed4a123e21
Blazor transient disposables (#18956) 2020-06-25 06:41:37 -05:00
Luke Latham 48b93bdbda
Enhance Blazor WASM unauth endpoint access (#18937) 2020-06-25 05:19:04 -05:00
Nikon the Third 9a9858cca1
Fix typo in chained bind explanation. (#18954) 2020-06-25 05:03:52 -05:00
Kirk Larkin e5d81ff9ba
Note that sub-topic isn't an extension of tutorial (#18947) 2020-06-24 12:56:52 -10:00
Rick Anderson d0e54e113a
Update Custom Formmatter (#18795)
* Update Custom FOrmmatter

* Update Custom FOrmmatter

* Update Custom FOrmmatter

* Update Custom FOrmmatter

* Update Custom FOrmmatter

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* Apply suggestions from code review

Awesome suggestions. Much appreciated.

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

* final edit

* Update aspnetcore/web-api/advanced/custom-formatters.md

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

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2020-06-24 12:56:28 -10:00
Nikon the Third 71a0045488
Fix typo in class name of examples. (#18936) 2020-06-24 05:24:44 -05:00
Rick Anderson 6d4b880430
HttpContext from middleware (#18914) 2020-06-23 16:24:55 -10:00
John Luo d4977e1bb4
WsFed instructions update (#18931)
* Update WsFed instructions

* It's no longer in settings

* Remove redundant image
2020-06-23 12:51:10 -10:00
Rick Anderson 8c3100cf7d
UseCORS/before/UseResponseCaching (#18910)
* UseCORS/before/UseResponseCaching

* work

* work

* work

* work
2020-06-23 11:14:45 -10:00
Luke Latham d0ed82b75b
Health checks liveness and readiness (#18873) 2020-06-23 13:39:15 -05:00
Luke Latham 7f92fb1e4d
Clarify component file name casing (#18928) 2020-06-23 10:50:11 -05:00
Luke Latham 3908574b30
Address Blazor Server heading (#18927) 2020-06-23 10:13:09 -05:00
Luke Latham ce132bc470
Update Blazor-SignalR tutorial image (#18923) 2020-06-23 07:29:50 -05:00
Luke Latham 4202b22b76
Blazor localization (#18902) 2020-06-23 06:34:40 -05:00
Kalyan Chanumolu 4d4ee6b2f3
Highlighting applicability to server side Blazor (#18916) 2020-06-23 06:22:32 -05:00
Rick Anderson a1dd155112
Update migrations.md (#18912)
* Update migrations.md

* Update migrations.md
2020-06-22 16:51:47 -10:00
Ray Dixon 30b8f133b0
updating formatting and fixing grammatical error (#18909)
Adding bold to `Note:` prefix and correcting punctuation in paragraph about the `Where` method returning a collection and using `Single`.
2020-06-22 14:23:45 -10:00
Shiyao Wang 王诗峣 60a3939bb5
Fix worng configuration example for logging (#18881)
* Fix worng configuration example

Move "EventSource" from under "Debug" section to "Logging" section

* Update aspnetcore/fundamentals/logging/index/samples/3.x/TodoApiDTO/appsettings.Prod2.json

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-06-22 12:13:32 -10:00
Wade Pickett e4bb67f997
MVC migration topic and code 3.1 update (#18796)
* Rewrite of MVC migration topic to update to 3.1.
* Updated app sample for 3.1, moved samples into 3.x and 2.x directories.
* Changed the structure/approach of the 3.x version migration so that the migration is between two solutions in order to keep the namespaces between projects intact and avoid renaming. This has the downside of having to use "Add Files" to copy from one solution to another rather than copy/paste, having tested both approaches out migrating between solutions was less steps and had less chance of error, missing a namespace. Add Files allows you to mass select files, so not a big difference even for the copy step.
* Separated out the topic to 3 versions, and improved on those 3.  Moniker ranges with copies targeted at >= 3.0, =2.2 and <2.2
* Removed screen shots in 3.x version that were related to steps experienced ASP.NET developers would be very familiar with , such as creating a new project, etc.
Removed some of the "optionally you can..." suggestions to cut down on the confusion for the steps.
2020-06-22 14:47:33 -07:00
Rick Anderson 0c628d67fa
Update docker-https.md (#18870)
* Update docker-https.md

* Update aspnetcore/security/docker-https.md

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

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-06-22 07:56:40 -10:00
Luke Latham 4f9c976bf9
Move HTML event designation (#18903) 2020-06-22 11:24:41 -05:00
Luke Latham 5b06ccc916
DI service lifetime disposal relative to requests (#18883) 2020-06-22 07:08:10 -05:00
Rick Anderson a8fb389df5
Update ObjectPool.md (#18890)
* Update ObjectPool.md

* Update ObjectPool.md
2020-06-21 12:07:38 -10:00
Luke Latham c40c0af6df
Fix cross-link (#18894) 2020-06-21 16:35:45 -05:00
Luke Latham 1c49b0faf7
Update Blazor common sample example (#18874) 2020-06-21 15:41:37 -05:00
Luke Latham 9644fe8b77
Fix cross-link (#18891) 2020-06-21 14:17:54 -05:00
Luke Latham 7eee0eab9e
Fix broken link (#18885) 2020-06-21 12:17:13 -05:00
Luke Latham f2d4bcf317
Blazor localization updates (#18876) 2020-06-20 13:54:23 -05:00
Luke Latham da7cf00121
Improve Blazor event arg types content (#18875) 2020-06-20 08:07:08 -05:00
Kirk Larkin 123173e964
Mention and link to auto-400s for [ApiController] (#18872) 2020-06-19 14:32:10 -10:00
Ray Dixon d83f05c16e
fixing minor errors in validation.md (#18871)
Fixing minor grammatical and formatting issues.
2020-06-19 15:50:11 -05:00
Luke Latham 134a0fb4bf
Update Blazor .NET Standard content (#18868) 2020-06-19 13:11:23 -05:00
Luke Latham d5b7249fd1
Blazor ToC updates (#18831) 2020-06-19 08:24:40 -05:00
Pranav K 55284bd0b0
Add a note about output formatter buffering (#18849)
* Add a note about output formatter buffering

* Update 22-to-30.md

* Update 22-to-30.md (#18853)

* Update 22-to-30.md

* Update 22-to-30.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-06-18 15:58:44 -10:00
Rick Anderson b6ca033e53
ForwardedHeaders must be called before UseHsts (#18821)
* ForwardedHeaders must be called before UseHsts

* ForwardedHeaders must be called before UseHsts

* ForwardedHeaders must be called before UseHsts

* ForwardedHeaders must be called before UseHsts

* ForwardedHeaders must be called before UseHsts

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* Update aspnetcore/host-and-deploy/linux-nginx.md

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

Co-authored-by: Chris Ross <Tratcher@Outlook.com>
2020-06-18 14:11:11 -10:00
Rick Anderson b9f95ed77b
Cloud-based load testing service end of life (#18815)
* Cloud-based load testing service end of life

* Cloud-based load testing service end of life
2020-06-17 20:19:27 -10:00
Kirk Larkin 4feba89757
Fix up API links to ContentResult and Content (#18835) 2020-06-17 14:45:35 -10:00
Rick Anderson 9cade78646
Update policies.md (#18842) 2020-06-17 14:38:35 -10:00
Kirk Larkin 6e204c6e7b
Clarify OR when describing HSTS for Linux+nginx (#18836) 2020-06-17 12:13:58 -10:00
Kirk Larkin f321c59eba
Cover how to access HttpContext in an authz handler (#18837)
* Swap content between monikers

* Add note re HttpContext

* Remove "ing"s
2020-06-17 11:53:29 -10:00
Mark McGookin 8545f2a320
Updated security > data-protection > configuration > overview.md to explain when using blob storage to store keys and azure keyvault to protect them. They key store blob xml file must already exist before running. This isn't clear from any of the other examples or documentation. (#18533)
Co-authored-by: Mark McGookin <mark@markmcgookin.com>
2020-06-17 07:39:33 -10:00