Rick Anderson
3f24be87b6
Problem details monikers /8 ( #29139 )
...
* Problem details monikers /8
* Problem details monikers /8
* Problem details monikers /8
* Problem details monikers /8
* Problem details monikers /8
2023-05-01 16:01:11 -10:00
github-actions[bot]
7560642681
What's new article ( #29127 )
...
* 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>
2023-05-02 01:07:12 +00:00
David Acker
5edfe1bd6c
Add sample for IProblemDetailsService.TryWriteAsync ( #29124 )
...
* Fix typo in "handle-errrors"
* Add sample project using IProblemDetailsService.TryWriteAsync
* Revert unintentional formatting changes
* Add code comment with example where TryWriteAsync will fail
* Change "handle-errors" back to "handle-errrors"
2023-05-01 14:28:28 -10:00
Samson Amaugo
c5111536e9
feat : added sample for validation result using error message ( #29123 )
...
* added sample for validation result using error message
Signed-off-by: Samson Amaugo <sammychinedu2ky@gmail.com>
* added sample for validation result using error message
Signed-off-by: Samson Amaugo <sammychinedu2ky@gmail.com>
* deleted folder
---------
Signed-off-by: Samson Amaugo <sammychinedu2ky@gmail.com>
2023-05-01 14:19:25 -10:00
Rick Anderson
4018745cba
Middlware mermaid diagrams /6 ( #29117 )
...
* Middlware mermaid diagrams /6
* Middlware mermaid diagrams /6
* Middlware mermaid diagrams /6
2023-04-28 14:21:53 -10:00
Kévin Chalet
029f15463e
Simplify OpenIddict's description ( #29116 )
2023-04-28 14:08:02 -10:00
Rick Anderson
bab91a5f90
AOT /5 ( #29062 )
...
* aot /5
* aot /5
* aot /5
* Update url-rewriting.md
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
2023-04-28 14:07:15 -10:00
Rick Anderson
cc9da2ff73
Rename mermaid.txt to mermaid.md ( #29118 )
...
* Rename mermaid.txt to mermaid.md
* Rename aspnetcore/migration/inc/mermaid.md to aspnetcore/migration/inc/includes/mermaid.md
2023-04-28 14:05:03 -10:00
Luke Latham
16240d85dd
Hashed routing to named elements ( #29106 )
2023-04-28 06:57:56 -04:00
Rick Anderson
d3e3932228
Merge pull request #29114 from tdykstra/timeouts2
...
Add API ref links
2023-04-27 12:55:36 -10:00
Tom Dykstra
e4af30c1e3
api ref links
2023-04-27 13:24:28 -07:00
Tom Dykstra
5f8608b80e
Add docs for request timeouts middleware ( #29068 )
...
Co-authored-by: Arvin Kahbazi <akahbazi@gmail.com>
Co-authored-by: Chris Ross <Tratcher@Outlook.com>
2023-04-27 10:56:27 -07:00
Jeffrey Andersen
796c6f3d50
Bugfix code section not displaying ( #29107 )
2023-04-27 12:43:19 -04:00
Luke Latham
63d80937cf
Cascading values and params versioning ( #29104 )
2023-04-27 08:36:45 -04:00
Luke Latham
1cf6948160
Blazor built-in components article versioning ( #29103 )
2023-04-27 08:12:18 -04:00
Luke Latham
8fc095537f
Blazor JS import/export interop updates ( #29102 )
2023-04-27 07:41:35 -04:00
Luke Latham
5975292702
Blazor JS interop overview versioning ( #29100 )
2023-04-27 07:16:14 -04:00
Luke Latham
c0ea71d546
JS interop NPM package and TS for JS interop ( #29025 )
2023-04-27 06:23:59 -04:00
Luke Latham
db495ba707
Clarify ANCM .NET version support ( #29021 )
2023-04-27 02:28:46 +00:00
Emrebener
e2f9312344
Added Web App Example For Using Data Protection Service ( #28803 )
...
* Rename protectunprotect.cs to consoleappexample.cs
renamed this code example to "consoleappexample", as I also added a seperate web app example.
* Create webappexample1.cs
"Program.cs" of the web app example, demonstrating data protection service usage
* Create webappexample2
dependancy injection demonstration for web app example, demonstrating data protection service usage
* Rename webappexample2 to webappexample2.cs
fixed file extension
* Update webappexample2.cs
extended the code to include using the service within an action method
* Update overview.md
Included my web app example in the text, while keeping the existing console application example.
* Update overview.md
un-renamed the existing file it to prevent any reference errors.
* Rename consoleappexample.cs to protectunprotect.cs
un-renamed this existing file to prevent any reference errors
* Apply suggestions from code review
* Update aspnetcore/security/data-protection/consumer-apis/overview.md
* Apply suggestions from code review
* Apply suggestions from code review
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-04-26 15:21:50 -10:00
Wade Pickett
c872643039
gPRC Troublehsooting Update v8 ( #29095 )
2023-04-26 17:19:28 -07:00
Rick Anderson
88c8a7b44d
Add problem details to validation ( #29096 )
...
* Update validation.md
* Update aspnetcore/mvc/models/validation.md
2023-04-26 23:59:26 +00:00
Luke Latham
1e4342237e
Blazor WASM SIMD support ( #28997 )
2023-04-26 17:59:40 -04:00
Tom Dykstra
a6f52bf7bf
Set up for 8.0 content ( #29093 )
2023-04-26 13:14:56 -07:00
Scott Moxham
d1e207a975
Sample code can be simplified ( #29084 )
...
No need to call GetTypeInfo() as Assembly is accessible from the result of typeof(MySharedController)
2023-04-26 08:34:56 -10:00
Luke Latham
347408e7de
Blazor WASM hot reload and debugging ( #28953 )
2023-04-26 13:51:43 -04:00
Luke Latham
a1444dc8d1
Monitor Blazor Server circuit activity ( #28983 )
2023-04-26 12:57:53 -04:00
Luke Latham
244f4e87a2
Blazor WASM perf with the JITerpreter ( #28970 )
2023-04-26 12:35:13 -04:00
Luke Latham
3497619234
Blazor layout sections ( #28660 )
2023-04-26 11:06:05 -04:00
Luke Latham
2ff47b45b0
Follow-up Blazor security updates ( #29087 )
2023-04-26 10:54:21 -04:00
Luke Latham
fa01060428
Blazor security updates ( #29067 )
2023-04-25 16:59:43 -04:00
Rick Anderson
b2aa74bd63
Controller lifetime ( #29071 )
...
* Update index.md
* Update actions.md
2023-04-25 09:08:56 -10:00
Minecraftchest1
711fd9a015
Add Authentik to OSS providers list. ( #29065 )
2023-04-24 09:21:43 -10:00
Shadi Alnamrouti
b88179358d
Author profile link renewed ( #29066 )
2023-04-24 09:20:29 -10:00
Rick Anderson
e09f4c3308
Update make-content-localizable.md ( #29061 )
2023-04-22 00:13:21 +00:00
Rick Anderson
6aa629a730
Update windowsauth.md ( #29016 )
2023-04-21 13:02:44 -10:00
Luke Latham
e2ac867233
Microsoft.Maui.Storage updates ( #29049 )
2023-04-21 10:05:31 -04:00
Luke Latham
f3ec7094fd
Remove audience remark ( #29057 )
2023-04-21 07:24:38 -04:00
Rick Anderson
6172641af7
Better comments in object pool /5 ( #29054 )
...
* Better comments in object pool /5
* Better comments in object pool /5
* Better comments in object pool /5
2023-04-20 19:57:13 -10:00
Fredrik Svantes
56efb53a58
Fix confusing statement ( #29037 )
...
The text made it appear as one should put the bash script into the policies.json file
2023-04-20 10:06:17 -07:00
Luke Latham
94daf64704
Render components outside of ASPNETCORE ( #28981 )
2023-04-20 12:04:48 -04:00
Luke Latham
b71e46230a
Non-routable components query param processing ( #29039 )
2023-04-20 10:09:59 -04:00
Luke Latham
a031d2f273
Repair bad root component param guidance ( #29041 )
2023-04-20 09:30:44 -04:00
Rick Anderson
8eaae4a63b
ObjectPool reset /5 ( #29035 )
2023-04-19 20:19:44 -10:00
Rick Anderson
eca83c72c9
mon prep for objectpool ( #29018 )
...
* mon prep for objectpool
* mon prep for objectpool
* mon prep for objectpool
* mon prep for objectpool
2023-04-19 16:33:51 -10:00
Tom Dykstra
853cc29233
Update stub.txt
2023-04-19 18:43:17 -07:00
Tom Dykstra
1d52a7e33d
Update stub.txt
2023-04-19 18:41:35 -07:00
Rick Anderson
71aa2b3c07
Update aspnetcore-8.0.md
2023-04-19 15:23:56 -10:00
Tom Dykstra
e6186434bb
add stub.txt ( #29033 )
2023-04-19 17:15:46 -07:00
RC-787
bdd2d3687d
Fix links for JSON configuration provider ( #29028 )
2023-04-19 13:27:01 -10:00