hutoanhill
hutoanhill
CC#
Created by hutoanhill on 3/9/2025 in #help
✅ Error in debug.
yep thats it.
6 replies
CC#
Created by hutoanhill on 3/9/2025 in #help
✅ Error in debug.
yea, nope thats not the call stat thats a thread stack and this other thing is the call stack
6 replies
CC#
Created by hutoanhill on 3/9/2025 in #help
✅ Error in debug.
waaait. this might be an assertion failure
6 replies
CC#
Created by hutoanhill on 3/9/2025 in #help
✅ Error in debug.
seems like there is a problem with my configureation and i dont know what it could possibly be.
6 replies
CC#
Created by hutoanhill on 1/3/2025 in #help
Trying to get Identity to work
:(
3 replies
CC#
Created by hutoanhill on 1/3/2025 in #help
Trying to get Identity to work
also, i seem to remember theres a way to embed that gist with the bot... but that might be a differant server
3 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
a helper at the very least verify the model and the database match before booting would be great. but i need to figure out how to push my changes from my .NET project to the code first.
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
oh, though you miss spelled idea
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
still havent solved this error
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
Visual Studio uses it to. or at least can read it
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
i also added an implimentation of IDesignTimeDbContextFactory<MyChurchContext>
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
ok. i added this to my builder and tried to command again with the same error:
builder.Services.AddDbContext<MyChurchContext>(options =>
options.UseMySql("name=MyChurchConnection", ServerVersion.Parse("8.0.35-mysql"))
);
builder.Services.AddDbContext<MyChurchContext>(options =>
options.UseMySql("name=MyChurchConnection", ServerVersion.Parse("8.0.35-mysql"))
);
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
hm... looks like i might need to create a factory of sorts...
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
but that threw the error: Unable to create a 'DbContext' of type '<nameOfClass>'. The exception 'Option 'name' not supported.' was thrown while attempting to create an instance.
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
tried adding the flag --context <nameOfClass>
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
hm....
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
ive got multiple data contexts, i assume the name of the context is the name of the class that impliments DbContext?
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
project refers to a .csproj file, not the .sln file
53 replies
CC#
Created by hutoanhill on 11/15/2024 in #help
updating a MySQL database from EF Core
i was a total idiot.
53 replies