Commit Graph

15724 Commits (ed9f786f887e18bc81a5421a77564c32cddbae0d)

Author SHA1 Message Date
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
James Newton-King d1b91f9877
Update rate-limit.md (#28995) 2023-04-17 07:33:39 -07:00
Tom Dykstra 407368d05b
Update path on macOS 2023-04-17 07:21:33 -07:00
Rick Anderson a0aa4d1c29
Update index.md (#28994) 2023-04-17 01:19:13 +00:00
alekson-sh 36628b4318
Possible typo (#28989) 2023-04-15 04:58:58 -04:00
Alberto Passalacqua a918bd2f9c
Change data-dismiss to data-bs-dismiss for .net 7 templates (#28961)
Addresses issue #28862

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-04-14 14:54:46 -10:00
Alberto Passalacqua be8c483c5b
Apply link style to Accept button. (#28962)
The button shows without style. The proposed change make it appear as a link.

Addresses issue #28862
2023-04-13 14:58:26 -10:00
James Newton-King 9b604a457e
Update kestrel.md (#28974) 2023-04-14 08:58:09 +08:00
Steve P 0e45299479
Fix syntax error in remote app setup sample code (#28967)
Use indexer rather than method syntax for `builder.Configuration`
2023-04-13 14:47:38 -10:00
Rick Anderson 9e1a46418a
update Reliable web patterns (#28972)
* update Reliable web patterns

* update Reliable web patterns

* update Reliable web patterns

* update Reliable web patterns

* update Reliable web patterns
2023-04-13 13:31:42 -10:00
Wade Pickett 0138824111
8.0 update Web API with MongoDB (#28944)
* v8 update Web API with MongoDB

* Added includes at bottom of v8 doc

* Added enable preview steps for Mac

* Added comma per review.

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

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-04-13 10:21:17 -07:00
Luke Latham 5b43c7bb15
Latest framework approach for boot resource example (#28920) 2023-04-13 09:13:42 -04:00
Rick Anderson c7d0e754a3
Reliable web app pattern 3 (#28947)
* Reliable web app pattern 3

* Reliable web app pattern 3

* Reliable web app pattern 3

* Reliable web app pattern 3

* Reliable web app pattern 3

* react to feedback
2023-04-13 01:29:10 +00:00
James Newton-King dc866733b2
Move Kestrel above IIS in TOC (#28950) 2023-04-12 13:54:05 -10:00
Luke Latham e46c72d600
MAUI Blazor template name change (#28673) 2023-04-12 15:40:42 -04:00
Tom Dykstra f5940203ec
Grammar fixes (#28956) 2023-04-12 09:29:00 -07:00
Fiyaz Bin Hasan 173f46ea39
Update responses.md (#28954) 2023-04-12 09:51:17 -04:00
James Newton-King 54f8845307
Hype up Kestrel features in overview (#28937)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
Co-authored-by: Aditya Mandaleeka <adityamandaleeka@users.noreply.github.com>
2023-04-12 12:52:46 +08:00
Rick Anderson 296ba7c7dc
WHy use typedresults /3 (#28918)
* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

* Apply suggestions from code review

Co-authored-by: Damian Edwards <damian@damianedwards.com>

* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

* WHy use typedresults /3

---------

Co-authored-by: Damian Edwards <damian@damianedwards.com>
2023-04-11 22:28:51 +00:00
Alexandru Bucur 8f9a0744f3
Update the getting started with sdk-7 reference (#28942) 2023-04-11 12:18:37 -10:00
James Newton-King c11806bdf8
Update performance.md (#28938)
* Update performance.md

* Update performance.md

Fixed typo and updated ms.date.

---------

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2023-04-11 09:07:35 -10:00
Daniel Roth 1ce88b2c99
Fix Azure SignalR config key (#28939) 2023-04-11 12:43:41 -04:00
Tom Dykstra fad3df0383
Reassign some articles (#28929)
* Reassign some articles

* fix link

* remove cSpell setting
2023-04-10 08:58:13 -10:00
Luke Latham d21551836b
Blazor security updates (#28922) 2023-04-10 13:46:05 -04:00
Rick Anderson f8c16fb676
Update jwt-authn.md (#28892) 2023-04-09 13:20:53 -10:00
David Pine 1854dd3975
Update check-for-build-warnings.yml (#28921) 2023-04-07 12:21:40 -10:00
Rick Anderson faa5f35f0e
update api limits /3 (#28915)
* update api limits /3

* update api limits /3

* update api limits /3

* update api limits /3
2023-04-06 14:26:40 -10:00
Justas 116ba6b544
APIs overview: Remove IFormFile support from minimal APIs limitations list (#28908)
* Remove IFormFile support from limitations list

Removing limitation "No support for binding from forms. This includes binding IFormFile"

According to [What's new in ASP.NET Core 7.0](https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-7.0?source=recommendations&view=aspnetcore-7.0#file-uploads-using-iformfile-and-iformfilecollection) 
> Minimal APIs now support file upload with IFormFile and IFormFileCollection.

* Update aspnetcore/fundamentals/apis.md

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-04-06 23:28:08 +00:00
Rick Anderson 9147bb07aa
Static file auth sample /3 (#28900)
* Static file auth sample /3

* Static file auth sample /3

* Static file auth sample /3

* Static file auth sample /3

* Static file auth sample /3

* Static file auth sample /3

* Static file auth sample /3
2023-04-06 09:25:39 -10:00
Luke Latham c748b26b68
Update placeholder (#28911) 2023-04-06 09:47:27 -04:00
Luke Latham d3fb40c937
Call web API article updates (#28887) 2023-04-06 09:23:17 -04:00
rhires e1c65d49cb
Fix a typo or two (#28909) 2023-04-06 12:49:14 +00:00
Luke Latham b65ad01bb7
Return missing file to article example (#28907) 2023-04-06 06:14:33 -04:00
Mitch Denny a53cb6d653
Merge pull request #28905 from dotnet/mark-localization-as-supported 2023-04-06 14:23:37 +10:00
James Newton-King 02811f65bb
Mention the aot flag in gRPC template (#28904) 2023-04-06 03:43:12 +00:00
James Newton-King 0300ac61c5
Add link to native AOT gRPC from fundamentals native AOT (#28902) 2023-04-06 03:24:04 +00:00