-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
I'm using this yaml file: https://github.com/legalesign/Legalesign-V1-OpenAPI3/blob/master/legalesign-api-v1.yaml
When I process that using nswag 13.8.2 it creates C# classes named Objects2
and Objects3
and this compiles without warnings.
However, when I use nswag 14.0.7 instead (the latest release), the created C# classes now have names objects
and objects2
.
Whilst that compiles, there's a warning that wasn't there with the older nswag release:
1>T:\Development\FB19960 - nuget\LegalEsignApi\obj\legalesign-api-v1Client.cs(8982,26,8982,33): warning CS8981: The type name 'objects' only contains lower-cased ascii characters. Such names may become reserved for the language.
gukoff
Metadata
Metadata
Assignees
Labels
No labels