Commit Graph

15709 Commits (f1b2a84dba784f0eff1299f57ee521ad077d267d)

Author SHA1 Message Date
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
Rick Anderson 14f30699f3
add auth (#29030)
* add auth

* add auth

* add auth

* add auth
2023-04-19 13:25:16 -10:00
Tom Dykstra 3ec295c284
Grammar and typo fixes (#29029) 2023-04-19 12:27:09 -10:00
Rick Anderson 660ce347e9
Update native-aot.md (#29015)
* Update native-aot.md

* Update native-aot.md

* Update aspnetcore/fundamentals/native-aot.md

* Update aspnetcore/fundamentals/native-aot.md

* Update aspnetcore/fundamentals/native-aot.md

* Apply suggestions from code review

* Update aspnetcore/fundamentals/native-aot.md
2023-04-19 20:28:40 +00:00
Luke Latham e9df96c674
Move remark to opening content of article (#29022) 2023-04-19 11:36:22 -04:00
Luke Latham a4478d74e2
Add remark on module extension '.mjs' (#29023) 2023-04-19 11:35:19 -04:00
Steve P e2d95ddec9
Mention required nuget package in remote app doc (#28966)
* Mention required nuget package in remote app doc

I can't find anywhere in the current docs where it says to install this package. Just using the sample code will yield `The name 'SystemWebAdapterConfiguration' does not exist in the current context`

* Apply suggestions from code review

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-04-18 17:40:44 -10:00
Rick Anderson 495a0597df
Explain minimal host /2 (#28979)
* Explain minimal host /2

* Explain minimal host /2

* Explain minimal host /2

* Explain minimal host /2

* Explain minimal host /2

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* Update aspnetcore/fundamentals/middleware/index.md

Co-authored-by: James Newton-King <james@newtonking.com>

---------

Co-authored-by: James Newton-King <james@newtonking.com>
2023-04-18 15:27:59 -10:00
Rick Anderson cc8c0e3b3c
What's new in 8.0 (#28987)
* What's new

* What's new
2023-04-18 13:52:20 -10:00
Rick Anderson 1ba7ac9aa3
Update not-latest-versionNM.md (#29002)
* Update not-latest-versionNM.md

* Update aspnetcore/includes/not-latest-versionNM.md

* Update aspnetcore/includes/not-latest-versionNM.md

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

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-04-18 12:20:20 -10:00
Luke Latham aff5b5176c
Update Duende IdS INCLUDE reference (#29005) 2023-04-18 15:56:08 -04:00
Luke Latham 5de2c96ca7
Initial URL for BlazorWebView (#28968) 2023-04-18 13:16:16 -04:00
Joe Krajcir f9a28b0a8c
Model validation non-nullable reference types typo (#29000) 2023-04-17 16:26:36 -10:00
James Newton-King 7a2c4710c3
Update loadbalancing.md (#28991)
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-04-18 09:41:29 +08:00
Samson Amaugo e77827e798
chore : used the clear method (#28764)
* chore : used the clear method

Signed-off-by: Samson Amaugo <sammychinedu2ky@gmail.com>

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/BirthdayMiddleware.cs

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* feat : implemented the IResettable and IPooledObjectPolicy

Signed-off-by: Samson Amaugo <sammychinedu2ky@gmail.com>

* return to the pool

* fix: set proper return object

* changed prop name

;

* created new buffer

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/Program.cs

Co-authored-by: James Newton-King <james@newtonking.com>

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/Program.cs

Co-authored-by: James Newton-King <james@newtonking.com>

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/Program.cs

Co-authored-by: James Newton-King <james@newtonking.com>

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/Program.cs

Co-authored-by: James Newton-King <james@newtonking.com>

* using spans

* changed route

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/Program.cs

Co-authored-by: James Newton-King <james@newtonking.com>

---------

Signed-off-by: Samson Amaugo <sammychinedu2ky@gmail.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: James Newton-King <james@newtonking.com>
2023-04-17 14:31:44 -10:00
Rick Anderson 6cfb3e5793
Merge pull request #28998 from dotnet/tdykstra-patch-1
Update path on macOS
2023-04-17 08:51:43 -10:00