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
Luke Latham
cfb44addeb
Custom input components ( #33383 )
2024-08-22 09:57:00 -04:00
Luke Latham
cbe3b62ab2
Enhanced JSImport/JSExport guidance ( #33156 )
2024-08-22 09:37:19 -04:00
Luke Latham
c1b3cdf173
Change date to pull new code ( #33410 )
2024-08-21 15:28:44 +00:00
Luke Latham
1e410e9679
Blazor ME-ID Groups & Roles article updates ( #33406 )
2024-08-21 11:05:12 -04:00
Telmo Gondar
faa0718d7a
Update file-uploads.md ( #33409 )
2024-08-21 01:32:27 +00:00
Luke Latham
3778de4266
Remove stray backslash ( #33404 )
2024-08-20 18:05:51 +00:00
Rick Anderson
ca9266d746
Create DeleteMe.txt ( #33400 )
2024-08-19 18:02:02 +00:00
Luke Latham
d2cdb64f53
Improve custom auth service provoider ( #33397 )
2024-08-19 13:52:39 -04:00
Suleyman
c14c1d5333
Replace HTTP 200 status code with 201 for POST ( #33394 )
...
* Replace HTTP 200 status code with 201 for POST
The correct status code for successful POST requests is 201, not 200. Even the accompanying image says 201 as opposed to 200.
* Update aspnetcore/tutorials/min-web-api.md
* Update min-web-api8.md
Extended the fix to the 8.0 version of the topic.
* Update min-web-api6-7.md
Extended the fix to previous versions 6-7
---------
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2024-08-19 09:06:41 -07:00
Luke Latham
6aeb58abcf
Improve BWA project structure coverage ( #33396 )
2024-08-19 11:15:50 -04:00
Tom Dykstra
dca968ff7e
Fix incorrect names of Azure portal UI elements ( #33389 )
2024-08-16 21:29:41 -07:00
Rick Anderson
3ceab3e903
delete keys ( #33355 )
...
* delete keys
* delete keys
* Update aspnetcore/security/data-protection/configuration/default-settings.md
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Update aspnetcore/security/data-protection/configuration/default-settings.md
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-08-17 01:49:47 +00:00