Commit Graph

18790 Commits (d2e8f336eaff54140be26b89eb513f916fa1f010)

Author SHA1 Message Date
Stephen Halter d2e8f336ea
Correct default KnownNetworks in proxy-load-balancer.md (#33532) 2024-09-04 17:37:08 -07:00
Luke Latham 6ebc89ad25
ROPC for Blazor (#33524) 2024-09-04 23:14:42 +00:00
Robert Haken d65268a4a8
[Blazor] static-files - no minification included (#33528) 2024-09-04 14:48:07 -04:00
Barry Dorrans 52bfb95a0c
Update certauth.md to fix links to instructions for adding a root cert (#33526) 2024-09-04 18:36:34 +00:00
dependabot[bot] 7006992564
Bump webpack (#33465)
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.3 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.29.3...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 09:18:05 -07:00
Robert Haken 1f85d61fb8
What's net in .NET9 - Blazor - Missing xref (#33527) 2024-09-04 15:19:17 +00:00
Luke Latham 51317b2397
Add remarks on high group/role membership (#33514) 2024-09-03 16:33:25 -04:00
Kévin Chalet 4686db9321
Update the OpenIddict links to point to a more specific documentation page (#33493) 2024-08-30 12:01:58 -10:00
Wade Pickett d29c6b9376
SFI:Delete orphaned images with SFI flag (#33501) 2024-08-30 13:34:33 -07:00
Tom Dykstra 178d4d9945
clarify meaning of {PREFIX}_HTTPS_PORTS vs. _PORT (#33489) 2024-08-30 13:23:08 -07:00
Luke Latham 926a96bd37
RCL casing (#33500) 2024-08-30 09:46:46 -04:00
Luke Latham cfea71db51
Native AOT capitalization (#33498) 2024-08-30 13:26:31 +00:00
Robert Haken d9671da9fb
Update usage_guidance.md - typo (#33496) 2024-08-30 09:17:52 -04:00
Robert Haken 961b031845
[Blazor] Forms - Binding - Custom input components - InputBase recommendation (#33495) 2024-08-30 12:43:07 +00:00
Robert Haken ef81741165
[Blazor] Binding - Custom input components - naming of demo components (#33494) 2024-08-30 08:08:31 -04:00
Tom Dykstra c755ad7c1e
Improvements to transformer registration APIs in Microsoft.AspNetCore.OpenApi (#33463) 2024-08-29 13:34:57 -07:00
Luke Latham 7a2e1e58da
Use "session affinity" terminology (#33487) 2024-08-29 15:31:23 +00:00
Luke Latham 7aa9dea4a8
Improve site (company) name setting coverage (#33485) 2024-08-29 11:19:43 -04:00
Luke Latham 4356b885bb
Promote NOTE to article text (#33483) 2024-08-29 14:36:42 +00:00
Luke Latham 138882fab6
Blazor scaffolder VS location change (#33481) 2024-08-29 14:21:02 +00:00
pollyndos 704569d77d
fix typo (WebAssmebly -> WebAssembly) (#33480) 2024-08-29 10:04:35 -04:00
Luke Latham 113df8a88d
CODEOWNERS for Blazor docs (#33478) 2024-08-29 10:03:14 -04:00
Luke Latham cc36097983
Swap `.Any()` for `.Count()` (#33475) 2024-08-29 09:28:17 -04:00
Wade Pickett 6658c005cd
WN: WebSocket Keep-Alive Timeout: Edit & code moved to project (#33460)
* WN: WebSocket Keep-Alive Timeout: Edit & code moved to project

* Updates per review suggestions
2024-08-28 11:11:32 -07:00
Wade Pickett b957833ad8
Get started with Swashbuckle: Add missing code highlight (#33464) 2024-08-28 10:54:21 -07:00
Hasitha N. Liyanage 36f03fa595
Update environmentVarableColon.md - correct line break / fragment (#33429)
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-08-28 10:02:22 -07:00
Jan Klass cd9bf2b87f
Add reference link to enhanced navigation and form handling (#33470) 2024-08-28 15:53:36 +00:00
Jan Klass 59257c5933
Fix link reference (#33468) 2024-08-28 15:25:30 +00:00
Luke Latham 735acfad3f
Cover workaround for AmbiguousMatchException (#33467) 2024-08-28 10:09:01 -04:00
Luke Latham f84b21b161
Add section for DynamicComponent Instance property (#33461) 2024-08-28 09:30:44 -04:00
Jaliya Udagedara 7ec16a64fa
Update code for SerializerFactory (#33449)
Use AddSerializerFactory instead of WithSerializerFactory
2024-08-27 17:11:54 -07:00
Wade Pickett 2a8b9e6f88
Rename websockets-keep-alive-timeout to websockets-keep-alive-timeout.md (#33459)
Extension of include .md file was accidently left off.  Adding ".md".
2024-08-27 12:34:47 -07:00
Luke Latham 6b74c9e64b
Clarify how StateHasChanged works (#33452) 2024-08-27 15:18:04 -04:00
Alex Ravenna 1095c8cf5d
correct misspelling (#33451) 2024-08-27 09:18:24 -04:00
Tom Dykstra 24809ec05f
ProducesProblem not for route groups in .NET 8 (#33433)
* ProducesProblem not for route groups

* note methods that can't be used with route groups until .NET 9

* delete extraneous code fence tag
2024-08-26 13:22:23 -10:00
Christian Wenz d4956cf928
Update hybrid-cache.md (#33436)
Use .NET 6+ `builder.Services` pattern
2024-08-26 16:05:45 -07:00
Wade Pickett 88be785c7c
What's New: Keep-Alive Timeout for WebWSockets:Draft include (#33445)
Moving as is to include as first pre-work step.
2024-08-26 15:35:14 -07:00
Luke Latham c7b835de7b
Add new Blazor tutorial on BWA with EF Core (#32747) 2024-08-26 15:31:15 -04:00
Luke Latham ce6167669b
Make [SupplyParameterFrom{X}] props private (#33443) 2024-08-26 13:59:25 -04:00
Tom Dykstra 217c7ec694
Remove Swagger & NSwag docs from TOC when .NET 9 version is selected (#33431) 2024-08-26 09:13:17 -07:00
Tom Dykstra 419d06813e
Add option to ExceptionHandlerMiddleware to choose status code based on exception (#33438) 2024-08-26 08:36:14 -07:00
Rick Anderson 0a668af5a2
Update managed-identities-test-non-production.md (#33428)
* Update managed-identities-test-non-production.md

* Update sql.md

* Update managed-identities-test-non-production.md
2024-08-23 18:38:32 -10:00
Rick Anderson d4affeb8b9
mon prep (#33427)
* mon prep

* mon prep

* mon prep
2024-08-23 16:28:14 -10:00
Rick Anderson 41d87ef21e
Mon prep/docker/certs (#33425)
* Moniker prep for docker certs /4

* Moniker prep for docker certs /4

* Moniker prep for docker certs /4

* Moniker prep for docker certs /4

* Moniker prep for docker certs /4

* Moniker prep for docker certs /4

* Moniker prep for docker certs /4

* Moniker prep for docker certs /4

* Moniker prep for docker certs /4

* Moniker prep for docker certs /4

* Moniker prep for docker certs /4
2024-08-23 16:00:42 -10:00
Wade Pickett 38004887e5
ROPC: include for secure auth flow - managed identities (#33408)
* ROPC: include for secure auth flow - managed identities

* Applied include as examplerp series sql.md

* Renamed include and applied to examples ROPC issues for connection strings

* Fixed link path

* Added include managed-identities-test-non-production.md

* switched includes

* Update aspnetcore/includes/managed-identities-test-non-production.md

Feedback and improved change from Rick-Anderson

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

* Moved warning to proper locaiton

* Added missing character in include note.

* Fix aligngment in last sentance of include note

* Update aspnetcore/includes/managed-identities-test-non-production.md

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

* Added Rick's local database no pwd as inclucde

* Addressed Tdykstra suggestion on env var.

* Clarified Key vault links

* Update aspnetcore/includes/managed-identities-local-db-no-pwd.md

Removing include file entirely

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

* Update aspnetcore/includes/managed-identities-test-non-production.md

Added commit from Rick for include statement on local db connection string.

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

* Removed 2nd inlcude now that only one include is used

* Update aspnetcore/includes/managed-identities-test-non-production.md

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

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-08-23 13:53:10 -10:00
Udi Dahan efb8a30df2
Add links to Azure Service Bus where relevant (#33392) 2024-08-23 11:12:36 -10:00
Luke Latham 320c0482f0
Authentication state management at sign out (#33419) 2024-08-23 11:06:46 -04:00
Luke Latham 3f361dbfc6
Simplify prerendered interop section (#33415) 2024-08-23 09:12:22 -04:00
Wade Pickett 39028f3343
First Web API: Update prep for 8.0 & 9.0 (#33416)
* PREP moved to include files: First Web API: prep for later udpate to 8.0 & 9.0
2024-08-22 18:38:09 -07:00
Luke Latham c2763e42a2
Escape quotes in no-loc text (#33413) 2024-08-22 14:27:22 +00:00