-
**Version Used**: VS 16.3.4
Using 'Implement interface` on classes A, B, C, and D adds incorrect or redundant annotations:
```cs
interface IFoo
{
[return: NotNull]
T Bar([DisallowNul…
-
Given properties that the compiler can't detect initialization for, such as MSTest's `TestContext` or a calculated `Name` property that splits the assignment to `FirstName` and `LastName`, use nullabl…
-
I have a schema that contains a MasterData like this:
```
"MasterDataDto": {
"required": ["companyId", "deleted", "masterDataTypeName", "message", "publicId", "synchro…
-
NSwagStudio v13.16.1.0
Runtime: Net60
Outputs: CSharpClient
Settings:
```
"generateOptionalPropertiesAsNullable": true,
"generateNullableReferenceTypes": true,
```
According to [its docs](…
-
1. In `void M([DisallowNull]string x)` the attribute is redundant.
Same in `void M([DisallowNull]T t) where T : class` or `void M([DisallowNull]T t) where T : struct`.
2. `[MaybeNull]int` or `[May…
-
#### Sample Definitions
**test.yaml**
```yaml
openapi: 3.0.0
info:
version: 1.0.0
title: Test
paths:
/internal:
post:
responses:
'200':
description: Suc…
-
Hey,
is it possible to disable generation of AdditionalProperties in NSwag CSharp Code Generation for OpenAPI 3?
### Environment
Required via Unchase Plugin in VS 2019 in settings ConnectedSer…
-
**Version Used**:
```
Branch master (19 Dec 2020)
Latest commit 80e9227 by msftbot[bot]:
Merge pull request #50073 from dotnet/merges/release/dev16.9-to-master
Merge release/dev16.9 to master
…
-
**Version Used**:
```
Branch master (29 Sep 2020)
Latest commit cb0344b by Shen Chen:
Merge pull request #48144 from dotnet/merges/release/dev16.8-to-master
Merge release/dev16.8 to master
``…
-
Hello,
I'm currently seeing the following behavior when using `JsonSchema4.FromSampleJson()`
I have a JSON file consisting of a few properties with ids
```
{
"version": "1.0",
"compone…
Debml updated
3 years ago