Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Pounika
Posts
Comments
C
C#
•
Created by Pounika on 5/10/2024 in
#help
ef core audit log interceptor?
using
db.Set<User>()
actually worked! i thought i had to somehow access my own dbRepository... thanks a lot
6 replies
C
C#
•
Created by Pounika on 5/10/2024 in
#help
ef core audit log interceptor?
6 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
Add-Migration createMigration -Context dataContext
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
thanks for trying 😔✊
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
DbContext has tons of tables but i needed only these
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
yea this is dataContext that im trying to do the migration
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
https://paste.mod.gg/vznddooyussj/0
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
ok hol up
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
im migrating using the dataContext here
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
i have a dataContext that i created using this DbContext and i only wrote the tables im gonna use
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
i changed it to rowID and im getting the same error
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
it was generated when i imported the db so should i change the code in the DbContext?
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
i mean the vs code is automatically generated
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
i also think its case insensitive
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
i didnt write it tho so maybe thats what it read idk
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
i pulled these tables from an existing database in postgresql and it generated all this code, should i change it?
34 replies
C
C#
•
Created by Pounika on 10/24/2022 in
#help
creating migration for a database
it says it needs a primary key defined and in DbContext it gives details saying it has pk column named rowID
34 replies