Commit Graph

13998 Commits (af2a64aec84f1196dd6e512a285f6243fae2196e)

Author SHA1 Message Date
Kirk Larkin af2a64aec8
Update 6.0 RC references in First Web API (#25688) 2022-04-20 09:20:45 +00:00
Rick Anderson a79edd75eb
.net 6 update of View Components /2 (#25588)
* .net 6 update of View Components /2

* .net 6 update of View Components /2

* .net 6 update of View Components /2

* .net 6 update of View Components /2

* .net 6 update of View Components /2

* .net 6 update of View Components /2

* .net 6 update of View Components /2

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2022-04-19 14:08:43 -10:00
Wade Pickett b5d2b46a5a
Add Deploy to Azure links to intro tutorials (#25665)
* Add learn to deploy to Azure links to Intro tutorials

* Add learn to deploy to Azure links to Intro tutorials

* Draft: removed change in razor tutorial, it didn't need it.

* Draft: removed typo

* Added signalR-typscript-webpack.md

* Draft: Added min-web-api.md

* Draft:Remove signalR-typscript tutorial since not really an intro

* Draft:Fixed links.  Some moniker ranges where not whole copies of topic.

* Update aspnetcore/blazor/tutorials/build-a-blazor-app.md

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

* Apply suggestions from code review

Replaced link with more appropriate topic that does not include SQL.

* Apply suggestions from code review

Updated link text

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-04-19 13:55:07 -07:00
Kirk Larkin faeddfe008
Explain how to enable/disable 2FA and TOTP (#25669) 2022-04-19 07:49:50 -10:00
Nathan Bellowe b486ea5a5d
Update anti-request-forgery.md (#25585)
* Update anti-request-forgery.md

* Update aspnetcore/security/anti-request-forgery.md

Suggested change

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

* Update anti-request-forgery.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-04-19 07:43:31 -10:00
Kirk Larkin 055e200190
Consistent usage of :::moniker (#25668) 2022-04-19 10:26:45 +01:00
Michael Young a4a1b196f6
AuthZ instead of AuthN (#25633)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-04-19 09:58:25 +01:00
Luke Latham 5f36203599
Additional Blazor Hybrid tutorial update (#25662) 2022-04-18 12:05:39 -05:00
Luke Latham 26803ce580
Change published assembly extensions update (#25657) 2022-04-18 08:55:44 -05:00
Luke Latham c7d196485b
Register auth provider after AddServerSideBlazor (#25659) 2022-04-18 08:52:53 -05:00
Luke Latham 5e1401df3e
WPF-Blazor tutorial updates (#25655) 2022-04-18 06:48:09 -05:00
Luke Latham 507cd2c98e
Fix link (#25654) 2022-04-17 17:00:14 -05:00
Luke Latham 3e9cae8601
Add hosted WASM confirmation step (#25651) 2022-04-17 15:35:19 -05:00
Luke Latham 998451b232
Update for RC1 (#25648) 2022-04-17 09:44:59 -05:00
Luke Latham be706494ca
Prevent 'Web View' loc (#25643) 2022-04-16 06:21:50 -05:00
Luke Latham 73f2fb44cb
Hosted Blazor WASM common services (#25639) 2022-04-15 06:50:40 -05:00
Luke Latham 3bb1847849
Remove Blazor WASM non-debug condition (#25638) 2022-04-15 05:08:28 -05:00
Luke Latham 629f5678cf
InputFile selection not cumulative (#25636) 2022-04-15 04:41:13 -05:00
Luke Latham 5d8859edf0
Blazor Hybrid link handling behaviors (#25631) 2022-04-14 15:24:47 -05:00
Sam Spencer e5098fa401
Update http3 docs for libmsquic version compatibility (#25616)
* Update http3 docs for libmsquic version compatibility

* Update aspnetcore/fundamentals/servers/kestrel/http3.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-04-14 08:17:15 -10:00
Rick Anderson b31d19743f
Update getting-started-with-swashbuckle.md (#25621)
* Update getting-started-with-swashbuckle.md

* Update aspnetcore/tutorials/getting-started-with-swashbuckle.md

* Update aspnetcore/tutorials/getting-started-with-swashbuckle.md

* Update getting-started-with-swashbuckle.md

* Update getting-started-with-swashbuckle.md
2022-04-14 08:05:55 -10:00
Rick Anderson 5b2ca58ac7
Update web-api-help-pages-using-swagger.md (#25622)
* Update web-api-help-pages-using-swagger.md

* Update aspnetcore/tutorials/web-api-help-pages-using-swagger.md

* Update aspnetcore/tutorials/web-api-help-pages-using-swagger.md
2022-04-14 08:00:05 -10:00
Kirk Larkin 2165a758e2
Prefer name over range for snippets (#25630) 2022-04-14 11:49:44 +01:00
Luis 1ae3d3f5a9
Update index.md (#25627) 2022-04-14 11:19:32 +01:00
Wade Pickett 783d16b386
gRPC Authentication & Authorization Version 6.0 update (#25628)
* gRPC Auth & Authz ver 6.0 update

* Apply suggestions from code review

Co-authored-by: James Newton-King <james@newtonking.com>

Co-authored-by: James Newton-King <james@newtonking.com>
2022-04-14 00:30:35 -07:00
Tanay Parikh fa181a1088
Update Developer Tools Guidance for `AddBlazorWebViewDeveloperTools` (#25624)
* Update Developer Tools  Guidance for `AddBlazorWebViewDeveloperTools`

* Updates

* Update developer-tools.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-04-13 22:57:32 +00:00
Luke Latham 364cf5607e
BlazorServer-SignalR sample app update (#25601) 2022-04-13 16:36:33 -05:00
Kirk Larkin 9976e33fdf
Document LinkParser.ParsePathByEndpointName (#25600)
* Document LinkParser.ParsePathByEndpointName

* .
2022-04-13 10:04:51 -10:00
Fiyaz Bin Hasan 357416bc8e
Http context caveats (#25576)
* add sample for accessing httpcontext from a background thread

* Update EmailService.cs

* Update EmailService.cs
2022-04-13 09:59:06 -10:00
Luke Latham a06eeea2d7
Blazor Hybrid Security topic (#25555) 2022-04-13 10:24:30 -05:00
Kirk Larkin 4b9471e4d4
Replace HttpRequestMessage.Properties recommendation with HttpRequestMessage.Options (#25619) 2022-04-13 12:19:58 +01:00
Wade Pickett feec13d6bb
gRPC Auth update (#25614)
Just a prep PR adding monikers.
2022-04-12 15:16:06 -07:00
Luke Latham 93f5a339d1
Update Blazor-MAUI tutorial (RC1) (#25613) 2022-04-12 15:46:27 -05:00
Wade Pickett 2d89e3476c
Migration topic fix: Logging defaults (#25606)
* Migration: Logging defaults fix

* Refer to JSON as template code instead of sample: incorporating Rick review feedback.
2022-04-12 10:36:43 -07:00
Kirk Larkin 6d678abc81
Clarify cmdline configuration examples (#25610) 2022-04-12 15:40:27 +01:00
Kirk Larkin b091eea006
Correct explanation of multipart/form-data request inference (#25608) 2022-04-12 13:59:26 +01:00
Luke Latham c09bef2cb1
Blazor debug published, non-production, hosted WASM (#25604) 2022-04-11 17:45:56 -05:00
David Pine fc90cb9df8
Adjust text to recommend Static web apps (#25602) 2022-04-11 10:09:23 -05:00
Kirk Larkin 07f5ccc2bb
Rename Routing samples folder and simplify xrefs (#25599) 2022-04-11 14:31:59 +01:00
Kirk Larkin 4f8c69b944
Document ValidateOnStart Options Validation (#25598) 2022-04-11 11:46:07 +01:00
Kirk Larkin 733c254f8b
Note support in Options Validation for IValidatableObject (#25596) 2022-04-11 10:23:40 +01:00
Luke Latham 096bbbde59
Localization Test 4 (#25589) 2022-04-09 05:52:22 -05:00
Rick Anderson fbae1b84b7
Merge pull request #25586 from dotnet/vc-net6/2
Prep View Components for .NET 6
2022-04-08 15:30:32 -10:00
Rick Anderson 66725375ff Prep View Components for .NET 6 2022-04-08 15:24:02 -10:00
Rick Anderson 7ae6a3f3f5
Merge pull request #25554 from dotnet/serpent5-24529
Document new ModelMetadataDetailsProviders for 7.0
2022-04-08 09:07:20 -10:00
Kirk Larkin 4315e975fd
Remove obsolete references to UseEndpoints (#25581) 2022-04-08 19:29:13 +01:00
Rick Anderson 38c027f059
Merge pull request #25575 from dotnet/winServiceCleanUp/ra/2
Minor cleanup of using Minimal API as a Windows Service code /2
2022-04-08 07:53:49 -10:00
Kirk Larkin 809f88a5f5 Add explanation and sample of new APIs 2022-04-08 11:58:51 +01:00
Fiyaz Bin Hasan 9cfc9e7adf
fix formatting for api reference (#25577) 2022-04-08 10:15:21 +01:00
Rick Anderson 35a4f9979a Minor cleanup of using Minimal API as a Windows Service code /2 2022-04-07 17:34:05 -10:00