-
Hi, all
I have issue with client **C#** code generator on [http://editor.swagger.io](http://editor.swagger.io)
YAML:
```
Entity:
type: object
required:
- Values
- Unit
…
-
## Issue Description ##
Was writing XUnit tests when the crash unexpectedly occurred. I was in the action of Ctrl+D, selecting duplicates of the highlighted text.
## Steps to Reproduce ##
Unsure.…
-
Currently, Swagger Codegen mainly uses [mustache](mustache.github.io) as the template system for code generation.
Mustache, a logic-less template system, may not be the best template system for this …
-
I know we have not been active in a while but I would like to see this come to some sort of working version. I have been playing with the idea in my head for a while now and I feel that the fact that …
-
![image](https://cloud.githubusercontent.com/assets/11987492/20877511/4c368154-bb04-11e6-836a-6d75a93360f6.png)
-
I'm trying to install your Nuget package but this doesn't work with the .NET Framework 4.6.1 in a project.
I think you should remove the .NET framework constraint.
-
### Description
I have a polymorphic class like:
```csharp
public record Request
{
public required Base Prop { get; init; }
}
[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")…
-
Hello,
I'm not sur if it's the right place to ask questions... If it's not, I apologize in advance.
I'm looking for a way to explore all nodes (SiteMapNode.GetAllNodes()) of a sitemap with security …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I was able to completely cut MVC out of the bisection by using a funny looking page gen…
-
I'm trying to generate OpenAPI document from .NET Core 2.2 Assembly files.
**Setup**
I've installed NSwag studio so "nswag" command is directly available from Command prompt. I've also built usin…