Skit
Skit
CC#
Created by Skit on 12/15/2023 in #help
✅ WCF Basic Auth works with Windows but not Android Client
ok, i found the solution. Android uses a different encoding
3 replies
CC#
Created by Skit on 4/27/2023 in #help
❔ Writting tests for api calls
thank you, that clears it up for me i think.
18 replies
CC#
Created by Skit on 4/27/2023 in #help
❔ Writting tests for api calls
but isn't this different in the case of integration tests than the docs you provided? Because like i mentioned before, before i run a GET/UPDATE/DELETE test i would have to make sure the POST ran successfully else there is nothing to GET/UPDATE/DELETE. should the POST be in a class fixture? but wouldn't it have to be tested before?
18 replies
CC#
Created by Skit on 4/27/2023 in #help
❔ Writting tests for api calls
ah ok, np. having a hard time wrapping my head around this
18 replies
CC#
Created by Skit on 4/27/2023 in #help
❔ Writting tests for api calls
with response i mean, the post call gives me an ID which i can use for the GET
18 replies
CC#
Created by Skit on 4/27/2023 in #help
❔ Writting tests for api calls
or do i have a fundamental misunderstanding of how you do tests like this
18 replies
CC#
Created by Skit on 4/27/2023 in #help
❔ Writting tests for api calls
i think i explained it wrong. To be more specific. I use the azure dev ops api provided by microsoft. My code creates (POST) a personal access token and can also GET them for example. Now i want to write an integration? test for it by using the real api calls. But before i can GET a token i would have to make sure there is one first (POST). My question is, if i have a test that does the POST. Can't i use the response from that one for the GET test?
18 replies
CC#
Created by Skit on 4/27/2023 in #help
❔ Writting tests for api calls
should i run the create as well in the get test instead?
18 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
bothers me that i couldn't see that from any error messages though
68 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
this is the string that worked after all
68 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
"MyCon": "Data Source=localhost;database=PhoneBookDB;User ID=USER;Password=Password
"MyCon": "Data Source=localhost;database=PhoneBookDB;User ID=USER;Password=Password
68 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
thanks for helping
68 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
68 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
there it works
68 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
Data Source=localhost;database=PhoneBookDB;User ID=X;Password=X
Data Source=localhost;database=PhoneBookDB;User ID=X;Password=X
This is the connection string i use in another project which uses SQL, but not EF
68 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
same output as the verbose one
68 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
nope, doesn't help 😔
68 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
gonna try again
68 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
quite sure i had it like that already
68 replies
CC#
Created by Skit on 9/18/2022 in #help
Update Database with EF core doesn't work and no error message
i tried with user and password in it as well
68 replies