EF Core Error:Unable to cast object of type ‘System.DBNull‘ to type ‘System.String‘
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
双击项目,改为disable就可以了。