Commit Graph

17283 Commits (4520b6a46ed446469b7b38f241265fda36e7b7d5)

Author SHA1 Message Date
Luke Latham ee7c1dfc93
NIT update for path change (#31994) 2024-03-07 12:16:30 -05:00
Fabian 2037938318
Fix JMeter .NET DSL name (#31993) 2024-03-07 17:06:30 +00:00
Luke Latham 5d42a36f1d
Add BWA global Auto approach (#31894) 2024-03-07 12:05:34 -05:00
Luke Latham 9ecf42d50b
Call (web) API security updates (#31991) 2024-03-07 11:52:38 -05:00
Luke Latham eba071588c
Additional Call web API article updates (#31988) 2024-03-07 09:50:12 -05:00
James Newton-King de3d7ce0b7
Update supported-platforms.md (#31987) 2024-03-06 17:58:44 -08:00
Luke Latham a5e9829768
Improve chained bind section (#31971) 2024-03-06 06:00:48 -05:00
Luke Latham 1f58ecea95
Blazor-specific 'how to download' guidance (#31979) 2024-03-05 17:01:11 -05:00
Luke Latham abd0c16aea
Clarify sample location (#31976) 2024-03-05 14:54:03 -05:00
Luke Latham 3ab6252069
Remove broken links (#31974) 2024-03-05 12:10:30 -05:00
dependabot[bot] 5772adf785
Bump SixLabors.ImageSharp (#31972) 2024-03-05 12:03:35 -05:00
Luke Latham 2b6800fe87
Call web API article updates (#31961) 2024-03-05 11:59:19 -05:00
Luke Latham 58917243ae
Update issue-processing.yml (#31970) 2024-03-05 07:00:13 -05:00
Robert Haken 1b0d16d912
Blazor-DataBinding-FormsXrefFix (#31968) 2024-03-05 06:07:19 -05:00
Wade Pickett 1192764b9c
Update API Testing tool references (#31966)
* Update references for API Testing

* Update aspnetcore/fundamentals/minimal-apis/bindingArrays/7.0-samples/todo/Program.cs

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

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-03-04 21:07:13 -08:00
Reiley Yang 25086b4c77
Refine the log category convention (#31963) 2024-03-04 10:54:42 -08:00
Robert Haken 1487373600
[Blazor] Performance - Too many parameters timing calculations correction (#31959) 2024-03-04 05:34:03 -05:00
github-actions[bot] 4ba8b82d4d
What's new article (#31943)
* Bot 🤖 generated "What's new article"

* Apply suggestions from code review

---------

Co-authored-by: Rick-Anderson <Rick-Anderson@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2024-03-03 16:58:51 -10:00
Robert Haken 266a489d4e
Blazor - data-binding - event fix (#31957) 2024-03-03 06:40:32 -05:00
Robert Haken 4f055f173e
[Blazor] cascading-values-and-parameters.md - "instructing" typo (#31955) 2024-03-01 20:21:08 -05:00
Robert Haken 33b9c46d36
[Blazor] cascading-values-and-parameters.md - "JSON-serializable" typo (#31954) 2024-03-01 20:20:13 -05:00
Luke Latham 22e3a08755
Update What's New (#31952) 2024-03-01 17:08:47 +00:00
Luke Latham ea6f1d82db
Update 9.0 include (#31950) 2024-03-01 16:58:50 +00:00
Luke Latham d8b3f1a7b2
Update Blazor release notes for Preview 2 (#31947) 2024-03-01 08:10:10 -05:00
Luke Latham 9a4eb4e0da
Drop pivots and sample code (#31946) 2024-03-01 07:40:53 -05:00
Luke Latham 0df47e525b
WebSocket compression/CSP and security guidance (#31918) 2024-03-01 06:52:05 -05:00
Luke Latham 67b3ce2f31
WASM+Identity same-site & antiforgery updates (#31888) 2024-03-01 06:01:10 -05:00
Luke Latham ac67e4a063
Remove article front matter (#31944) 2024-03-01 06:00:21 -05:00
Luke Latham 84d323f776
Blazor troubleshooting guidance updates (#31937) 2024-02-29 11:26:23 -05:00
Luke Latham 42242f721f
Add QuickGrid API cross-links (#31934) 2024-02-29 08:18:01 -05:00
Luke Latham 6db683eb22
Ctor service injection (#31927) 2024-02-29 07:57:56 -05:00
Robert Haken 70a4ab59cf
Blazor - layouts.md - _Imports.razor file (#31930) 2024-02-28 18:34:02 -05:00
Luke Latham d1c9f27605
Merge pull request #31928 from hakenr/blazor-layouts-folder-names-formating 2024-02-28 18:26:25 -05:00
Robert Haken 75a9e30afa
Blazor - layouts.md - folder names formating fix 2024-02-29 00:22:22 +01:00
Yogi 45560a7f78
Update logindisplay-component.md (#31925) 2024-02-28 11:55:22 -05:00
Yogi abb7b64062
Update redirecttologin-component.md (#31924) 2024-02-28 11:54:27 -05:00
Robert Haken 191b66fc0f
blazor-synchronizationcontext-circuit (#31910) 2024-02-28 07:25:06 -05:00
Cédric Luthi 68849ede7e
Enforce HTTPS in ASP.NET Core: Use Status308PermanentRedirect (#31739)
* Enforce HTTPS in ASP.NET Core: Use Status308PermanentRedirect

The previous paragraph says
> Use the fields of the [StatusCodes](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.statuscodes) class for assignments to `RedirectStatusCode`.

But the sample code then uses the status code defined in `System.Net` and a cast to `int`.

* Use Status307TemporaryRedirect in other sample code (Program2.cs)
2024-02-27 11:24:17 -08:00
Wade Pickett b76cb1bbcb
Hub page update per data and OKR (#31913)
* wadepickett/31578HUBlandingPage

* Review suggestions included.
2024-02-27 11:21:00 -08:00
Luke Latham 52f2931a8d
Move handle errors section (#31920) 2024-02-27 11:14:03 -05:00
Robert Haken 009a0a9ec2
Blazor Synchronization contxt - draw sample code (#31911) 2024-02-27 10:56:23 -05:00
Luke Latham a1fcfaf67b
Add step to hosted Blazor WASM migration guidance (#31908) 2024-02-26 08:20:13 -05:00
Tom Dykstra 576f6d8167
Merge pull request #31893 from tdykstra/appsecretsnote
Manually set assembly info attribute
2024-02-25 15:45:27 -08:00
Yogi 881bbe90cf
Update standalone-with-identity.md (#31902) 2024-02-24 09:19:08 -05:00
Yogi c3ed507773
Update standalone-with-identity.md (#31901) 2024-02-24 09:17:12 -05:00
Tom Dykstra e35aed0e40 manually added id must match the one in the project file 2024-02-23 16:34:19 -08:00
Tom Dykstra d3addbbb02
Update spa-templates-new-vs-old.md (#31900) 2024-02-23 14:46:02 -08:00
Tom Dykstra 8f172e08aa
Merge pull request #31897 from dotnet/tdykstra-patch-1 2024-02-23 14:17:31 -08:00
Tom Dykstra 4fa71f1778
Fix link 2024-02-23 14:08:29 -08:00
Wade Pickett 1222de1f25
Min Web API tutorial: Remove prerelease for packages (#31892)
* Min Web API tutorial: Remove prerelease for packages

* Removed inconsistent periods on list items per review
2024-02-22 18:06:33 -08:00