Commit Graph

15709 Commits (f1b2a84dba784f0eff1299f57ee521ad077d267d)

Author SHA1 Message Date
James Newton-King f1b2a84dba
Add docs for using Grpc.Tools on unsupport platforms (#29314)
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-05-19 20:29:59 +08:00
Luke Latham 14a868481b
Custom ICU loading (#29318) 2023-05-19 05:24:03 -04:00
Robert Haken e95edee5e6
Update hosted-with-azure-active-directory.md - Update of obsolete text regarding `appsettings.json` configuration (#29315) 2023-05-19 04:43:25 -04:00
Luke Latham 9c0724db65
Remove 'unsafe-eval' in CSP guidance (#29294) 2023-05-18 13:31:13 -04:00
Yue Cui 60e48bd438
Fix a typo (#29308) 2023-05-18 07:03:35 -04:00
Rick Anderson 90a729de1f
Problem details program.cs /5 (#29306)
* Problem details program.cs /5

* Problem details program.cs /5

* Problem details program.cs /5

* Problem details program.cs /5
2023-05-18 01:38:27 +00:00
Tom Dykstra 0b044fe3b7
Follow-up to #29300 (#29305)
* Follow-up to #29300

* fix mac tabs
2023-05-17 18:11:47 -07:00
sguitardude e6f19a5cb9
Fixing bad link (#29301) 2023-05-17 15:28:04 -07:00
Tom Dykstra 4e106cf182
Link to info about Endpoints Explorer and .http files (#29300)
* draft

* minor updates

* remove duplicate tab
2023-05-17 12:16:49 -10:00
Muhab Abdelreheem 216f672282
Typo fix - update to safe storage of app secrets in development in ASP.NET Core article (#29302)
- (The app's `secrets.json` file was modified to remove the key-value pair associated with the `MoviesConnectionString` key.) to (... `Movies:ConnectionString` key.).
2023-05-17 12:12:51 -10:00
Tom Dykstra 7511b46593
Use Endpoints Explorer for testing (#29275) 2023-05-17 10:21:10 -07:00
Rick Anderson 7ed4a3c3d2
Update native-aot.md (#29285) 2023-05-17 00:30:24 +00:00
Lee Millward 93dc4010e9
Update partial.md (#29284)
Fix grammatical error
2023-05-16 14:18:06 -10:00
Luke Latham f705bcb4c4
Component overview updates (#29283) 2023-05-16 08:33:37 -04:00
Luke Latham 46441ae690
Remove sample line highlights (#29282) 2023-05-16 06:42:26 -04:00
Rick Anderson cec06b7e35
Clean up monikers in Host/Deploy DOcker /5 (#29280)
* Clean up monikers in Host/Deploy DOcker /5

* Clean up monikers in Host/Deploy DOcker /5

* Clean up monikers in Host/Deploy DOcker /5

* Clean up monikers in Host/Deploy DOcker /5

* Clean up monikers in Host/Deploy DOcker /5

* Clean up monikers in Host/Deploy DOcker /5

* Clean up monikers in Host/Deploy DOcker /5

* Clean up monikers in Host/Deploy DOcker /5
2023-05-16 01:50:44 +00:00
Bervianto Leo Pratama 3b87ed6f84
Add reference to new feature publishing use dotnet publish (#29227) 2023-05-15 12:49:49 -10:00
Luke Latham 60af12c41c
Component overview updates (#29274) 2023-05-15 16:53:11 -04:00
Rick Anderson ed33530e3e
Update index.md (#29265)
* Update index.md

* Update aspnetcore/fundamentals/servers/index.md

* Update enforcing-ssl.md

* Update aspnetcore/fundamentals/servers/index.md

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

* Update index.md

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-05-15 10:31:07 -10:00
Tom Dykstra 8dd80551a8
Document ASP0025 code analyzer (#29252) 2023-05-15 11:36:50 -07:00
Luke Latham 02f9aa1ac3
Update example (#29272) 2023-05-15 12:53:43 -04:00
Luke Latham b0fd126248
Move sample apps to samples repo (#29268) 2023-05-15 10:56:51 -04:00
Arka Poddar 42f3997eaf
Update enforcing-ssl.md (#29264)
* Update enforcing-ssl.md

Updated the text so that people understand it better

* Updates

* Updates

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2023-05-14 09:56:01 -10:00
Luke Latham de97a1e7bd
Update app running instructions (#29263) 2023-05-14 07:52:06 -04:00
Tom Dykstra 07b758f84c
Add Servers card to landing page (#29257) 2023-05-13 08:13:06 +08:00
Rick Anderson b514dcd97d
Proxy update /2 (#29239)
* Proxy update /2

* Proxy update /2

* Proxy update /2

* Proxy update /2

* Proxy update /2

* Proxy update /2
2023-05-12 13:56:10 -10:00
Luke Latham 858835f112
Small language NIT fix (#29254) 2023-05-12 18:34:25 -04:00
Nick Scotney 350b832f0c
Update Program.cs (#29249) 2023-05-12 11:54:05 -04:00
Luke Latham 30ebafa914
Updates to multiple client app hosting (#29250) 2023-05-12 11:37:35 -04:00
Rick Anderson c7dec655fc
warn about registering customer service /5 (#29221)
* warn about registering customer service /5

* prob det

* prob det
2023-05-12 02:12:16 +00:00
James Newton-King 9b6d3c2602
Move Servers TOC item higher (#29246) 2023-05-11 16:34:43 -07:00
James Newton-King 4222b5c9d7
Update loadbalancing.md (#29240)
* Update loadbalancing.md

* Update loadbalancing.md

* Updated ms.date for loadbalancing.md

Just updated ms.date topic meta data to today's date.

---------

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2023-05-11 13:30:34 -07:00
Tom Dykstra b39b352210
Document .http file syntax and VS .http file editor (#29218)
Co-authored-by: Günther Foidl <gue@korporal.at>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-05-11 12:37:27 -07:00
Tom Dykstra c4ca664a19
move servers to top level (#29008) 2023-05-11 11:43:21 -07:00
Tom Dykstra e7e6b3d986
Update Hosting Models section (#29053) 2023-05-11 11:28:45 -07:00
Luke Latham 0bb9f1c2c3
Address 'required'/'init' for component params (#29238) 2023-05-10 23:26:59 +00:00
Luke Latham 331ccc2424
Expand example to show passing parameters (#29231) 2023-05-10 17:10:17 -04:00
James Newton-King 952e58990d
Update loadbalancing.md (#29226)
* Update loadbalancing.md

* Update aspnetcore/grpc/loadbalancing.md

* Update aspnetcore/grpc/loadbalancing.md
2023-05-10 09:23:17 -10:00
Rick Anderson 51da32d37e
Remove startup from loc /2 (#29217)
* Remove startup from loc /2

* Remove startup from loc /2

* Remove startup from loc /2

* Remove startup from loc /2

* Remove startup from loc /2

* Update aspnetcore/fundamentals/localization/select-language-culture.md

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

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-05-10 18:58:41 +00:00
sguitardude a91ad5c56d
Add public to class Todo (#29232)
When adding public class TodoItemDTO, this message may display in Visual Studio:
Inconsistent accessibility: parameter type: 'Todo' is less accessible than the method 'TodoItemDTO.TodoItemDTO (todo).

Adding public to class makes this message go away.
2023-05-10 10:10:01 -07:00
James Newton-King bd39eb4632
Update troubleshoot.md (#29223) 2023-05-10 03:22:06 +00:00
Derson Mutemba bbe49f00c1
returned a DTO instead of Todo (#29205)
undefined
2023-05-09 12:14:35 -10:00
Luke Latham d122cb4144
Remove list formatting (and 🪲) (#29216) 2023-05-09 17:44:46 -04:00
Luke Latham 6a38e2ed8c
Split out generic type support into new article (#29214) 2023-05-09 17:28:20 -04:00
Luke Latham 7af0f818d6
Add Azure SWA VS deployment (#29130) 2023-05-09 16:21:19 -04:00
Wade Pickett 955c931171
Update v7 and v8 gRPC Tutorial (#29196)
* Update 7-8 gRPC Tutorial

* Removed dupe moniker sets

* Updated 2 other topics that rely on grpc-start samples

* .NET 8 VS for Mac tabs directed to .NET 7 topic version since VS Mac Preview does not work with .NET 8 SDK yet.

* updated dates on topics

* Added minimum moniker range to topic of 3.0

* Update aspnetcore/tutorials/grpc/grpc-start.md

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

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-05-09 10:19:07 -07:00
Luke Latham 82cbd5f30f
Code language updates (#29210) 2023-05-09 12:26:41 -04:00
Luke Latham 1493154aca
Blazor host+deploy article versioning (#29209) 2023-05-09 11:50:24 -04:00
Luke Latham ef1dcb09ec
Blazor SignalR fundamentals article versioning (#29208) 2023-05-09 11:28:35 -04:00
Luke Latham 0399f76fa6
Blazor Server EF Core article versioning (#29207) 2023-05-09 09:57:48 -04:00