Commit Graph

13917 Commits (7ae88b7511ceb1aca8ba58f94b604d0555f6d8c3)

Author SHA1 Message Date
Kirk Larkin 7ca7fe9891
Simplify moniker versioning (#25089) 2022-02-22 11:27:39 +00:00
Kirk Larkin 241331319a Add Package Reference guidance to First Web API 2022-02-22 11:20:57 +00:00
Jonathan a892dfb115
Use expression-bodied property (#25057) 2022-02-22 11:09:16 +00:00
Luke Latham 598f39ed34
Update versioning (#25087) 2022-02-21 10:28:37 -06:00
Wade Pickett 831a3ad720
v6 prep code-first gRPC Services (#25073)
* v6 prep code first grpc
2022-02-19 10:08:08 -08:00
Luke Latham 302b80227f
Update Blazor-SignalR tutorial (#25075) 2022-02-19 08:13:35 -06:00
Luke Latham c4cb750ace
UseBasePath placement in processing pipeline (#25070) 2022-02-18 14:11:25 -06:00
Kirk Larkin 58e5d12a38
Prepare Web Host for 6.0 (#25068) 2022-02-18 15:33:58 +00:00
Luke Latham e8124109aa
Disable integrity checks enhancements (#25067) 2022-02-18 08:25:07 -06:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Chris Sainty 4aaf8f7ca8
Fixed broken sentence (#25061) 2022-02-18 05:53:13 -06:00
Luke Latham 2d7134159c
Calling async void + PeriodicTimer updates (#25063) 2022-02-18 05:46:28 -06:00
Kirk Larkin 6e2e34fe10
Use consistent DOM IDs between inline snippets & sample (#25059) 2022-02-18 10:52:25 +00:00
Luke Latham 1bb3a2fc58
Make the test User component available (#25060) 2022-02-18 04:50:51 -06:00
Luke Latham acc6197557
Blazor Hybrid WPF tutorial (PR 4) (#25043) 2022-02-17 17:58:18 -06:00
Luke Latham c15adb054c
Fix sections (#25050) 2022-02-17 05:15:03 -06:00
Kirk Larkin 0fb4660eb1
Replace remaining /dotnet/api references with xrefs (#25039) 2022-02-17 09:35:19 +00:00
Alex Toth 51b6c84aa6
windows service using minimal api (#25037)
Co-authored-by: toth.alex <toth.alex@hmei.hu>
2022-02-16 22:20:46 -06:00
Rick Anderson 44281c4395
Merge pull request #25047 from dotnet/monPrepMappingClaims/ra
mon prep for claims
2022-02-16 15:49:48 -10:00
Rick Anderson 53401034bd mon prep for claims 2022-02-16 15:43:26 -10:00
Christopher Yeleighton a14efd0df1
C# in Tag Helpers: explain false attribute values (#25038) 2022-02-16 19:11:10 -06:00
Fabio Scopel 1b1326ac3e
Update index.md (#25035) 2022-02-16 18:50:14 -06:00
Steve Sanderson 1a2fbf4660
Add note about flex-shrink on Virtualize docs (#25041) 2022-02-16 18:49:57 -06:00
Wade Pickett c58668bfad
6.0 Update - Web API Migration (#24601)
* 6.0 Update Web API Migration

* accounting for startup vs program

* Added snippet examples for 6.0, review related changes

* Updates per review feedback

* Corrected code snippit name line 83

* code snippet link fix line 83

* fixed code link line 89

* fixed product controller highlights

* corrected numbered sublist

* Moved completed  products controller updated example to after update instructions.

* fixed productsController code link

* added code highlight

* change for launchURL plus URL example

* code changes plus example highilight number to match

* Update webapi.md

* Update aspnetcore/migration/webapi.md

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

* Update ProductsController.cs (#24682)

namespace ProductsCore.Controllers {} moved to namespace ProductsCore.Controllers;

* Removed 3.0 sample, fixed 3.x moniker section

* Removed 3.x sample, fixed 3.x moniker section.

* Moved finished controller example to top of section

* Added Migrate Model section

* corrected ? annotation

* corrected model example

* codefence <port> to workaround false inline html build warning.

* fixed model diff

* udpated code highlight for controller.

* Updating routing section

* Clean up of routing section

* fixed sample reference

* correcting code reference

* More route section clean up.

* Updated controller highlight.

* Added code sample context to routing section

* Added controller sample context for routing attributes

* alingned code block

* Apply suggestions from code review

Added commit suggestions from Rick-Anderson

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

* incoporated moniker changes from main

* Corrected link

* removed nullable warning image per review

* Highlighted routing attributes in first controller example

* Update aspnetcore/migration/webapi.md remove 6.0 min hosting

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

* restructering to narrow focus of controller model udpate

* Restructuring project creation for one project

* Fix code link for 3.x controller & model

* updated create project instructions

* Clean up of single astirisks

* additional asterisk clean up.

* Removed reference to 6.0 version in routing section

* Reword controller migration section

* Added missing comma

* deleted unused screenshot file

* Referred to previous doc in intro.

* Adding CLI tab version of doc

* Added VSC new project steps

* removed unneeded package step

* Added ProductsCore project name to cli instruction

* add cli argument for no openapi

* Added CLI version instruction for create model and controller.

* corrected using for model in controller 6.x

* Changed copy controller section title

* Apply Rick's suggestions from code review

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

* Changes per review

* Added link to controller and and action attribute tokens

* fixed link

* improved the routing attribute changes list

* Removed versions below 3.1 per review

* added missing quote on moniker line

* Restructured model and controller copy sections

* corrected code link

* Moved template removal and change of launchURL to new section

* updated model code since we start with the updated version

* Added ? for code highlight

* Added attributes in controller list of changes

* minor change and force rebuild

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-02-16 15:37:34 -08:00
Kirk Larkin 30f2c822a0
Show notice re removal of React-Redux in 6.0 (#25031) 2022-02-16 17:46:09 +00:00
Luke Latham c8e50a3578
Blazor Hybrid WinForms tutorial (PR3) (#24989) 2022-02-15 12:22:20 -06:00
Kirk Larkin c484128a58
Link the Produces explanation to ObjectResult (#25023) 2022-02-15 18:11:25 +00:00
Kirk Larkin 5bb88a60d8
Update WebSockets to 6.0 (#25029) 2022-02-15 18:11:04 +00:00
Kirk Larkin 92a2059d72
Prepare WebSockets for 6.0 (#25025) 2022-02-15 14:36:44 +00:00
Luke Latham 3b889a47fb
Finish custom auth state provider update (#25020) 2022-02-15 06:36:43 -06:00
Kirk Larkin c5a309732e
Replace errant references to System.Web. (#25018) 2022-02-15 12:05:29 +00:00
Kirk Larkin a7af9ff963
Update ms.date for Data Protection Configuration (#25019) 2022-02-15 11:03:57 +00:00
Kirk Larkin 2a2fedf512
Replace /dotnet/api with xrefs in Security (#25017) 2022-02-15 10:49:11 +00:00
nader karayanni 9e5ea0d651
Exception Filter exception propagation (#25015)
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2022-02-15 09:39:23 +00:00
Rick Anderson f648ff6168
.NET 6 update to config Identity/2 (#25012)
* .NET 6 update to config Identity/2

* .NET 6 update to config Identity/2

* .NET 6 update to config Identity/2

* .NET 6 update to config Identity/2

* .NET 6 update to config Identity/2

* .NET 6 update to config Identity/2

* .NET 6 update to config Identity/2

* .NET 6 update to config Identity/2
2022-02-14 16:50:18 -10:00
the-wazz 4772a85a91
Update BooksController.cs (#24983)
* Update BooksController.cs

Existing code caused a warning. I didn't test the Delete method 'as is' but I think this is the fix. (The Remove-arg was not passed-in properly).

* Update BooksController.cs

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2022-02-14 16:47:29 -10:00
Rick Anderson 293e81ad19
Update disableVer6.md 2022-02-14 16:02:22 -10:00
Rick Anderson f23578ba83
Merge pull request #25010 from dotnet/monPrep-configIdentity/2
moniker prep for Identity
2022-02-14 14:50:48 -10:00
Rick Anderson 1c91031920 moniker prep for Identity 2022-02-14 14:46:13 -10:00
Rick Anderson 10c0fb6916
XSS doc to .NET 6 (#25005) 2022-02-14 13:28:42 -10:00
Rick Anderson 9134416dbe
.NET 6 update for SignalR auth and authz /1 (#24875)
* .NET 6 update for SignalR auth and authz /1

* .NET 6 update for SignalR auth and authz /1

* .NET 6 update for SignalR auth and authz /1

* .NET 6 update for SignalR auth and authz /1

* .NET 6 update for SignalR auth and authz /1

* .NET 6 update for SignalR auth and authz /1

* react to feedback

* minor updates
2022-02-14 12:34:32 -10:00
Kirk Larkin 2405226288
Code-fence references to Program.cs (#24995) 2022-02-14 12:16:29 -10:00
Rick Anderson 72511a1865
.NET 6: Account confirmation and password recovery (#24957)
* .NET 6: Account confirmation and password recovery

* .NET 6: Account confirmation and password recovery

* .NET 6: Account confirmation and password recovery

* .NET 6: Account confirmation and password recovery

* work

* work

* work

* work

* work

* work

* work

* work
2022-02-14 12:16:14 -10:00
Luke Latham 2c85ad33d3
Patch title and description (#25002) 2022-02-14 15:04:27 -06:00
Luke Latham 95d02b5a1e
Update sample code link (#25001) 2022-02-14 15:04:13 -06:00
Kirk Larkin 57ab8166af
Update Data Protection Configuration to 6.0 (#24991)
* Update Data Protection Configuration to 6.0

* Add snippet references

* Replace Startup with Program.cs

* .

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

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

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-02-14 10:45:55 -10:00
Luke Latham 7458dcc717
Tag "head" without angle brackets (#24997) 2022-02-14 14:07:01 -06:00
Luke Latham ff595089b6
Section only applies to Blazor Server (#24993) 2022-02-14 11:33:34 -06:00
Luke Latham 6f15198ab7
.NET MAUI Blazor tutorial (PR 2) (#24977) 2022-02-14 07:12:27 -06:00
Kirk Larkin 7acd6555dd
Replace /dotnet/api with xrefs in Tutorials (#24986) 2022-02-14 10:56:36 +00:00