Commit Graph

17185 Commits (5ac3be65a2ad32ae5631783d852e2611937c91a0)

Author SHA1 Message Date
Burke Holland 5ac3be65a2
Update @HostEnvironment to @Env (#32256) 2024-04-04 11:51:09 -04:00
Robert Haken 08932fde98
[Blazor] DynamicComponents - fixes samples vulnerability + related adjustments (#32251) 2024-04-04 10:23:10 +00:00
damienbod d9cb6e845e
Spacing fix (#32253) 2024-04-04 05:48:38 -04:00
Tom Dykstra 65f5bba13a
Use .NET 9 code (#32225) 2024-04-03 10:35:58 -10:00
Luke Latham 967db11162
Update issue proccessing workflow (#32246) 2024-04-03 20:29:15 +00:00
Wade Pickett b3adf134f3
Update API test Tooling: Remove Postman (#32242) 2024-04-03 12:58:26 -07:00
Paweł Adamczuk 727e4a2657
Fixes #32092 (#32231)
* Update ui-class.md

https://github.com/dotnet/AspNetCore.Docs/issues/32092

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2024-04-03 17:53:37 +00:00
Rick Anderson a1b984e25b
asp0018 exception (#32230)
* asp0018 exception

* asp0018 exception

* asp0018 exception
2024-04-03 07:48:26 -10:00
Luke Latham 9fc0092c6e
Drop .ToArray() from example (#32240) 2024-04-03 17:19:26 +00:00
Luke Latham 7c39171f2b
Add missing parentheses (#32234) 2024-04-03 09:15:56 -04:00
Luke Latham 4201dd738b
Improve SignalR connection guidance (#32232) 2024-04-03 07:56:00 -04:00
Robert Haken 2f150e5ff3
[Blazor] Virtualization - data slicing clarification (#32228) 2024-04-02 20:49:51 -04:00
Robert Haken 59eba1a2e8
[Blazor] Rendering - ShouldRender explanation (#32226) 2024-04-02 23:37:27 +00:00
Robert Haken c3ac6fd3d4
[Blazor] Rendering - order of approaches to manage state (#32227) 2024-04-02 23:34:07 +00:00
Rick Anderson 1ed80d5e94
Merge pull request #32223 from tdykstra/mfawhatsnew1
Moniker prep for .NET 9 content
2024-04-02 11:57:15 -10:00
Tom Dykstra ecaf6ce598 fix links 2024-04-02 13:52:46 -07:00
Tom Dykstra 64b7e3a981 remove extraneous md 2024-04-02 13:40:54 -07:00
Tom Dykstra 16bd772ed8 Moniker prep for .NET 9 content 2024-04-02 13:29:17 -07:00
Luke Latham c525ce057d
QR code generation article for BWAs (#32206) 2024-04-02 12:27:38 -04:00
Luke Latham fe302a07bf
Guidance on dynamic NavLink generation (#32219) 2024-04-02 11:56:41 -04:00
github-actions[bot] 8874e6fb27
What's new article (#32210) 2024-04-01 18:28:56 -04:00
Rick Anderson f8217fbec4
Merge pull request #32214 from timdeschryver/style/parameter-binding-8
update line highlighting and spacing
2024-04-01 10:28:40 -10:00
Rick Anderson 4fc2becf41
Merge pull request #32213 from timdeschryver/style/working-with-forms
fix highlight and style in snippets
2024-04-01 10:24:52 -10:00
Rick Anderson 8bd7cfb928
Update parameter-binding.md
This file needs to be updated to get an internal doc build that's needed to verify the generated output.
2024-04-01 10:17:28 -10:00
Tim Deschryver ac523c7899
unify code sample syntax 2024-04-01 17:37:10 +02:00
Tim Deschryver 9b9cf45b12
update line highlighting and spacing 2024-04-01 17:37:06 +02:00
Tim Deschryver fc66c0685c
fix highlight and style in snippets 2024-04-01 16:00:13 +02:00
Luke Latham e377ac0c30
Update service registration to match latest guidance (#32211) 2024-04-01 12:30:48 +00:00
Luke Latham 96a7617776
Improve authorization opening remarks (#32195) 2024-03-29 15:21:42 -04:00
Luke Latham aa4829d27e
Update Azure SignalR Service remarks (#32204) 2024-03-29 07:04:40 -04:00
Tom Dykstra fc0d9b12a5
Update current version and latest version include files (#32177) 2024-03-27 16:24:57 -07:00
Rick Anderson 2994239ec6
Merge pull request #32178 from StefanOssendorf/patch-1
Fix url pointing to Configuration-binding source generator
2024-03-27 13:15:49 -10:00
Stefan Ossendorf 676a418463
Update index.md
Fixes #32114 

Url corrected
2024-03-27 22:20:17 +01:00
Luke Latham 1fb5518a7d
Updates to compression warning content (#32167) 2024-03-27 12:33:17 -04:00
Luke Latham aa55d4891a
Graph scopes clarification and addl updates (#32108) 2024-03-27 12:14:16 -04:00
Luke Latham 31449c3efe
Clarify the guidance is for downloading (not opening) files (#32165) 2024-03-27 09:14:45 -04:00
Luke Latham d24356d300
Add remarks on standalone WASM (#32164) 2024-03-27 09:11:05 -04:00
Luke Latham 0353d390e2
Add remark on ME-ID authority in server API config (#32163) 2024-03-27 08:44:06 -04:00
Luke Latham 4dbc3736a0
Add coverage on antiforgery services and middleware (#32160) 2024-03-27 08:14:03 -04:00
Luke Latham 2ae896553a
Control <head> content and migration updates (#32144) 2024-03-26 18:54:53 -04:00
Luke Latham 675b397bdb
Update scope/authority guidance in BWA+OIDC article (#32149) 2024-03-26 16:29:16 -04:00
Wade Pickett 572cd3e673
Min API tutorial: rewrite to Swagger (#32076)
* MinAPI tutorial rewrite to Swagger

* Correct code path swagger version

* Added code highlight

* Improved h2-h3 titles for Swagger steps

* Moved H2 from VS to VSC

* Restored todogroup program.cs

* Clarified original DTO instruction

* Improved first run app and stop app instruction

* Fixed VSC first run instruction

* Corrected typo configu

* Fix code highlihght

* Removed dupe explaination line

* Corrected original error in json example

* Added swagger response screenshot and a few fixes

* Fixing typos, text improvements

* Rewrote and recoded for NSwag instead of Swashbuckle plus updated art

* Add Cam's recommendation on tool choice

* Improved some text, fixed typos

* Move Typed Results Program.cs to NSwaag

* Rewrote + recode v6 and v7 based on approved 8 approach

* Fixed missing Visual Studio tabs in v6 and v7

* Fixed alt text warnings and corrected code snippet path for v6-7

* Updated v6 and v7 package versions appropriate for the target .NET

* Updated v6 to move todo and tododb classes out of program.cs to be consistant

* Updated prereq includes to remove old preview text for vs and vs for mac versions 6-8

* More changes per tdykstra review.
2024-03-26 11:36:15 -07:00
Cervac Petru 2d6d7715de
add missing angle brakets (#32113)
* add missing angle brakets

* Update integration-tests.md

* Update integration-tests7.md

* Update integration-tests.md

* Update aspnetcore/test/integration-tests/includes/integration-tests7.md

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2024-03-25 13:07:47 -10:00
Robert Haken 5974aae008
[Blazor] Event handling - ParentChild2.razor without Task.Yield() (#32086) 2024-03-25 22:47:33 +00:00
Robert Haken 7b2a781d1f
[Blazor] - Lifecycle - Incorrect usage of "unmanaged" term (#32125) 2024-03-25 17:36:59 -04:00
Luke Latham bb42ed92dc
Surface warning on compression for interactive SSR (#32096) 2024-03-25 10:22:29 -04:00
Luke Latham 9f4897ec25
Revert lifecycle diagram and text (#32136) 2024-03-25 10:05:06 -04:00
Robert Haken 7790c43c25
[Blazor] Lifecycle - clear formulation for conditions when rendering is avoided (#32089) 2024-03-25 09:01:20 -04:00
Luke Latham 2e92679a8d
Clarify app settings file locations (#32135) 2024-03-25 08:26:37 -04:00
Luke Latham cd5e2d86fe
Improved Project Structure article WASM headings (#32134) 2024-03-25 07:45:42 -04:00