Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit a7b4ad8

Browse files
authored
Update README.md
1 parent 41c92e8 commit a7b4ad8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ If there is a packages.config file under projectpath\\module\\_protected\\ then
3535
#### Database
3636

3737
If you have used ASPNET Identity and after migration you are not able to login or get exception like "SqlException: Invalid column name 'NormalizedUserName'.", 'ConcurrencyStamp', 'LockoutEnd', 'NormalizedEmail' or missing 'AspNetRoleClaims' table, the reason is the schema between ASPNET Identity versions has been changed and the resource doesn't exist in the db. Please run the migrate MigrateAspnetIdentity.sql script file under database folder. (OBS: we recommend to take a backup of database before perform the script).
38+
39+
#### Not yet supported in the latest .NET Upgrade Assistant
40+
The extensions are not yet supported in the latest .NET Upgrade Assistant (≥0.5.2). For more info: See this [issue](https://github.com/dotnet/upgrade-assistant/issues/1522).
41+
Workaround: Use the [Legacy .NET Upgrade Assistant](https://learn.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-install-legacy).

0 commit comments

Comments
 (0)