Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
hosterip
Posts
Comments
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
there is no get endpoints for that url
43 replies
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
it was like that all along
43 replies
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
43 replies
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
just a cropped image
43 replies
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
and I didn't saw the request link in swagger at first
43 replies
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
for some reason aspnet decided to treat that request as fromQuery
43 replies
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
I see the reason why, and it wasnt httpClient
43 replies
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
it's just that it doesn't work if I send a request from httpClient
43 replies
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
well, in other projects it works well and a request from swagger for example, works fine for this specific endpoint
43 replies
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
i’m sure it should have been like that by default, but anyway
43 replies
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
for some reason request’s content type should have been specified with an attribute fromBody
43 replies
C
C#
•
Created by hosterip on 1/21/2025 in
#help
✅ API can't serialize guid in an object from HttpClient request
Nevermind, found solution
43 replies
C
C#
•
Created by hosterip on 12/17/2024 in
#help
Best way to delete all related things to a domain model
so shortly it means that I should enforce the same delete behavior across every use case in my project and use case could add some additional logic?
6 replies
C
C#
•
Created by hosterip on 12/17/2024 in
#help
Best way to delete all related things to a domain model
service meaning something like cqrs or service meaning it can be done in a repository?
6 replies
C
C#
•
Created by hosterip on 10/3/2024 in
#help
Two properties slows down the query for 26 seconds
maybe would have worked, but with paginating it is problem, it says that I cant use the skip method, and forces to use AsSingleQuery
5 replies