Using project 'chiyo'.
Using startup project 'chiyo'.
Build started...
Build succeeded.
C:\Program Files\dotnet\dotnet.exe exec --depsfile C:\Code\repos\chiyo\bin\Debug\net9.0\chiyo.deps.json --additionalprobingpath C:\Users\gscat\.nuget\packages --additionalprobingpath "C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages" --runtimeconfig C:\Code\repos\chiyo\bin\Debug\net9.0\chiyo.runtimeconfig.json C:\Users\gscat\.nuget\packages\microsoft.entityframeworkcore.tools\9.0.0\tools\netcoreapp2.0\any\ef.dll migrations add Initial --json --verbose --no-color --prefix-output --assembly C:\Code\repos\chiyo\bin\Debug\net9.0\chiyo.dll --project C:\Code\repos\chiyo\chiyo.csproj --startup-assembly C:\Code\repos\chiyo\bin\Debug\net9.0\chiyo.dll --startup-project C:\Code\repos\chiyo\chiyo.csproj --project-dir C:\Code\repos\chiyo\ --language C# --configuration Debug --working-dir C:\Code\repos\chiyo --root-namespace chiyo --nullable
Using assembly 'chiyo'.
Using startup assembly 'chiyo'.
Using application base 'C:\Code\repos\chiyo\bin\Debug\net9.0'.
Using working directory 'C:\Code\repos\chiyo'.
Using root namespace 'chiyo'.
Using project directory 'C:\Code\repos\chiyo\'.
Remaining arguments: .
Finding DbContext classes...
Finding IDesignTimeDbContextFactory implementations...
Finding DbContext classes in the project...
Found DbContext 'DbConnection'.
Finding application service provider in assembly 'chiyo'...
Finding Microsoft.Extensions.Hosting service provider...
Using environment 'Development'.