Rick Anderson
687f240d8b
Add HostBuilder to 3.0 migration docs ( #10718 )
...
Fixes #10618 , Fixes #10711
[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&branch=pr-en-us-10718&tabs=visual-studio#generic-host-replaces-webhostbuilder )
2019-01-31 09:40:50 -10:00
Rick Anderson
be50ff71e6
Update 22-to-30.md ( #10674 )
...
* Update 22-to-30.md
* Update 22-to-30.md
* Update 22-to-30.md
2019-01-30 07:52:32 -10:00
Patrik Svensson
1d1512657a
Fix casing of configuration property ( #10697 )
2019-01-30 10:38:47 -06:00
Luke Latham
9c280a432f
Patch Kestrel config content ( #10356 )
2019-01-12 07:22:06 -06:00
Luke Latham
5f2a61819a
In-proc not supported for netfx ( #10321 )
...
Update
2019-01-11 13:14:30 -10:00
Luke Latham
8e101fb1e3
Update Kestrel configuration sections ( #10344 )
2019-01-11 17:10:55 -06:00
Scott Addie
bf82fc88f6
Convert Normalized Identity column values to upper case ( #10310 )
...
* Convert Normalized Identity column values to upper case
* Fix image include
2019-01-10 15:47:37 -06:00
Pavel Krymets
86e897d10e
Add logging 2.1 to 2.2/3.0 migration guide ( #10122 )
2019-01-04 17:03:10 -08:00
Luke Latham
68928585f4
Add link to App package topic ( #10121 )
2018-12-27 11:16:05 -06:00
Luke Latham
77861347f0
Fundamentals > Servers ( #10002 )
2018-12-19 12:52:37 -06:00
Scott Addie
b118a8023d
Add 2.2 update instructions for Razor design package ( #10055 )
2018-12-18 14:52:23 -06:00
Scott Addie
00de663201
Add launch settings section to 2.2 migration doc ( #9980 )
2018-12-12 13:21:02 -06:00
Isaac Levin
a3bb8a3a1e
Update Migration document to 2.2 ( #9967 )
...
* updates to 2.2
* Edits
* add missing word
* Remove comments from Startup.cs
2018-12-11 17:19:54 -06:00
Luke Latham
5b84a7f30b
In-process and VS Auto build on browser request ( #9943 )
2018-12-11 12:59:58 -06:00
Pranav K
e33eed34b3
Update 21-to-22.md ( #9951 )
...
* Update 21-to-22.md
* Patch to Update CORS policy 2.2 migration content (#9963 )
2018-12-11 10:39:31 -06:00
Scott Addie
c5447bda60
Update web API migration doc to 2.2 ( #9939 )
...
* Update web API migration doc to 2.2
* Fix code snippet syntax
* Fix highlighting
* Update aspnetcore/migration/webapi.md
Co-Authored-By: scottaddie <10702007+scottaddie@users.noreply.github.com>
2018-12-10 16:33:26 -06:00
Scott Addie
501f8e3628
Add missing HttpGet attributes to controller actions ( #9937 )
2018-12-10 14:43:44 -06:00
Luke Latham
e780e6e101
Change Browser Link link ( #9933 )
2018-12-10 12:35:40 -06:00
Luke Latham
e973f828c7
Use ConfigureKestrel over UseKestrel ( #9904 )
2018-12-09 12:10:05 -06:00
Luke Latham
520f6672b2
Add in-proc opt-in section+remarks ( #9809 )
2018-12-04 21:34:00 -06:00
Scott Addie
8178956174
Add Docker update info for 2.2 ( #9827 )
2018-12-04 20:12:01 -06:00
Scott Addie
bd81e7227c
Update SDK version in global.json for 2.2 RTM ( #9822 )
...
Fixes https://github.com/aspnet/Docs/issues/9821
2018-12-04 13:59:36 -10:00
Luke Latham
e6390f24f7
Note exact location for a property ( #9794 )
2018-12-04 11:10:10 -06:00
Scott Addie
1efc8b1454
Use Prereqs include in 2.2 migration doc ( #9762 )
2018-11-30 19:50:39 -06:00
Scott Addie
e59cd3e5b7
Add 2.1 to 2.2 migration doc ( #9621 )
...
Fixes https://github.com/aspnet/Docs/issues/9318
[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/migration/21-to-22?view=aspnetcore-2.1&branch=pr-en-us-9621&tabs=visual-studio )
2018-11-19 16:25:32 -06:00
Rick Anderson
577b6b8898
Update mvc.md ( #9521 )
2018-11-08 11:58:57 -10:00
Tom Dykstra
b6ba3d220c
Table of Contents reorg ( #9133 )
...
* overview
* whats new to end
* fix migration node
* split fundamentals, move to end
* glob & loc, get started
* security node name
* security section
* azure, client-side, host
* several more sections
* redistribute tutorials
* proofread fixes
* move how to download section
* index files delete and redirect
* fix errors
* reorder some nodes
* scott feedback, flatten main tutorials node
* fix missed feedback items + other issues
* unflatten tutorials node
* move 'how to download'
* more tutorials node tweaks
* standardize view sample links
* db --> DB
* fix build error
* remove link from a parent node
* streamline node names
* xref links
* typos
* typo
* typos and revert some xref links
* scott feedback
* scott feedback
* feedback
* change node name
* safe storage-->protect
2018-10-26 18:34:40 -10:00
Luke Latham
5704de168e
Implicit versioning of the All package ( #9223 )
...
Fixes #9219
@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.
I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
2018-10-25 15:16:50 -10:00
Luke Latham
995514ffcb
Update All package ref content ( #9203 )
...
Fixes #5314
2018-10-24 11:22:14 -10:00
Luke Latham
7120a2f985
Azure Apps troubleshooting title change ( #9199 )
2018-10-24 14:26:16 -05:00
Mark Pritchett
51b914aef2
Add launchSettings.json example to v2.0 -> v2.1 migration ( #8865 )
2018-10-11 06:17:57 -05:00
Scott Addie
56aa3bec94
2.1 update of Web API migration doc ( #8717 )
...
* 2.1 update of Web API migration doc
* Fix list formatting
* React to feedback
2018-10-01 14:55:27 -05:00
Nate McMaster
db618cf993
Update the 2.1 migration doc to instruct users to remove the version on Microsoft.AspNetCore.App ( #8715 )
...
Reverts https://github.com/aspnet/Docs/pull/7543
See https://github.com/aspnet/Home/issues/3292#issuecomment-424146341 for context
2018-09-26 09:20:54 -10:00
Luke Latham
46f41d4774
Update All and App package versions ( #8513 )
2018-09-13 11:39:23 -05:00
Luke Latham
1a0f79a8fe
Update All/App package version ( #8489 )
2018-09-11 08:53:03 -05:00
Luke Latham
f85202290b
Remove HTTP links to Microsoft ( #8353 )
...
Fixes #8350
2018-08-30 11:48:27 -07:00
Luke Latham
304c3866f3
Middleware topic+sample update ( #8209 )
2018-08-21 13:34:05 -07:00
Luke Latham
2c7f11f3af
Move SetCompatibilityVersion into an MVC subtopic ( #8196 )
...
Escape an underscore
Escape more underscores
And another one
2018-08-21 12:57:06 -07:00
Luke Latham
232d345f9e
Specify "Core" for ASP.NET Core refs ( #8110 )
2018-08-15 22:30:29 -05:00
Pranav K
6e0536d260
Add a note about CopyRefAssembliesToPublishDirectory ( #8091 )
2018-08-15 10:07:29 -05:00
Scott Addie
80363dc1bc
Mention hosting bundle installation requirement for 2.1 migration ( #8075 )
...
Fixes https://github.com/aspnet/Docs/issues/7919
[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/migration/20_21?branch=pr-en-us-8075&view=aspnetcore-2.1#additional-changes )
2018-08-14 13:42:11 -05:00
Tim Corey
8862c63829
Minor Spelling And Grammar Fix ( #8060 )
...
Fixed a code comment and removed unnecessary commas.
2018-08-14 08:45:42 -05:00
Luke Latham
a22128e41b
Show location of Session Middleware in migration ( #8042 )
2018-08-12 10:19:08 -07:00
Luke Latham
940ea3c502
Dependency injection topic and sample updates ( #7412 )
...
* Dependency injection topic and sample updates
Updates
Updates
Updates
Updates
* React to feedback
* React to feedback
* Update
* Update ctor injection behavior section (6331)
* React to feedback
* React to feedback
* Link updates
* React to feedback
* React to feedback
React to feedback
Updates
* React to feedback
* Ping me for feedback
* Describe ActivatorUtilities
* Update
* Crosslink repository pattern
2018-07-28 16:49:23 -06:00
Scott Addie
a2110a4f6f
Move Docker images update heading ( #7831 )
2018-07-26 15:06:01 -05:00
Scott Addie
52599e057e
Add Docker image migration section ( #7820 )
2018-07-25 14:13:40 -06:00
Marcel Michau
85e0fd735e
Update 20_21.md ( #7805 )
2018-07-25 07:24:23 -05:00
Rick Anderson
a326fc5879
Update 20_21.md ( #7567 )
2018-07-11 12:57:25 -06:00
Nate McMaster
5cdd18fc83
Update the migration docs to remove instructions for versionless package references ( #7543 )
...
Follow up to https://github.com/aspnet/Docs/pull/7540
I found one more reference to versionless packages. I've updated the migration guide to remove this recommendation, and also briefly mentioned the most common issues users have encountered so far.
2018-07-10 15:01:56 -05:00
Luke Latham
2059dd8b41
Add CRLF to the last line of MD topics ( #7509 )
2018-07-08 21:48:10 -05:00