christianhelle / apiclientcodegen

A collection of Visual Studio custom tool code generators for Swagger / OpenAPI specification files
http://bit.ly/restapicodegen
GNU General Public License v3.0
177 stars 23 forks source link

Ensure that the marketplace review link does not block status messages #695

Closed christianhelle closed 10 months ago

christianhelle commented 10 months ago

Refactored the method of displaying status messages in EnterOpenApiSpecDialog to use a new private method, ShowStatusMessage(). This change was made to increase code reuse, improve readability and reduce the susceptibility to errors. This also makes it easier to manage and possibly change the behavior of status message display in future.

Buttons and status labels within the EnterOpenApiSpecDialogwere slightly off in their vertical positioning. This commit adjusts the Y-coordinate for the OK, Cancel, AddCustomHeaders buttons and Status , MarketplaceLink labels to ensure proper alignment and improve the visual appearance of the dialog. In addition, the overall ClientSize of the dialog has been increased to accommodate these changes without overlap.

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication