Commit Graph

11623 Commits (359e41582d5be0dbcd9e8e71af7c30cc416fa5fb)

Author SHA1 Message Date
Luke Latham 359e41582d
Dynamic module import must be async (#21408) 2021-02-02 07:11:01 -06:00
Rick Anderson 38f8bf04a6
remove config IPv4 addresss rep by IPv6 (#21404) 2021-02-02 13:15:33 +10:00
Eric Mutta f5b6e81a8d
Fix typo in background-services.md (#21403) 2021-02-01 19:14:20 -06:00
Dave Brock 84c490dba3
CSS isolation inheritance, minor cleanup (#21378) 2021-02-01 16:37:43 -06:00
James Newton-King 2bf249841d
Update supported-platforms.md (#21399) 2021-02-02 11:18:13 +13:00
Luke Latham f5748734cf
RenderFragment property scenario (#21326) 2021-02-01 15:41:42 -06:00
Scott Addie 9d46969387
Remove vscode-docs submodule (#21397) 2021-02-01 15:06:37 -06:00
Scott Addie 3224107d52
Add GitHub Action to build sample projects (#21396) 2021-02-01 14:31:25 -06:00
Pranav K e70b0fff1c
Expand nullable reference types (#21388)
* Expand nullable reference types
2021-02-01 11:29:51 -08:00
Bill Robertson 33f50661e8
Update Swashbuckle NuGet package version (#21340)
Bumps version from 5.5.0 to 5.6.3 (latest as of today)
2021-02-01 13:27:51 -06:00
Scott Addie 4e892215db
Add what's new page for January 2021 (#21391) 2021-02-01 13:07:44 -06:00
Scott Addie f5984d31e5
Update ms.date year in Blazor WASM PWA doc (#21389) 2021-02-01 12:19:53 -06:00
Luke Latham 157a757b18
Clarify no namespace in tutorial step (#21383) 2021-02-01 04:01:27 -06:00
Rick Anderson ad5d9faf2e
Update index.md 2021-02-01 11:35:36 +10:00
Luke Latham 4bd3e1c6a6
Unauthorized/NotFound updates (#21377) 2021-01-31 06:53:05 -06:00
Greg Trevellick 40981394f2
Minor (I think) confliction of "authentication" & "authorization" usage (#21374) 2021-01-31 06:34:36 -06:00
Eric Mutta afa3ef0adc
Fix WARNING box format in filters.md (#21375) 2021-01-30 17:03:49 -06:00
Kai 80e72108eb
Update hosted-with-identity-server.md (#21373) 2021-01-30 11:35:48 -06:00
Eric Mutta 8930eb4427
Fix typo in application-model.md (#21372) 2021-01-30 10:31:48 -06:00
Rick Anderson ff25995069
Update web servers (#21370)
* Update web servers

* Update web servers

* Update web servers

* Update web servers

* Update aspnetcore/fundamentals/servers/index.md

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

Co-authored-by: Chris Ross <Tratcher@Outlook.com>
2021-01-30 15:38:25 +10:00
joleal 8f8e7317bc
Update publish-to-azure-api-management-using-vs.md (#21332)
The Title is what determines the name on the API Management
2021-01-30 07:37:46 +10:00
Mikel Blanchard 97c1162674
Switched the cookie sample to use HttpClientHandler instead of SocketsHttpHandler. (#21303) 2021-01-30 06:04:29 +10:00
Luke Latham a5cff3ddb8
Fix API cross-reference (#21368) 2021-01-29 09:49:02 -06:00
Luke Latham 023feeb8cd
Patch cross-link (#21365) 2021-01-29 07:18:41 -06:00
James Newton-King 1f362ac007
Highlight proto file on gRPC HTTP API page (#21363) 2021-01-29 05:38:31 -06:00
Luke Latham 7ec5f6421d
HTTP.sys updates (#21364) 2021-01-29 05:37:28 -06:00
James Newton-King bf50b9eda6
Update interprocess.md (#21362) 2021-01-29 05:35:26 -06:00
James Newton-King fcd745cbbf
Improve gRPC supported platforms doc (#21361)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-01-29 19:23:47 +13:00
Eric Mutta f45e88039b
Fix typo in routing.md (#21352)
The sentence:

> If the preceding controllers uses the same namespace...

Should read:

> If the preceding controllers used the same namespace...
2021-01-29 12:43:59 +10:00
James Newton-King 244720002b
Add IIS and HTTP.sys to grpc asp.net core page (#21357)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-01-29 15:04:33 +13:00
Rick Anderson b38b312870
Update index.md (#21358) 2021-01-29 11:51:41 +10:00
Rick Anderson f7ac72b718
Update web servers (#21354)
* Update web servers

* Update web servers

* Update aspnetcore/fundamentals/servers/index.md

Co-authored-by: Stephen Halter <halter73@gmail.com>

Co-authored-by: Stephen Halter <halter73@gmail.com>
2021-01-29 11:22:40 +10:00
Rahul P Nath a65b43ac2c
Specify MvcOptions.ReturnHttpNotAcceptable for 406 (#21349)
* Specify MvcOptions.ReturnHttpNotAcceptable for 406

* Update aspnetcore/web-api/advanced/formatting.md

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

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-01-29 07:31:22 +10:00
Ruikuan 01de92107f
make Registry subkey writable (#21342)
If not writable, sometimes you will suffer `UnauthorizedAccessException: Cannot write to the registry key.` I think a wide used docs should avoid that happen.
2021-01-29 07:30:11 +10:00
Eric Mutta 343603f3ac
Fix typo in routing.md (#21350) 2021-01-28 15:06:16 -06:00
Eric Mutta f451d0dc89
Fix typo in overview.md (#21347) 2021-01-28 11:54:28 -06:00
Luke Latham e8f3857975
Patch component param placeholder (#21339) 2021-01-27 19:14:14 -06:00
Rick Anderson f39c0179bb
Update url-rewriting.md (#21317) 2021-01-28 08:32:17 +10:00
Eric Mutta 0ffbe8d81b
Back quote missing in cross-site-scripting.md (#21333)
Insert missing back quote in the WARNING box that talks about `node.InnerText=`
2021-01-28 07:03:53 +10:00
Rick Anderson 52226411d6
Add details about windows auth/CSRF (#21319)
* Add details about windows auth/CSRF

* Add details about windows auth/CSRF

* Update aspnetcore/security/anti-request-forgery.md
2021-01-28 07:02:40 +10:00
Luke Latham a2525f173d
Blazor Webassembly and Windows Auth (#21329) 2021-01-27 10:22:25 -06:00
Rick Anderson 96e980bc54
Error message always camelCase (#21328)
* Error message always camelCase

* Error message always camelCase

* Error message always camelCase

* Error message always camelCase

* Error message always camelCase

* Error message always camelCase

* Error message always camelCase

* Error message always camelCase

* work
2021-01-27 14:31:20 +10:00
Rick Anderson 585600adff
Fix screenshot (#21320) 2021-01-26 11:55:00 +10:00
Rick Anderson 0ac6a03a6f
Serpent5 scoped di/ra (#21275)
* Explain scoped DI in HttpClient handlers

* Include relevant sample code in the topic

* Explain scoped DI in HttpClient handlers by serpent5

* Explain scoped DI in HttpClient handlers by serpent5

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <serpent5@pm.me>

* Update aspnetcore/fundamentals/http-requests/samples/3.x/HttpRequestsSample/Startup.cs

Co-authored-by: Kirk Larkin <serpent5@pm.me>

Co-authored-by: Kirk Larkin <serpent5@pm.me>
2021-01-26 10:32:40 +10:00
James Newton-King e33b1c0d50
Add gRPC supported platforms doc (#21276) 2021-01-26 11:37:18 +13:00
Justin Kotalik bd9b8a8dc3
Add ssl protocols default doc (#21313) 2021-01-25 11:55:50 -08:00
Rick Anderson b44da7b484
Explain no default auth (#21296)
* Explain no default auth

* Explain no default auth

* Explain no default auth

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <serpent5@pm.me>

* Update aspnetcore/security/authorization/limitingidentitybyscheme.md

Co-authored-by: Kirk Larkin <serpent5@pm.me>

Co-authored-by: Kirk Larkin <serpent5@pm.me>
2021-01-26 05:30:16 +10:00
Luke Latham ce27edfe78
Remove NOTE (#21308) 2021-01-25 06:36:08 -06:00
Luke Latham 7eba024d88
Detailed circuit errors (#21307) 2021-01-25 06:19:28 -06:00
Luke Latham e423ee0201
Update PreferExactMatches value (#21304) 2021-01-24 17:47:01 -06:00