You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'ISystemWebAdapterBuilder' does not contain a definition for 'AddJsonSessionKeySerializer' and no accessible extension method 'AddJsonSessionKeySerializer' accepting a first argument of type 'ISystemWebAdapterBuilder' could be found (are you missing a using directive or an assembly reference?)
To Reproduce
Use the Migration Project feature to create a new .Net core project based of existing .NET Framework project.
Copy the blog post example into Program.cs.
Error message appears.
Exceptions (if any)
Just the error message.
Further technical details
Please include the following if applicable:
ASP.NET Framework Application:
Technologies and versions used (i.e. MVC/WebForms/etc): MVC
Describe the bug
For Microsoft.AspNetCore.SystemWebAdapters.CoreServices version 1.0.0-rc.1.22477.1.
Following along with Configuration Changes section of Migrating from ASP.NET to ASP.NET Core (Part 4), the following error message is presented:
To Reproduce
Use the Migration Project feature to create a new .Net core project based of existing .NET Framework project.
Copy the blog post example into Program.cs.
Error message appears.
Exceptions (if any)
Just the error message.
Further technical details
Please include the following if applicable:
ASP.NET Framework Application:
ASP.NET Core Application:
The text was updated successfully, but these errors were encountered: