python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Failed to join using Open API in ASP.NET Core
Thanks for the method you provided. I need to join Open API now, I encountered this error, what is the reason? I have another project that has Swagger api on behalf of it. I now add it to the url acco...
Modi
Votes: 0
Answers: 0
Writing OpenAPI schema and generating client code for HTTP API that responds with polymorphic array
I'm trying to write an OpenAPI 3.0 schema for an HTTP API. One of its requests responds with a polymorphic array of objects something like this:
[
{
"type": "Base",
"...

Dan Stevens
Votes: 0
Answers: 1
Request header 'Referer' is different between Hosted Blazor Webassembly, and non hosted Blazor Webassembly
I've been developing a hobby project in Blazor Webassembly ASP.NET Core hosted using the template Identity Server implementation, and have developed some authorization, which looks at the API calls fr...
Sebastian Falborg
Votes: 0
Answers: 1
NSwag generated client still serializes string for text/plain body
UPDATE: I went ahead and created an issue on NSwag after looking through its code. You can see it here: https://github.com/RicoSuter/NSwag/issues/3824
I have a functioning api endpoint that accepts &q...

Steve Haselschwerdt
Votes: 0
Answers: 0