Commit Graph

9841 Commits (cb945fef83e66715cb81fd02862dbd1f4e14bd24)

Author SHA1 Message Date
wenhx cb945fef83
Update routing.md (#17579) 2020-04-02 17:32:41 -05:00
Scott Addie 7c644e5a13
Update ASP.NET Core 3.1-to-5.0 migration doc for Preview 2 release (#17591) 2020-04-02 16:16:53 -05:00
Scott Addie b1255897a6
Edit pass on JSON Patch doc (#17589)
* Edit pass on JSON Patch doc

* Fix code sample indentation
2020-04-02 16:12:02 -05:00
Bruce Chen 8793347c90
Add full JsonPatch example with ASP.NET Core 3.1 Web API project (#16824)
* Add full JsonPatch example with NetCore 3.1 mvc and webapi project

* remove jsonpatch mvc example

* remove GetJsonPatchInputFormatter

Co-authored-by: Bruce Chen <brucechen@kingstono365.onmicrosoft.com>
2020-04-02 10:12:36 -05:00
Luke Latham 3a3a97ffcd
Surface and add IHttpClientFactory to example code (#17581) 2020-04-02 10:08:27 -05:00
Rick Anderson fa4c1e7b6e
Use NuGet routing debug package (#17572)
* Use NuGet routing debug package

* Use NuGet routing debug package

* Use NuGet routing debug package

* Use NuGet routing debug package
2020-04-01 13:03:18 -10:00
Rick Anderson 994ad6c7ec
Use NuGet package for routing info (#17546)
* Use NuGet package for routing info

* Use NuGet package for routing info

* Use NuGet package for routing info
2020-04-01 10:29:20 -10:00
Scott Addie a790ce324c
Add what's new page for March (#17565)
* Add what's new page for March

* React to feedback

* Add one more link
2020-04-01 15:07:12 -05:00
Wade Pickett fd00a9a282
Update breadcrumb toc.yml to point to new hub page (#17559) 2020-03-31 18:55:12 -07:00
Luke Latham 72f90433d2
oAuth -> OAuth (#17560) 2020-03-31 20:12:59 -05:00
Daniel Roth 904a685072
Use standard casing for OAuth (#17558) 2020-03-31 20:07:10 -05:00
Luke Latham 307736d729
Improvements to Blazor auth coverage (#17420) 2020-03-31 17:16:20 -05:00
damienbod a70c1ff387
Adding additional claims to Identity (#17394)
* Adding additional claims to Identity

* improve text

* Adding review fixes

* minor edits

* fix build warning

* fix invalid dev lang

* fix another invalid dev lang

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-03-31 16:45:39 -05:00
Kyle 4ad36a152a
fix broken link (#17550) 2020-03-31 16:43:53 -05:00
R. de Veen 2d84af17e9
[fix] Remove double using (#17545) 2020-03-31 15:08:24 -05:00
R. de Veen a3b7b6e2d4
[fix] Removed double using (#17544) 2020-03-31 15:07:44 -05:00
Scott Addie b858128574
Update client IP address safelist doc and app for ASP.NET Core 3.1 (#17281)
* Update client IP address safelist doc and sample app for ASP.NET Core 3.1

* Add solution files

* Remove unused region

* Replace HTTP 401 with 403

* Add class-level regions for filters

* More work

* More tweaks

* More edits

* More work

* Sample app refactoring

* minor edit

* Fix code snippet include

* more edits

* Remove 4 moniker ranges

* Display doc for 2.1+ only

* Remove 2 more moniker ranges
2020-03-31 13:43:23 -05:00
Kirk Larkin ad8c504915
Fix ActionResult<T> for consistency (#17540) 2020-03-31 13:40:35 -05:00
Pranav K ff55da9653
Fixup VS Download links (#17534)
* Fixup VS Download links

* Update get-started.md
2020-03-31 13:33:14 -05:00
BhargaviAnnadevara-MSFT 36d59d930a
(AzureCXP) Fix typo (#17542) 2020-03-31 12:57:45 -05:00
Scott Addie df6a6b7c7a
Fix broken links (#17535) 2020-03-30 20:42:14 -05:00
Kirk Larkin ba17b01ba5
Update Fundamentals/Index to 3.1 (#17321)
* Update Fundamentals/Index to 3.1

* Apply suggestions from code review

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* React to feedback

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-03-30 12:50:41 -10:00
Luke Latham d30cda5004
Surface Docker support for Blazor (#17451) 2020-03-30 15:26:52 -05:00
Scott Addie 8538672250
Fix invalid Dockerfile dev langs (#17529) 2020-03-30 14:22:15 -05:00
James Newton-King 0ee2422685
Link to gRPC-Web article (#17494) 2020-03-30 14:21:42 -05:00
Kurt Furbush 34bed2b302
Grammar (#17510) 2020-03-29 13:53:47 -05:00
Luke Latham 9f2f72bfc0
Show Blazor error UI styles (#17507) 2020-03-29 07:15:57 -05:00
Luke Latham a5bfbf5fcf
Show imports file in WASM security topics (#17508) 2020-03-29 07:15:25 -05:00
Daniel Roth 50b8c3480a
Update debug.md (#17502) 2020-03-28 22:23:49 -05:00
Kurt Furbush 796d73086c
Grammar (#17497) 2020-03-28 20:00:23 -05:00
Rick Anderson 6d256be8a6
Update razor.md (#17493)
* Update razor.md

* Update razor.md
2020-03-27 16:56:27 -10:00
Rick Anderson fa7d6a02f9
Update index.md 2020-03-27 11:04:05 -10:00
Ravikumar Palanisamy c3ca65d914
Hosting a sample ASP .NET Core in container using docker compose (#17474)
* Create docker-compose-https.md

* docker compose draft.

* use right env variable format in compose file

* Update aspnetcore/security/docker-compose-https.md

Co-Authored-By: Gordon Hogenson <ghogen@microsoft.com>

* Update aspnetcore/security/docker-compose-https.md

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/docker-compose-https.md

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/docker-compose-https.md

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/docker-compose-https.md

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/docker-compose-https.md

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/docker-compose-https.md

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/docker-compose-https.md

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/docker-compose-https.md

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/docker-compose-https.md

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* update cert location instruction

* do not to don't

Co-authored-by: Gordon Hogenson <ghogen@microsoft.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-03-27 10:58:51 -10:00
Wade Pickett 3630c5c1e6
Update hub page to new overview which required 2 pr (#17487)
Reviewed with Scott Addie.
2020-03-27 10:59:58 -07:00
Wade Pickett 2387168eba
New hub page. Already approved for merge from pr 17426. Merging part at a time (#17482)
* New hub page. Already approved for merge from pr 17426

* patch: setting introduction-to-aspnet-core.md link to index.md

* patch: toc update to point to index.yml and index.md renamed to introduction-to-aspnet-core.md

* Add debug route info (#17459)

* Add debug route info

* Add debug route info

* Add debug route info

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-03-27 10:34:46 -07:00
Rick Anderson bc4e74af15
Add debug route info (#17459)
* Add debug route info

* Add debug route info

* Add debug route info
2020-03-26 12:49:59 -10:00
Luke Latham 06bbb6b59b
Repair broken Blazor example and fix typo (#17480) 2020-03-26 16:01:02 -05:00
Vuurwarm 0b052e30f3
Typo (#17477) 2020-03-26 14:29:57 -05:00
Luke Latham 1509653b95
Layout chnage in Blazor Templates topic (#17476) 2020-03-26 14:13:38 -05:00
Pranav K ffaf7c1f93
Update sdk.md (#17469) 2020-03-26 13:58:12 -05:00
Luke Latham 9e9f61aba0
Update Blazor WASM common sample to 3.2p3 (#17473) 2020-03-26 13:41:08 -05:00
Luke Latham 3651bea0e4
Update Disposal section and versioning in DI topic (#16869) 2020-03-26 13:13:49 -05:00
Luke Latham dc75cae6d2
Blazor updates for 3.2 Preview 3 (#17441) 2020-03-26 13:11:21 -05:00
Luke Latham 041e094cc7
Blazor WASM configuration (#17440) 2020-03-26 13:10:56 -05:00
Luke Latham a6a6bee0d8
[HOLD] Blazor WASM debug topic updates for 3.2p3 (#17438) 2020-03-26 13:10:10 -05:00
Luke Latham 04017e2418
Surface workaround for referencing components in a loop (#17453) 2020-03-26 07:59:55 -05:00
Khalid Abuhakmeh 6befc3b240
Switch + and - signs for PackageReference (#17457)
I think you meant it the other way right?
2020-03-25 16:28:33 -05:00
Scott Addie ceecf3fe35
Add breaking changes section to 5.0 migration doc (#17445)
* Add breaking changes section to 5.0 migration doc

* Make paragraph a bit more concise
2020-03-25 14:29:03 -05:00
Rick Anderson b0c81dc135
Update routing.md (#17447) 2020-03-24 20:42:42 -10:00
Ryan Nowak 656cd65e8f
Routing 3.X MAJOR rewrite/update (#16335)
* Pivot Controller routing content based on version

* Update routing content for 3.0

Significant rewrite of 3.0 focused on:
- Making routing concepts more prominent
- Decrease conflation of routing and MVC in docs
- Banish mentions of old features to the land of wind and ghosts
- Avoid the term MVC when we're actually referring to Controllers and
Razor Pages

* Update routing.md (#16336)

* Update routing.md

* Update routing.md

* Update routing.md

* Update routing.md

* Update routing.md

* Update routing.md

* Rick's PR of Ryans routing PR (#16456)

* Rick's PR of Ryans routing PR

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* almost done

* almost done

* almost done

* almost done

* almost done

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* more work

* Apply suggestions from code review

Co-Authored-By: Ryan Nowak <nowakra@gmail.com>
Co-Authored-By: James Newton-King <james@newtonking.com>

* react to feedback part 1

* react to feedback part 1

* react to feedback part 1

* react to feedback part 1

* react to feedback part 1

* react to feedback

* react to feedback

* react to feedback

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* Apply suggestions from code review

Accepting all these fantastic suggestions.

Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* Update aspnetcore/fundamentals/routing/samples/3.x/RoutingSample/EndpointInspectorStartup.cs

Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* work

* Apply suggestions from code review

Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* work

* work

* Update aspnetcore/mvc/controllers/routing.md

Co-Authored-By: Ryan Nowak <nowakra@gmail.com>

* Update aspnetcore/mvc/controllers/routing.md

Co-Authored-By: Ryan Nowak <nowakra@gmail.com>

* Update aspnetcore/fundamentals/routing.md

Co-Authored-By: Ryan Nowak <nowakra@gmail.com>

* react to feedback

* Apply suggestions from code review

Co-Authored-By: Ryan Nowak <nowakra@gmail.com>

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* clean up

* work

* work

* simplify MyDisplayRouteInfo return

* simplify MyDisplayRouteInfo return

* simplify MyDisplayRouteInfo return

* simplify MyDisplayRouteInfo return

Co-authored-by: Ryan Nowak <nowakra@gmail.com>
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* Update publish-to-azure-webapp-using-vscode.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2020-03-24 18:41:44 -10:00