Commit Graph

16952 Commits (10c72c79abc0b26387ddb74a6cdafea3883bcfa6)

Author SHA1 Message Date
Luke Latham 10c72c79ab
Transient "disposable" service language updates (#31738) 2024-02-08 18:24:24 -05:00
Rick Anderson 6d2205638e
Merge pull request #31733 from dotnet/genericHost_2
Remove generic host
2024-02-08 09:09:20 -10:00
Rick Anderson 3f8f03d5cd
Merge pull request #31736 from dotnet/SWA_7
RCL, adding static web assets
2024-02-08 09:05:26 -10:00
Rick Anderson 95a78f67d4
Update aspnetcore/fundamentals/logging/index.md
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2024-02-08 09:05:02 -10:00
Rick Anderson b4312531b6
Merge pull request #31735 from dotnet/Rick-Anderson-patch-7
Update environments.md
2024-02-08 09:04:26 -10:00
Rick Anderson 068f699de1 RCL, adding static web assets 2024-02-07 16:48:26 -10:00
Rick Anderson fd64d9d2fa
Update environments.md
Fixes #31734
2024-02-07 15:49:44 -10:00
Rick Anderson 4095a730c0 Remove generic host 2024-02-07 15:43:17 -10:00
Rick Anderson d02697b338 Remove generic host 2024-02-07 15:39:58 -10:00
Rick Anderson ffdccb163e
Merge pull request #31713 from dotnet/Rick-Anderson-patch-1
Update provide-resources.md
2024-02-07 09:46:57 -10:00
Rick Anderson dfdae772f8
Merge pull request #31729 from dotnet/tdykstra-patch-1
Update not-latest-version.md
2024-02-07 09:46:30 -10:00
Tom Dykstra 8698536263
Update not-latest-version.md 2024-02-07 11:38:45 -08:00
Luke Latham fdd5d59f5c
Cross-link (don't show) example code (#31725) 2024-02-07 10:14:05 -05:00
Luke Latham b6bacca861
Add missing space (#31723) 2024-02-07 06:25:19 -05:00
Luke Latham 8bdb69cff3
Include a VSC path for resource files (#31706) 2024-02-07 06:25:04 -05:00
Rick Anderson c8b8f87a01
Merge pull request #31718 from hakenr/dependency-injection-missing-bullets
Dependency Injection - formatting fix (missing bullets)
2024-02-06 16:03:27 -10:00
Rick Anderson 1e967523ec
Merge pull request #31719 from dotnet/gewarren-patch-1
Fix heading level
2024-02-06 16:02:37 -10:00
Wade Pickett 2bcbd663b8
SignalR: Redis Backplane: Change to include versioning (#31716)
* SignalR Redis Backplane: Change to include versioning with seperate docs for versions 8, 7, 6, 5, 3, 2.2, 2.1
2024-02-06 18:02:22 -08:00
Genevieve Warren d7625a3b90
Fix heading level 2024-02-06 16:50:56 -08:00
Robert Haken 09a2c4692a
Dependency Injection - formatting fix (missing bullets) 2024-02-07 00:14:48 +01:00
Luke Latham 5ab6672e74
Update render mode guidance for error boundaries (#31708) 2024-02-06 14:45:39 -05:00
Luke Latham ff38463ed8
Update transient services guidance (#31705) 2024-02-06 14:41:59 -05:00
Cody 66d78a43f6
Fix grammar in DNS cache flushing instruction (#31711) 2024-02-06 14:41:23 -05:00
Rick Anderson 4e66b70245
Update provide-resources.md
Fixes #31712
2024-02-06 09:09:46 -10:00
Luke Latham a677a8e786
Add cross-link (#31710) 2024-02-06 13:18:20 -05:00
Rick Anderson b95c28f977
Merge pull request #31656 from alexbuckgit/alexbuckgit/docutune-autopr-20240201-210625-4133403-ignore-build
[BULK] - DocuTune - Remove expired ms.custom values
2024-02-05 14:33:40 -10:00
Rick Anderson 00d98ff3a2
What's new in ASP.NET Core 9.0 stub (#31700)
* What's new in ASP.NET Core 8.0 stub

* What's new in ASP.NET Core 8.0 stub

* Apply suggestions from code review

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Apply suggestions from code review

Co-authored-by: Daniel Roth <daroth@microsoft.com>

* Update aspnetcore/release-notes/aspnetcore-9.0.md

Co-authored-by: Daniel Roth <daroth@microsoft.com>

* Update aspnetcore/release-notes/aspnetcore-9.0.md

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

* Update aspnetcore/release-notes/aspnetcore-9.0.md

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

* Update aspnetcore/release-notes/aspnetcore-9.0.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* What's new in ASP.NET Core 8.0 stub

* Update aspnetcore/release-notes/aspnetcore-9.0.md

Co-authored-by: Daniel Roth <daroth@microsoft.com>

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
Co-authored-by: Daniel Roth <daroth@microsoft.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2024-02-05 23:38:01 +00:00
Rick Anderson 112b7e8402
Merge pull request #31680 from mikekistler/useswaggerui-doc
Improve description of the UseSwaggerUI method
2024-02-05 12:25:43 -10:00
Rick Anderson 13201f5908
Merge pull request #31669 from timdeschryver/update-nswag-example
Update nswag example
2024-02-05 12:18:59 -10:00
Chris Sienkiewicz 30417fa68a
Update razor.md (#31696) 2024-02-05 16:58:44 -05:00
Robert Haken c80efdf5db
Routing - use @key in NavLink loop warning (instead of NavLink href) (#31686) 2024-02-05 14:46:54 -05:00
Luke Latham 37bae1a871
Lifecycle methods call ordering (#31695) 2024-02-05 10:48:39 -05:00
Robert Haken a0884f8ebd
Add missing NavigationLock component to list of built-in-components (#31685) 2024-02-05 06:16:20 -05:00
Luke Latham 0bdc5cc304
Revise built-in components list (#31684) 2024-02-04 14:58:51 -05:00
Luke Latham d3c4bb5b34
Add a remarks on ClaimsPrincipal use (#31682) 2024-02-04 06:08:58 -05:00
Mike Kistler 282cb368bc Improve description of the UseSwaggerUI method 2024-02-03 10:48:03 -06:00
Luke Latham 267a7a3009
Debugging article updates (#31677) 2024-02-03 07:11:25 -05:00
Luke Latham d4a3cee250
Update JS interop intro (#31675) 2024-02-03 06:20:15 -05:00
Luke Latham 70f7097806
Final round of debugging updates (#31671) 2024-02-02 15:34:13 -05:00
Tom Dykstra 4e92b3ebee
Moniker prep (#31670) 2024-02-02 12:02:40 -08:00
Tim Deschryver 9357df2966
update output from NSwag v14 2024-02-02 19:44:30 +01:00
Tim Deschryver 2162cf302c
update example to NSwag v14 2024-02-02 19:33:52 +01:00
Tim Deschryver 35e81876dd
update NSwag version to v14 2024-02-02 19:24:50 +01:00
Robert Haken b16a4b0204
Blazor built-in components include components from project templates (#31663) 2024-02-02 13:04:56 -05:00
Robert Haken 5c12987359
Avoid referring to components or RenderFragment parameters as "tags" (#31662) 2024-02-02 13:04:12 -05:00
Justin Fabricius 7b72c07c9d
Update example to use async scope (#31625) 2024-02-02 13:01:57 -05:00
Wade Pickett 3bc465aaa2
Razor Pages Get Started: Fix VS Code and MacOS explanation for Up (#31653) 2024-02-01 16:38:55 -08:00
Tom Dykstra aa90016edb
Update individual.md (#31661) 2024-02-01 15:27:33 -08:00
Rick Anderson f36676f977
RouteDataRequestCultureProvider /8 (#31606)
* RouteDataRequestCultureProvider /8

* Update aspnetcore/fundamentals/localization/select-language-culture.md
2024-02-01 12:27:18 -10:00
Rick Anderson d4aeaf0633
Update page.md (#31644)
* Update page.md

* Update aspnetcore/tutorials/razor-pages/page.md
2024-02-01 11:35:00 -10:00