khamas
khamas
Explore posts from servers
CC#
Created by khamas on 3/13/2025 in #help
MAUI runtime identifier build hell
yeah I changed it
10 replies
CC#
Created by khamas on 3/13/2025 in #help
MAUI runtime identifier build hell
either way, I now set the RID to only be there once the framework is windows
10 replies
CC#
Created by khamas on 3/13/2025 in #help
MAUI runtime identifier build hell
yes but shouldn't MAUI build for it automatically?
10 replies
CC#
Created by khamas on 3/13/2025 in #help
MAUI runtime identifier build hell
the second one should work tho
10 replies
CC#
Created by khamas on 1/28/2025 in #help
nswag openapi add a global return type for a specific response code
I guess yeah
9 replies
CC#
Created by khamas on 1/28/2025 in #help
nswag openapi add a global return type for a specific response code
I made a filter, but how does it register in the openapi document?
9 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
let resp = await new AuthenticationClient()
.beginLogin(new BeginLoginRequest({
latitude: 0,
longitude: 0,
preferredLanguage: "EN",
phoneNumber: "0123456789"
}));
let resp = await new AuthenticationClient()
.beginLogin(new BeginLoginRequest({
latitude: 0,
longitude: 0,
preferredLanguage: "EN",
phoneNumber: "0123456789"
}));
21 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
nvm I found it
21 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
I also need to generate a base class to inject headers in the request
21 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
it just shows me an error when i do this and svelte gives 500 error
21 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
@Sehra , do you know how to instantiate the type using <BeginLoginRequest>{ email: "[email protected]" }
21 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
I can live with single response types for 200
21 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
also for some reason I can't instantiate request dtos using like <BeginLoginRequest>{ email: "[email protected]" };
21 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
I was talking about unrelated types
21 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
right but that is inheritance
21 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
I tried with multiple types on 200
21 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
well it didn't seem to merge them together
21 replies
CC#
Created by khamas on 1/26/2025 in #help
nswag (OpenApi) typescript get error type
right but 201 is also a generated exception
21 replies
CC#
Created by khamas on 3/6/2024 in #help
✅ Creating a datetime with a timezone
ok so I'll just create an offset based on a DateOnly
35 replies
CC#
Created by khamas on 3/6/2024 in #help
✅ Creating a datetime with a timezone
alright
35 replies