Commit Graph

15309 Commits (a97defb89edaec0f68ec8cc5d6b943ddaaec5388)

Author SHA1 Message Date
Luke Latham 8f384dd8e9
Slack Team link update (#28070) 2023-01-11 09:44:58 -06:00
Luke Latham 11725ecb8a
Add hosted WASM content (#28069) 2023-01-11 09:30:53 -06:00
Luke Latham c81681745d
Add troubleshooting guidance (#28067) 2023-01-11 05:44:42 -06:00
Luke Latham 05015cc4ee
Fix link (#28065) 2023-01-11 03:30:10 -06:00
Stephen Halter 17b4f3f4be
Update windows-service.md (#28059)
* Update windows-service.md

* Update 7.x WebAppServiceSample to call new AddWindowsService API
2023-01-10 12:53:45 -10:00
maroonedsia fd968c3b0f
Fix/add missing use windows service dotnet7 (#28048)
* Reference Microsoft.Extensions.Hosting.WindowsServices package

* Set builder's host to Windows Service
2023-01-10 10:32:30 -10:00
Luke Latham f4b63930b9
JS interop script location (2) (#28051) 2023-01-10 04:08:58 -06:00
Luke Latham 309e8444a9
Remove dup package ref (#28050) 2023-01-10 02:31:24 -06:00
jooooel 2b9f88e510
Clarify the 'Trust WSL cert' section (#27957)
* Clarify the 'Trust WSL cert' section 

Clarify that it is the Windows certificate that is being exported and installed in the WSL distribution, in order to have Windows trust the WSL certificate.

* Update aspnetcore/security/enforcing-ssl.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-01-09 14:43:40 -10:00
Jeff Mattson 304ecea069
update link fragment (#27916)
* update link fragment

* Update aspnetcore/web-api/action-return-types.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-01-09 13:01:06 -10:00
Rick Anderson b9461ef199
Update enforcing-ssl.md (#28027)
* Update enforcing-ssl.md

* Update aspnetcore/security/enforcing-ssl.md
2023-01-09 13:00:19 -10:00
Asbjørn Ulsberg 89b4487251
Replace references to obsolete HTTP specifications (#28033)
Replace all references to obsolete HTTP specifications such as RFC 2616
and RFC 7230-7234 with references to the latest (as of now)
HTTP specifications; RFC 9110-9112.
2023-01-09 11:55:51 -10:00
Luke Latham f667e9a523
Update broken link (#28043) 2023-01-09 21:01:25 +00:00
Luke Latham dd5054dca9
JS interop script location (#28045) 2023-01-09 11:23:45 -06:00
Luke Latham d825f3d7e6
Forms and input components updates (#27999) 2023-01-08 15:31:29 -06:00
Rick Anderson 1d3d29f55d
Migrating SPA apps (#28037) 2023-01-06 16:14:21 -10:00
Rick Anderson f97ee5978e
Auth sample (#28011)
* Add sample to polices auth /4

* Add sample to polices auth /4

* Add sample to polices auth /4

* Add sample to polices auth /4

* Add sample to polices auth /4

* Add sample to polices auth /4

* Add sample to polices auth /4

* work

* work

* work
2023-01-06 16:11:01 -10:00
Rick Anderson 351227f93f
Update secure-data.md 2023-01-06 13:05:26 -10:00
Tom Dykstra c0eaf6caa0
Dev tunnels in Visual Studio for ASP.NET Core projects (#27960) 2023-01-06 14:36:41 -08:00
Luke Latham 8a8393882b
Fix link (#28032) 2023-01-06 05:08:53 -06:00
Tom Dykstra 940ded43f2
Show how to use a custom policy in output caching (#27688)
* custompolicy

* cleanup

* tweak code

* shorten line lengths

* fix highlighting, line lengths

* fix highlighting

* fix typo

* DI alternative

* shorten some lines

* Fix highlighting

* Apply suggestions from code review

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

* Apply suggestions from code review

* Update aspnetcore/performance/caching/output/samples/7.x/Program.cs

Co-authored-by: Sébastien Ros <sebastienros@gmail.com>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Sébastien Ros <sebastienros@gmail.com>
2023-01-06 00:59:02 +00:00
Rick Anderson 4f2a59b2dd
Merge pull request #28025 from dotnet/Rick-Anderson-patch-4
Update azure-ad-b2c.md
2023-01-05 13:17:20 -10:00
Rick Anderson faba9f4ce2
Update azure-ad-b2c.md 2023-01-05 13:14:27 -10:00
Rick Anderson a0cb17ec4b
Merge pull request #28024 from dotnet/EFrenameFolder
EF folder rename
2023-01-05 13:05:59 -10:00
Rick Anderson 70222e66c0 EF folder rename 2023-01-05 13:03:00 -10:00
damienbod bbbf479122
Cloud authentication AAD B2C (#27918)
* remove version, use the latest default

* Remove default setup, if using B2C, then user flows

* Update _LoginPartial

* Update _Layout

* Update to latest

* Updaate setup

* Add styles

* Update sample

* Update styles

* Update style

* fix naming

* Update aspnetcore/security/authentication/azure-ad-b2c.md

* Review feedback fixes

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-01-05 14:54:13 -06:00
Ankit c2f08b3ab0
Updated the data type (#28022) 2023-01-05 14:29:35 -06:00
Rick Anderson 95dc779671
Merge pull request #28012 from tdykstra/linuxdevcerts
Warn about some Linux steps not working
2023-01-05 08:57:26 -10:00
Luke Latham bf713caba0
Clarify lead-in to examples (#28019) 2023-01-05 07:38:07 -06:00
Luke Latham 7019709372
Parent/child initialization order (#28018) 2023-01-05 07:09:42 -06:00
Luke Latham abbc9c4181
Additional IHttpContextAccessor coverage (#28016) 2023-01-05 06:40:45 -06:00
Rick Anderson 7898190861
Update simple.md (#27804)
* Update simple.md

* Update aspnetcore/security/authorization/simple.md

* Update aspnetcore/security/authorization/simple.md
2023-01-04 15:50:22 -10:00
Sébastien Ros b29d181321
Add Output Caching in list of middleware (#27661)
* Add Output Caching in list of middleware

* Move to 6.0 table :/

* Add 7.0 specific moniker

* Apply suggestions from code review

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>

* Update aspnetcore/fundamentals/middleware/index.md

* Update aspnetcore/fundamentals/middleware/index.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>
2023-01-04 15:39:36 -10:00
Rick Anderson 7cde037036
Link to SIGNALR ON THE WIRE – AN INFORMAL DESCRIPTION OF THE SIGNALR PROTOCOL (#27820)
* Update troubleshoot.md

* Update introduction.md

* Update hubs.md

* Apply suggestions from code review
2023-01-04 15:21:42 -10:00
Tom Dykstra 8c3af3a397 warn about some steps not working 2023-01-04 16:42:05 -08:00
Tom Dykstra e4f924b644
Add Microsoft Identity Web to TOC (#28006) 2023-01-04 14:45:42 -08:00
Rick Anderson d451260c06
Add sample to polices auth /4 (#28007)
* Add sample to polices auth /4

* Add sample to polices auth /4

* Add sample to polices auth /4

* Add sample to polices auth /4

* Add sample to polices auth /4
2023-01-04 12:37:40 -10:00
Tom Dykstra 5f81aa4624
Replace string arguments with typed parameters (#28009) 2023-01-04 11:07:25 -08:00
Luke Latham 47d21152b2
Add connection state elements (#28008) 2023-01-04 04:40:50 -06:00
Rick Anderson 723d9791b5
Merge pull request #27858 from nichtmonti/patch-1
Fix Typo in subkeyderivation.md
2023-01-03 15:31:26 -10:00
Stephen Halter 73f965f673
Remove note about increasing MaximumParallelInvocationsPerClient (#28003)
As of 7.0-rc1, this is no longer necessary
2023-01-03 15:23:57 -10:00
Luke Latham 632ee8c6fe
Improve Blazor coverage (#27985) 2023-01-03 13:13:58 -06:00
Luke Latham 2116ba28aa
Deactivate Blazor holiday comment (#28002) 2023-01-03 11:43:53 -06:00
Luke Latham 29485fea7d
Binding guidance improvements (#27991) 2023-01-03 10:48:04 -06:00
Burton Rodman e7a288a95c
[vscode] Clarify that "cwd" property is required when project is not in workspace root (#27998) 2023-01-03 06:29:26 -06:00
github-actions[bot] c9c37944f5
What's new article (#27992)
* Bot 🤖 generated "What's new article"

* Apply suggestions from code review

Co-authored-by: Rick-Anderson <Rick-Anderson@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-01-01 15:56:24 -10:00
Ankit 079eced912
Typo fix (#27993) 2023-01-01 16:01:25 -06:00
Blaine d88742d355
Fix Options Delegate link (#27990) 2022-12-30 12:31:51 -06:00
Bilal Hussain Shah 53acef82d1
Fixed typo mistake in Default host configuration sources Section. (#27988) 2022-12-30 05:03:32 -06:00
Konrad Jamrozik d9871ab5ad
Update rendering.md: make documentation about managing state more discoverable. (#27983) 2022-12-30 04:54:57 -06:00