Scipio
Scipio
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
ok that makes sense
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
ok and whats the benefits of doing it that way
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
ok nvm its cause im using sqlite
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
"[!WARNING] ConstraintName and ConstraintProperties will not be populated when using SQLite."
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
No description
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
thats what i have in my OnConfiguring which is what the guide says to do
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
optionsBuilder.UseExceptionProcessor();
optionsBuilder.UseSqlite("Data Source=database27.db"); optionsBuilder.EnableSensitiveDataLogging(true);
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
i'll double check
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
its null for some reason
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
No description
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
Do you have any examples or tutorials on how to do this for a beginner?
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
With that package installed its now saying I have reference constraint exception
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
No description
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
thats the stack trace for the inner exception
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db) at Microsoft.Data.Sqlite.SqliteDataReader.NextResult() at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader() at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject) at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.Execute(IRelationalConnection connection)
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
i thought that's what i was doing with all this mvvm stuff (im a winforms guy moving over to winui )
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
how would i go about decoupling my code more
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
ok didnt know that
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
that you should use one rather then multiple
49 replies
CC#
Created by Scipio on 10/31/2024 in #help
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
a guy the other day in the #gui chat said the opposite
49 replies