Skip to content

Release v1.1.1 - Patch release with nullable warning fixes#14

Merged
petre-c merged 1 commit intomainfrom
release/v1.1.1
Aug 4, 2025
Merged

Release v1.1.1 - Patch release with nullable warning fixes#14
petre-c merged 1 commit intomainfrom
release/v1.1.1

Conversation

@petre-c
Copy link
Contributor

@petre-c petre-c commented Aug 4, 2025

Summary

Patch release containing nullable warning fixes

Changes in v1.1.1

  • Fixed all CS8618 nullable warnings in SOAP response classes
  • Changed properties from set to init for immutability
  • Added required modifier for properties that are always present
  • Made optional properties nullable with ? modifier

Files Fixed

  • ✅ ChangePasswordResponseIo.cs
  • ✅ GetPostboxMessagesResponseIo.cs
  • ✅ GetAccountMovementsResponseIo.cs (AccountMovement properties)
  • ✅ GetPaymentOrderStatusResponseIo.cs

Collaboration by Claude

Patch release with nullable warning fixes

*Collaboration by Claude*
@petre-c petre-c merged commit 6c13130 into main Aug 4, 2025
1 check passed
@petre-c petre-c deleted the release/v1.1.1 branch August 4, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments