Commit Graph

18498 Commits (f336847c35fcbb23311e54d3cf1ad1ac2946aa4e)

Author SHA1 Message Date
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
Rick Anderson 0d12aeeee8
Merge pull request #32497 from dotnet/main
Merge to Live
2024-05-02 11:42:43 -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
Tom Dykstra 4e28532618
Merge pull request #32462 from dotnet/main
Merge to Live
2024-05-01 15:41:32 -07: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 d24c7e59fa
Merge pull request #32460 from dotnet/main
Merge to Live
2024-04-29 18:20:50 -10: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
Luke Latham a992c8ae12
Merge pull request #32454 from dotnet/main 2024-04-29 12:33:47 -04: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 358b08038c
Merge pull request #32448 from dotnet/main
Merge to Live
2024-04-27 20:08:26 -10: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
Rick Anderson 914c9cbb36
Update Startup2.cs 2024-04-27 19:58:58 -10:00
Rick Anderson 2329facb96
Merge pull request #32432 from dotnet/main
Merge to Live
2024-04-27 19:58:51 -10:00
Rick Anderson afdd724fa6
Update Program.cs 2024-04-27 19:57:24 -10:00
Rick Anderson 2d0e64ea5a
Merge pull request #32445 from dotnet/Rick-Anderson-patch-7
Update Program.cs
2024-04-27 19:54:58 -10:00
Rick Anderson c4abecd586
Merge branch 'live' into main 2024-04-27 19:54:39 -10:00
Rick Anderson 7da8838bda
Update Program.cs 2024-04-27 19:52:19 -10:00
Rick Anderson 4f50df1c53
Merge pull request #32444 from dotnet/Rick-Anderson-patch-1
Update Program.cs
2024-04-27 19:51:57 -10:00
Rick Anderson dfa3000a4c
Update Program.cs 2024-04-27 19:49:37 -10:00
Rick Anderson 89016b8e26
Merge pull request #32443 from dotnet/Rick-Anderson-patch-7
Update Startup3.cs
2024-04-27 19:39:42 -10:00
Rick Anderson 5ae30b25e8
Merge pull request #32442 from dotnet/Rick-Anderson-patch-1
Update getting-started-with-swashbuckle.md
2024-04-27 19:37:20 -10:00
Rick Anderson ab10e02815
Update Startup3.cs 2024-04-27 19:36:36 -10:00