SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

Error reporting and resolution

Open lsleishu opened this issue 2 years ago • 1 comments

Run to this step to show

cd src/IdServer dotnet run --urls=https://localhost:5001

how the warning should be resolved? KG%_JZDF3V ZEYUATK1GBV4

lsleishu avatar Dec 18 '23 10:12 lsleishu

Unfortunately, this warning message (https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1603) is displayed because MySql.EntityFrameworkCore 7.0.10 is attempting to resolve the MySql.Data version 7.0.10 Nuget package, which does not exist.

This issue cannot be addressed in SimpleIdServer. You can report this bug to the other team at https://github.com/mysql/mysql-connector-net

simpleidserver avatar Dec 19 '23 20:12 simpleidserver