Tratt
Tratt
CC#
Created by Tratt on 12/29/2024 in #help
.NET Core OnModelCreating gives me error
sry for very late reply, changed to hardcoded guids and it works @hippiewho @TeBeCo
27 replies
CC#
Created by Tratt on 12/29/2024 in #help
.NET Core OnModelCreating gives me error
how do I open it again?
27 replies
CC#
Created by Tratt on 12/29/2024 in #help
.NET Core OnModelCreating gives me error
No description
27 replies
CC#
Created by Tratt on 12/29/2024 in #help
.NET Core OnModelCreating gives me error
Im trying to creating two roles in the context, using Identity
27 replies
CC#
Created by Tratt on 10/20/2024 in #help
ASP.NET Core, prevent environment variables being exposed in launchsettings.json
Ill have a look, thanks
41 replies
CC#
Created by Tratt on 10/20/2024 in #help
ASP.NET Core, prevent environment variables being exposed in launchsettings.json
thanks a lot
41 replies
CC#
Created by Tratt on 10/20/2024 in #help
ASP.NET Core, prevent environment variables being exposed in launchsettings.json
okay Ill try
41 replies
CC#
Created by Tratt on 10/20/2024 in #help
ASP.NET Core, prevent environment variables being exposed in launchsettings.json
okay Ill try to maye it a secret to start with, as its a sensitive Api key
41 replies
CC#
Created by Tratt on 10/20/2024 in #help
ASP.NET Core, prevent environment variables being exposed in launchsettings.json
okey Ill try to make it secret, thank you
41 replies
CC#
Created by Tratt on 10/20/2024 in #help
ASP.NET Core, prevent environment variables being exposed in launchsettings.json
okay thanks, AI said I could GitIgnore launchsettings if thats easier?
41 replies
CC#
Created by Tratt on 6/4/2024 in #help
ASP.NET core, Access Table that is defined in another project
okay thanks
19 replies
CC#
Created by Tratt on 6/4/2024 in #help
ASP.NET core, Access Table that is defined in another project
ok
19 replies
CC#
Created by Tratt on 6/4/2024 in #help
ASP.NET core, Access Table that is defined in another project
thanks, okay, wierd that I cant find any simple solution for just accessing data from the db
19 replies
CC#
Created by Tratt on 6/4/2024 in #help
ASP.NET core, Access Table that is defined in another project
yes its the same db
19 replies
CC#
Created by Tratt on 6/4/2024 in #help
ASP.NET core, Access Table that is defined in another project
what do u mean with configuration loaded in both contexts? I tried adding DbSet FIles to this context as well but it said there already was an table named Files in db
19 replies
CC#
Created by Tratt on 6/4/2024 in #help
ASP.NET core, Access Table that is defined in another project
is it possible to access the data?
19 replies
CC#
Created by Tratt on 6/4/2024 in #help
ASP.NET core, Access Table that is defined in another project
To clarify im using the same sql db for two projects, my web app project (where I wanna get the File from the table FIles) and my azure functions project (where I have the Files in the context and where I set the File)
19 replies
CC#
Created by Tratt on 6/3/2024 in #help
ASP.NET core, send more data with formData
var testData = req.Form["testData"];
var testData = req.Form["testData"];
47 replies
CC#
Created by Tratt on 6/3/2024 in #help
ASP.NET core, send more data with formData
$code
47 replies
CC#
Created by Tratt on 6/3/2024 in #help
ASP.NET core, send more data with formData
its working! thanks a lot
47 replies