cypherpotato
cypherpotato
CC#
Created by Cristi on 1/25/2025 in #help
Small issue about Visual Studio graying out things
if your company is making $1m/yr, you could afford at least one subscription of the visual studio professional
51 replies
CC#
Created by Cristi on 1/25/2025 in #help
Small issue about Visual Studio graying out things
but sincerely
51 replies
CC#
Created by Cristi on 1/25/2025 in #help
Small issue about Visual Studio graying out things
the hard is to make sure what is using it is making more than $1m/yr
51 replies
CC#
Created by Cristi on 1/25/2025 in #help
Small issue about Visual Studio graying out things
no. finding out something is using ms technology ins't hard at all
51 replies
CC#
Created by Cristi on 1/25/2025 in #help
Small issue about Visual Studio graying out things
recently i found out that ms sued a small company here in my city because they were using pirated Windows in their entire administrative department
51 replies
CC#
Created by Cristi on 1/25/2025 in #help
Small issue about Visual Studio graying out things
how do they check that
51 replies
CC#
Created by cypherpotato on 12/14/2024 in #help
EF Core not creating migrations
nvm i'm going to use petapoco
11 replies
CC#
Created by cypherpotato on 12/14/2024 in #help
EF Core not creating migrations
@lycian just ran the command with -verbose flag and this was the output:
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'.
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'.
it get stuck under this last line "Using environment"...
11 replies
CC#
Created by cypherpotato on 12/14/2024 in #help
EF Core not creating migrations
No description
11 replies
CC#
Created by cypherpotato on 12/14/2024 in #help
EF Core not creating migrations
Yea, I tried.
11 replies
CC#
Created by cypherpotato on 12/14/2024 in #help
EF Core not creating migrations
It's a solution with only one project on it
11 replies
CC#
Created by cypherpotato on 12/14/2024 in #help
EF Core not creating migrations
https://gist.github.com/CypherPotato/51ccf17896d02a3f16da3d1c2bb07785 I'm currently on .NET 9 and EF Core 9.0.0 with Sqlite
11 replies
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
also i'll follow the tip of naming of anonymous objects
33 replies
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
but yea, thank you guys
33 replies
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
what no
33 replies
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
No description
33 replies
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
but I've always seen anonymous members closer to fields than properties
33 replies
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
the JSON is configured to sent everything as camelCase btw
33 replies
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
hahaa you're right
33 replies
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
what
33 replies