Skip to content

Commit 41f9304

Browse files
committed
warnings
1 parent fb9ed92 commit 41f9304

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

aspnetcore/migration/fx-to-core/areas/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ There are just a few small code changes needed to enable remote authentication i
181181

182182
First, follow the [remote app setup](xref:migration/fx-to-core/inc/remote-app-setup) instructions to connect the ASP.NET Core and ASP.NET apps. Then, there are just a couple extra extension methods to call to enable remote app authentication.
183183

184-
:::zone pivot="default"
184+
:::zone pivot="manual"
185185

186186
#### ASP.NET app configuration
187187

aspnetcore/migration/fx-to-core/areas/session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Out of the box, there is a simple JSON serializer that allows each session key t
179179

180180
### Application configuration
181181

182-
:::zone pivot="default"
182+
:::zone pivot="manual"
183183
**ASP.NET Core configuration:**
184184

185185
Call `AddRemoteAppSession` and `AddJsonSessionSerializer` to register known session item types:

aspnetcore/migration/fx-to-core/inc/overview.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,10 @@ Once the ASP.NET Framework app is no longer needed and deleted:
5757

5858
![final pic](~/migration/fx-to-core/inc/overview/static/final.png)
5959

60-
The Visual Studio extension [.NET Upgrade Assistant](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.upgradeassistant) can help upgrade ASP.NET Framework web apps to ASP.NET Core. For more information see the blog post [Upgrading your .NET projects with Visual Studio](https://devblogs.microsoft.com/dotnet/upgrade-assistant-now-in-visual-studio/).
60+
## Next Steps
6161

62-
For guidance around usage, see the [usage guidance article](xref:migration/fx-to-core/inc/usage_guidance).
62+
See the [Getting Started](~/migration/fx-to-core/inc/start.md) guide for how to update an existing application to take advantage of this pattern.
6363

6464
## Additional Resources
6565

66-
* [Example migration of eShop to ASP.NET Core](/dotnet/architecture/porting-existing-aspnet-apps/example-migration-eshop)
67-
* [Video:Tooling for Incremental ASP.NET Core Migrations](https://www.youtube.com/watch?v=P96l0pDNVpM)
68-
* <xref:migration/fx-to-core/inc/unit-testing>
66+
* [Migration Tooling](~/migration/fx-to-core/tooling.md)

0 commit comments

Comments
 (0)