Skip to content

feature!: improve Operation response classes#119

Merged
jopmiddelkamp merged 2 commits intomasterfrom
feature/improve-operation-response-classes
Dec 11, 2025
Merged

feature!: improve Operation response classes#119
jopmiddelkamp merged 2 commits intomasterfrom
feature/improve-operation-response-classes

Conversation

@cuongph87
Copy link
Copy Markdown
Contributor

Types of changes

Implements #118:

  • Adds comprehensive XML documentation for all public properties
  • Applies required modifier to mandatory properties deserialized from JSON
  • Properly marks nullable properties with ? for optional fields
  • Changes properties from { get; set; } to { get; init; } for immutability
  • Updates outdated JSON test files and corresponding tests
  • Adds missing tests for better coverage
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@cuongph87 cuongph87 force-pushed the feature/improve-operation-response-classes branch from 0b767bd to 0d0f46f Compare December 9, 2025 07:19
@jopmiddelkamp jopmiddelkamp changed the title feature!: improve Operation response classes feature!: improve Operation response classes Dec 11, 2025
@jopmiddelkamp jopmiddelkamp merged commit 2629596 into master Dec 11, 2025
4 checks passed
@jopmiddelkamp jopmiddelkamp deleted the feature/improve-operation-response-classes branch December 11, 2025 06:03
@cuongph87 cuongph87 added feature New feature breaking Breaking change labels Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Breaking change feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants