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
Rick Anderson
914c9cbb36
Update Startup2.cs
2024-04-27 19:58:58 -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
Rick Anderson
c286723ab5
Update getting-started-with-swashbuckle.md
...
Contributes to [this internal issue](https://github.com/dotnet/aspnetcore-internal/issues/4522#issuecomment-2078104865 ) and is required to be obvious in query results.
2024-04-27 19:35:05 -10:00
Rick Anderson
139eb0f043
Merge pull request #32441 from dotnet/Rick-Anderson-patch-1
...
Update Startup3.cs
2024-04-27 18:37:37 -10:00
Rick Anderson
dfddec3dcb
Update Startup3.cs
2024-04-27 18:35:23 -10:00
Rick Anderson
1560928038
Merge pull request #32440 from dotnet/Rick-Anderson-patch-1
...
Update StartupSwagger.cs
2024-04-27 17:21:15 -10:00
Rick Anderson
7e3dad9036
Merge pull request #32439 from dotnet/Rick-Anderson-patch-7
...
Update Program.cs
2024-04-27 17:20:25 -10:00
Rick Anderson
959f0a0cbf
Update StartupSwagger.cs
2024-04-27 17:18:54 -10:00
Rick Anderson
515a718da4
Merge pull request #32438 from dotnet/Rick-Anderson-patch-1
...
Update Startup.cs
2024-04-27 17:17:18 -10:00
Rick Anderson
6eafe9a3a3
Merge pull request #32437 from dotnet/Rick-Anderson-patch-9
...
Update Program.cs
2024-04-27 17:16:50 -10:00
Rick Anderson
08690bda79
Update Program.cs
2024-04-27 17:16:39 -10:00
Rick Anderson
34da653a16
Update Startup.cs
2024-04-27 17:15:25 -10:00
Rick Anderson
0a07bb3d04
Merge pull request #32436 from dotnet/Rick-Anderson-patch-7
...
Update readme.md
2024-04-27 17:15:07 -10:00