devhl-labs

Results 21 issues of devhl-labs

This is part of a larger PR that is being broken up. Updates allOf to not always be nullable. To validate this change, I will focus on AllOfWithSingleRef.cs. Before the...

Feature: Generator
Feature: OAS 3.0 spec support
Issue: Bug

Please consider adding this code to the content script. I was going to do a PR, but when I build the manifest does not have the content script and I'm...

Fixes the isMap property. ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description...

Client: C-Sharp
Issue: Bug
Server: C-Sharp

Fixed the dataType to ensure maps of inner enums are correct. Note that the comment already said this was being done for both dataType and dataTypeWithEnum, but dataType was missed....

Changes inner enum data types to be Classname.Enumname so it can be used everywhere. Adds CodegenProperty isInnerEnum so we know if we need to append the classname to the datatype...

Client: C-Sharp
Enhancement: General
Issue: Bug

Please merge https://github.com/OpenAPITools/openapi-generator/pull/12160 first. Adds the ability to inherit the api. This enables library authors to validate server request parameters and process server responses. ### PR checklist - [x] Read...

The following yaml produces a model which is composed of itself resulting in a circular reference. This was not an issue in v6.0.0-beta 914b539eea7097ad2b4323d20c8f95144782cb68. It seems to be caused by...

Issue: Bug

This small change fixes multiple issues. -Underscored variables are usually for private fields. Its pretty unusual to use it for anything else -Previously, only CodegenModel#vars was getting the property names...

Mitigates https://github.com/OpenAPITools/openapi-generator/issues/9727 and https://github.com/OpenAPITools/openapi-generator/issues/13678 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description...

I've seen disagreement on whether the vault dns suffix should contain a dot prefix or not. You can check both az cli and powershell modules and see they don't agree...