Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
The command was terminated when executing Add-Migration because a NuGet security warning (NU1902) occurred during the build process, causing the command to stop. GHSA-rvv3-g6hj-g44x
Describe the solution you'd like
Upgrade AutoMapper Nuget package
Additional context
Using .NET CLI to execute the migration dotnet ef migrations add AddBlogCreatedTimestamp can succeed, but using the Visual Studio Package Manager Console tools to execute the migration Add-Migration AddBlogCreatedTimestamp will fail.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
The command was terminated when executing Add-Migration because a NuGet security warning (NU1902) occurred during the build process, causing the command to stop. GHSA-rvv3-g6hj-g44x
Describe the solution you'd like
Upgrade AutoMapper Nuget package
Additional context
Using .NET CLI to execute the migration
dotnet ef migrations add AddBlogCreatedTimestampcan succeed, but using the Visual Studio Package Manager Console tools to execute the migrationAdd-Migration AddBlogCreatedTimestampwill fail.