Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
LifeOfVio
Posts
Comments
C
C#
•
Created by LifeOfVio on 9/24/2024 in
#help
✅ OpenApi generation
I dont own the code
39 replies
C
C#
•
Created by LifeOfVio on 9/24/2024 in
#help
✅ OpenApi generation
see
https://github.com/RicoSuter/NSwag/issues/2243
39 replies
C
C#
•
Created by LifeOfVio on 9/24/2024 in
#help
✅ OpenApi generation
@TeBeCo I am using NSwag that only supports Newtonsoft.Json to my knowledge
39 replies
C
C#
•
Created by LifeOfVio on 9/24/2024 in
#help
✅ OpenApi generation
it is done via the service reference stuff that uses Newtonsoft.Json
39 replies
C
C#
•
Created by LifeOfVio on 9/24/2024 in
#help
✅ OpenApi generation
I can't, right?
39 replies
C
C#
•
Created by LifeOfVio on 9/24/2024 in
#help
✅ OpenApi generation
/GenerateOptionalPropertiesAsNullable:true
was the solution
39 replies
C
C#
•
Created by LifeOfVio on 9/24/2024 in
#help
✅ OpenApi generation
I think you misunderstood something. I am consuming an API. I do not have access to any DB or something. I have a openapi definition that generates a c# client for me
39 replies
C
C#
•
Created by LifeOfVio on 9/24/2024 in
#help
✅ OpenApi generation
RandomSearchDto
is sent as a body to a post endpoint. I don't wan't to specify them in this example but the default value gets send obviously
39 replies