Robert Haken
e703c54438
[Blazor] Data binding - "Expressions" - alternative intro proposal ( #32535 )
2024-05-07 07:15:01 -04:00
Wade Pickett
e784eeaed9
SignalR Hubs: Clarify hub essential part of client-to-client communication ( #32516 )
...
* SignalR Hubs: Clarify hub essential for client-to-client com
* Clarified per review feedback
2024-05-06 14:38:25 -07:00
Rick Anderson
e245e4d4db
Merge pull request #32525 from kevinchalet/openiddict
...
List OpenIddict as an alternative to AspNet.Security.OAuth.Providers
2024-05-06 08:26:57 -10:00
Tom Dykstra
07d566bc6e
Fix RID ( #32526 )
2024-05-06 08:22:17 -10:00
Wade Pickett
624b1b10f3
First Web API: no loc correction for New Scaffolded Item menu ( #32517 )
...
* First Web API: no loc correction for New Scaffolded Item menu
* Updated previous versions as well
2024-05-06 10:23:15 -07:00
Safia Abdalla
6ff2d34f7c
Update OpenAPI docs for .NET 9 ( #32515 )
...
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-05-06 09:44:56 -07:00
Kévin Chalet
62fc5f7a30
List OpenIddict as an alternative to AspNet.Security.OAuth.Providers
2024-05-06 17:55:45 +02:00
Luke Latham
ae7e13910f
Bound field or property expression convention ( #32511 )
2024-05-06 11:01:29 -04:00
Luke Latham
d6770346f4
Hosted WASM to BWA migration updates ( #32524 )
2024-05-06 10:38:27 -04:00
Luke Latham
c80320351d
Add cross-link to new guidance ( #32522 )
2024-05-06 08:33:09 -04:00
Luke Latham
1edc55e27b
Remove the guidance on supporting pages/views ( #32514 )
2024-05-03 14:28:27 -04:00
Tom Dykstra
655affc99d
Added the OIDC flow shared bits, and duration ( #32501 )
2024-05-03 11:02:10 -07:00
Luke Latham
042f189448
Update article date to pull code ( #32510 )
2024-05-03 13:31:06 +00:00
Luke Latham
cc40abb58b
RCLs for Blazor apps that support pages+views ( #32458 )
2024-05-03 08:06:33 -04:00
Luke Latham
91ea95e82f
Location override using the "Sensors" pane ( #32464 )
2024-05-03 07:49:14 -04:00
Luke Latham
1bdd4249b3
Surface new tutorial in tutorial list ( #32507 )
2024-05-02 22:21:08 +00:00
Luke Latham
bd1aa07eff
New .NET MAUI BWA with shared UI article ( #32390 )
2024-05-02 18:15:38 -04:00
Jonathan Bout
d943b22da0
Fix return type issues in "SignalR API design considerations" ( #32492 )
...
- A lot of functions were async and returned `Task` without awaiting anything
- Some functions had a void Task as return type but actually returned a value
2024-05-02 11:54:46 -10:00
Wade Pickett
7601ce186c
SignalR:HubConnectionBuild:Update to withServerTimeout and withKeepAliveInterval ( #32504 )
2024-05-02 14:36:02 -07:00
Genevieve Warren
ef0cbf34fa
Add publishtrimmed note ( #32503 )
2024-05-02 18:25:47 +00:00
Wade Pickett
c91c20a05e
Min Web API: Corrected Put data in body ( #32498 )
2024-05-02 10:57:14 -07:00
Luke Latham
107b8d3a0e
Inform readers on support status of stateful reconnect ( #32500 )
2024-05-02 11:35:45 +00:00
Tom Dykstra
beb87c2212
Merge pull request #32495 from tdykstra/authprereqs
...
Add a Prerequisites section
2024-05-01 16:04:50 -07:00
Robert Haken
c843272a8b
[Blazor] Binding - class name fix ( #32496 )
2024-05-01 22:47:16 +00:00
github-actions[bot]
d78b8e1c3d
What's new article ( #32483 )
...
* Bot 🤖 generated "What's new article"
2024-05-01 15:36:40 -07:00
Tom Dykstra
c72ba7a60c
add mention of MVC
2024-05-01 15:27:02 -07:00
Tom Dykstra
29d6c522cd
Explain acronyms on first use ( #32494 )
2024-05-01 15:25:16 -07:00
Tom Dykstra
9c1d615dd2
change a link
2024-05-01 15:12:42 -07:00
Tom Dykstra
c872e63cbf
add prereqs
2024-05-01 15:07:17 -07:00
Tom Dykstra
47553f82b9
Implement IEmailSender to customize emails ( #32491 )
...
* Implement IEmailSender to customize emails
* add a link
2024-05-01 13:11:14 -07:00
Tom Dykstra
bd8514673a
Use OIDC keys for the OSPO API ( #32482 )
...
See /dotnet/docs#40676 and #40674 for the corresponding PR.
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
2024-05-01 09:09:21 -07:00
Luke Latham
f59d7a5a2a
Update issue processing ( #32488 )
2024-05-01 09:31:42 -04:00
Luke Latham
1ffc385f73
Add product unit issue cross-link ( #32486 )
2024-05-01 08:23:37 -04:00
Luke Latham
baa22924fb
Remove space in "MS Build" ( #32485 )
2024-05-01 11:44:21 +00:00
Rick Anderson
02d26fe317
Merge pull request #32469 from dotnet/adityamandaleeka-patch-1
...
Add min Windows version for IHttpSysRequestTimingFeature
2024-04-30 09:55:45 -10:00
Aditya Mandaleeka
d5bffbc8dd
Update httpsys.md
2024-04-30 11:06:29 -07:00
Luke Latham
b02578b28d
Clarify conditional HTML element attributes ( #32465 )
2024-04-30 11:04:32 -04:00
Luke Latham
1e6364c082
Improve IIS crosslinking and additional deployment updates ( #32466 )
2024-04-30 09:02:52 -04:00
Luke Latham
a3a50398c5
Improve remark on component disposal code ( #32457 )
2024-04-30 07:03:59 -04:00
Rick Anderson
37e318d665
Merge pull request #32420 from ceddy4395/fix-gha-smells
...
Fix potential github action smells
2024-04-29 13:29:29 -10:00
Robert Haken
0c03008bef
[Blazor] Logging - comments for "magic numbers" ( #32455 )
2024-04-29 15:07:41 +00:00
Cedric
d38585540d
Replace github.repository with github.repository_owner
...
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
2024-04-29 16:34:39 +02:00
Robert Haken
fb884a258f
[Blazor] Globalization & localization - correct async JS interop ( #32433 )
2024-04-29 09:32:02 -04:00
Endy Tjahjono
2d09f53013
Need to add reference to Swashbuckle.AspNetCore ( #32451 )
...
* Need to add reference to Swashbuckle.AspNetCore
The first code snippet calls `builder.Services.AddSwaggerGen()` but didn't mention that user needs to add Swashbuckle.AspNetCore nuget package. Later the code snippet also refers UseSwagger and UseSwaggerUI, both also from the Swashbuckle.AspNetCore.
* Update aspnetcore/fundamentals/minimal-apis/openapi.md
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2024-04-28 19:44:40 +00:00
Rick Anderson
db010b9703
Merge pull request #32450 from dotnet/Rick-Anderson-patch-1
...
Update Startup4.cs
2024-04-27 20:05:47 -10:00
Rick Anderson
312966bbb9
Merge pull request #32449 from dotnet/Rick-Anderson-patch-9
...
Update Program.cs
2024-04-27 20:03:10 -10:00
Rick Anderson
411bf44f14
Update Startup4.cs
2024-04-27 20:02:29 -10:00
Rick Anderson
1e55ed1f24
Merge pull request #32447 from dotnet/Rick-Anderson-patch-7
...
Update Startup2.cs
2024-04-27 20:01:20 -10:00
Rick Anderson
92294ddeed
Update Program.cs
2024-04-27 20:00:53 -10:00
Rick Anderson
0f16e43766
Merge pull request #32446 from dotnet/Rick-Anderson-patch-1
...
Update Program.cs
2024-04-27 20:00:21 -10:00