Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non-editable HTTP headers Grid #1081

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Conversation

christianhelle
Copy link
Owner

@christianhelle christianhelle commented Jan 21, 2025

This pull request includes changes to the AddCustomHeaderDialog class in the ApiClientCodeGen.VSIX.Shared project. The main changes involve modifying the CustomHeader type to use a class instead of a record and updating how CustomHeader instances are created and used.

Changes to AddCustomHeaderDialog class:

  • Modified the CustomHeader type from a record to a class, allowing the properties Key and Value to be settable.
  • Updated the instantiation of CustomHeader objects to use object initializer syntax for setting Key and Value properties

@christianhelle christianhelle added enhancement New feature or request .NET Pull requests that update .net code labels Jan 21, 2025
@christianhelle christianhelle self-assigned this Jan 21, 2025
@christianhelle christianhelle merged commit 5b18eae into master Jan 21, 2025
49 checks passed
@christianhelle christianhelle deleted the fix-vsix-headers-input branch January 21, 2025 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant