Commit Graph

13368 Commits (f25186253a4e24a2523b3b8d29c707b98f6f1203)

Author SHA1 Message Date
Kirk Larkin f25186253a
Improve Antiforgery section titles (#24331) 2021-12-16 10:09:21 +00:00
James Newton-King c3085c6c98
Add minimal API sample of reading the request stream (#24327)
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>
2021-12-16 11:25:08 +13:00
Kirk Larkin 79361b6fa2
Prefer WebApplicationBuilder properties over ConfigureLogging, ConfigureServices, etc (#24323) 2021-12-15 08:15:30 -10:00
Fiyaz Bin Hasan 60e33714d5
Explicit http verbs are needed when OpenAPI support is enabled (#24305)
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2021-12-15 11:25:28 +00:00
Rick Anderson 72f9ac9a23
Remove app.UseDeveloperExceptionPage(); from RP tutorial. (#24318)
* Update Program.cs

* Update Program.cs
2021-12-14 17:03:26 -10:00
Rick Anderson 0c9f84f24e
Merge pull request #24316 from dotnet/fundamentals-v6/ra/3
clean up fundamentals
2021-12-14 15:58:33 -10:00
Rick Anderson 4887f450e4 clean up fundamentals 2021-12-14 15:57:25 -10:00
Fiyaz Bin Hasan cd6ddc84ba
sample snapshot fort the new app.Use overload (#24279) 2021-12-14 22:36:50 +00:00
Kirk Larkin f3d1a4ac23
Schedule automatic runs of merge-live (#24306)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-12-14 22:19:43 +00:00
Rick Anderson b0fc98c033
HTTP and CORS /1 (#24301)
* HTTP and CORS /1

* HTTP and CORS /1

* Apply suggestions from code review

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

* Update aspnetcore/security/enforcing-ssl.md

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

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2021-12-14 12:15:06 -10:00
Luke Latham fd5713d06d
Add package INCLUDE (#24307) 2021-12-14 16:14:44 -06:00
Rick Anderson ab0c75f2d6
Update linux-apache.md (#24297) 2021-12-14 12:14:22 -10:00
Rick Anderson 58a5f6c16d
Update visual-studio-publish-profiles.md (#24314)
* Update visual-studio-publish-profiles.md

* Update aspnetcore/host-and-deploy/visual-studio-publish-profiles.md
2021-12-14 12:12:58 -10:00
Kirk Larkin 54a99cb5ce
Link to specific UseHttps overloads (#24304)
* Link to specific UseHttps overloads

* .
2021-12-14 11:20:59 -10:00
sanchit154 424e8c9cd6
Update index.md (#24311) 2021-12-14 12:03:18 -06:00
Rick Anderson 5ec7d57c8c
Update index.md (#24300)
* Update index.md

* Update aspnetcore/fundamentals/logging/index.md
2021-12-14 07:36:03 -10:00
Kirk Larkin 9a0aacd287
Prepare KV Configuration for 6.0 (#24310) 2021-12-14 16:55:35 +00:00
Luke Latham c230f008c0
Blazor quick start tutorial link (#24308) 2021-12-14 09:44:47 -06:00
Luke Latham 71789d0a0f
Blazor snippet samp and NRT work (#24248) 2021-12-14 08:12:30 -06:00
Rick Anderson 8ec29959cb
Update http3.md (#24299) 2021-12-13 15:30:10 -10:00
Kirk Larkin d891a70b4d
Update Health Checks to 6.0 (#24261)
* Update Health Checks to 6.0

* Remove MapWhen example

* Lighten dependence on the sample app

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* .

* .

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-12-13 14:03:08 -10:00
MustafaGamalMuhammed f6d5173f17
fix folder name error (#24292)
SignalRChat instead of RazorPagesMovie
2021-12-13 13:58:36 -10:00
Rick Anderson 3c6b227e63
Update ProgramSeed.cs (#24294) 2021-12-13 13:57:51 -10:00
William Godbe fc5f7eb1fa
Document new option behavior for hosting bundle (#24264)
* Document new option behavior for hosting bundle

* Update hosting-bundle.md

* Update aspnetcore/host-and-deploy/iis/hosting-bundle.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Move to separate note

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-12-13 15:06:17 -08:00
GitHubPang aded696e0c
Fix a couple of typos (#24283) 2021-12-12 19:47:53 -06:00
James Newton-King 88517d0ab6
Update troubleshoot.md (#24278)
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-12-13 12:29:23 +13:00
Gérald Barré a533cae05a
Fix links to trimming options (#24280) 2021-12-12 08:24:04 -06:00
smandia d81a7ab61c
Updated the program.cs and removed the startupjavascript.cs and updated the document (#24247)
* Updated the intro info to include swagger tick box which was removed in previous updates

* Helper fix for - 23979 updating additional information to make it more explicit since unchecked by default

* fix for - 23979 Correct place to find and put default mapping and serve static files in dot net 6

* code review comments update

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Revert "fix for - 23979 Correct place to find and put default mapping and serve static files in dot net 6"

This reverts commit b6d5d316c1.

* updated the code in program.cs and deleted the StartupJavaScript.cs

* Revert "updated the code in program.cs and deleted the StartupJavaScript.cs"

This reverts commit 69503bfd75.

* Updates as per comments from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-12-11 13:43:35 -10:00
Luke Latham b87dd9a1be
Update Blazor WASM integrity PS script (#24266) 2021-12-11 05:25:16 -06:00
Rick Anderson 1cf7803700
update project with ImplicitUsings (#24268) 2021-12-10 13:00:33 -10:00
Kirk Larkin 52bfbd4195
Fix link to 6.0 MapWhen snippet (#24263) 2021-12-10 09:08:34 -10:00
Mohamed Amine HAMDI 948cb47f23
Update middleware.md package necessary to the extension method Configure (#24259) 2021-12-10 10:35:10 -06:00
Björn B 90836b5c4b
Update visual-studio-publish-profiles.md (#24258) 2021-12-10 11:23:50 +00:00
Rick Anderson 3353a3ada5
Prep monikers for V6 (#24255) 2021-12-09 17:14:09 -10:00
Rick Anderson 7e83f8da38
Prep rc 4 monikers/3/ra (#24254)
* prep monikers for V6 /3

* prep monikers for V6 /3

* prep monikers for V6 /3
2021-12-09 16:51:02 -10:00
James Newton-King 1a1c974842
gRPC large binary performance best practices (#24250)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-12-10 15:43:58 +13:00
Rick Anderson 660836d507
prep monikers for distributed caching /3 (#24253) 2021-12-09 15:59:15 -10:00
Rick Anderson ffb8b125ce
Static files enable display /3 (#24252)
* Static files enable display /3

* Static files enable display /3
2021-12-09 15:41:54 -10:00
Isaac Levin 1c2a0cd538
Update GitHub username (#24251) 2021-12-09 19:19:23 -06:00
Rick Anderson 9e522de125
Update razor.md (#24236)
* Update razor.md

* Update aspnetcore/mvc/views/razor.md
2021-12-09 10:12:57 -10:00
Mark McGookin 70a2720769
Updated overview to include mention of Azure.Identity package. (#24184)
* Updated overview to include mention of Azure.Identity package.

* Removed instructions for using the old packages completely so as not to confuse people coming to the article for the first time, removed links to the older packages, and explained people using them should upgrade. Also updated the required key permissions for KeyVault.

* Update aspnetcore/security/data-protection/configuration/overview.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/data-protection/configuration/overview.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

Co-authored-by: Mark McGookin <mark@brightpay.co.uk>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-12-09 10:12:18 -10:00
Rick Anderson a440c98362
Add security links /3 (#24238)
* Add security links /3

* Add security links /3

* Add security links /3

* Update aspnetcore/security/index.md

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

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2021-12-09 09:42:03 -10:00
Kirk Larkin fc493d63a0
Update Generic Host to 6.0 (#24189)
* Update Generic Host to 6.0

* .

* Update aspnetcore/fundamentals/host/generic-host.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Sample project with code snippets

* .

* .

* .

* Update aspnetcore/fundamentals/host/generic-host.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* .

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-12-09 08:53:33 -10:00
Wade Pickett 1abf8d7ee3
.NET 6.0 Update for Social Login Tutorials (#24242)
* Updated instructions and code snippets for social authentication in .net 6 (ms, facebook, google and twitter)

* Update microsoft-logins.md

Moniker issue is blocking the build, but a little strange since it looks OK to me.  Testing with a more explicit > 3.0 and < 6.0 range.

* Update microsoft-logins.md

Reverted back to original moniker that received a build warning.

* Update facebook-logins.md

Removed specific mention of 3.0

* Update google-logins.md

Removed specific mention of 3.0

* Update microsoft-logins.md

Removed specific mention of 3.0

* Update twitter-logins.md

Removed specific mention of 3.0

* .NET 6 update Social Login Tutorials

* Edit pass

Co-authored-by: Johan Danforth <johan_danforth@hotmail.com>
2021-12-09 09:33:56 -08:00
Luke Latham b958d260d1
Blazor app pool guidance (#24235) 2021-12-09 11:05:50 -06:00
Rick Anderson 6b78458ce4
Fundamentals doc, clean monikers /1 (#24240)
* Fundamentals doc, clean monikers /1

* Fundamentals doc, clean monikers /1
2021-12-08 17:01:23 -10:00
Rick Anderson d2c21630fc
Update 31-to-50.md (#24227)
* Update 31-to-50.md

* Update 50-to-60.md

* Update aspnetcore/migration/31-to-50.md

* Apply suggestions from code review

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

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2021-12-08 06:18:30 -10:00
Luke Latham e21883d892
Blazor performance/AOT/RR updates (#24233) 2021-12-08 10:05:36 -06:00
Luke Latham 02e0cb8575
Hosted Blazor App Service environments updates (#24234) 2021-12-08 06:56:19 -06:00
Kirk Larkin 595917e240
Update anti-CSRF to 6.0 (#24202) 2021-12-08 10:25:45 +00:00