-
See [Gist](https://gist.github.com/philipp-ullmann/ca608dc2c0b62d627a9c0637aa91cb0d).
**With Swashbuckle.AspNetCore 5.1.0**
The NSwagStudio Designer generates a Required = Newtonsoft.Json.Requir…
-
[Newtonsoft.Json.JsonProperty("Constraint", Required = Newtonsoft.Json.Required.DisallowNull, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public TagConstraint Constraint { get; set…
-
I am trying to generate C# code for a schema with conditional subschemas, that I'm expressing with `allOf` and `if`, but I cannot find those conditional subschemas in the output source code.
We can…
-
**Version Used**:
```
Branch main (10 Apr 2021)
Latest commit 0d17e72 by Sam Harwell:
Merge pull request #52521 from sharwell/background-load
Load NuGet assemblies on a background thread
```
…
-
I have noticed that when NSwag generates models based on JSON documents, the property naming convention in the JSON documents is preserved. For example:
```csharp
[Newtonsoft.Json.JsonProperty("pr…
-
I have a simple string property on my Response model that can be allowed NULL. However the NSwagStudio Generator is marking the field as Required which is breaking serializaiton.
How can I prevent …
-
There is an option to somehow use a custom date converter instead of using the default one? Without this, I've got an exception because `DateTime` doesn't match `DateOnly`.
The contract has a prope…
-
NSwagStudio is superb! But I've hit a problem.
I have an openapi 3.0.0 yaml with the following:
TemplateSms:
required:
- businessArea
NSwagStudio v13.13.2.0 generates the follow…
-
More scenarios involving return value (search for uses of `ReturnTypeWithAnnotations` in `NullableWalker`):
- Test increment operator with different nullability on input and output, as well as attrib…
-
**Description**
The `Document` property of the `MainDocumentPart` is defined as follows:
```csharp
///
/// Gets or sets the root element of this part.
///
p…