Skip to content

Conversation

@rshade
Copy link
Contributor

@rshade rshade commented May 8, 2025

This PR adds support for config options in the .NET SDK, matching the functionality available in other language SDKs. The changes include:

  • Add ConfigOptions class to handle config options settings
  • Add GetAllConfigOptions class for retrieving all config options
  • Update Workspace class with config options support
  • Update WorkspaceStack class with config options support
  • Add config options to StackSettings
  • Update tests to verify config options functionality

The implementation follows the same pattern as other language SDKs and includes comprehensive test coverage. This change enables users to set and retrieve config options at both workspace and stack levels.

@rshade rshade requested a review from a team as a code owner May 8, 2025 15:48
@rshade rshade force-pushed the rshade/GetAllConfig branch from 29ecf01 to 9f99c4b Compare May 8, 2025 15:51
This PR adds support for config options in the .NET SDK, matching the functionality
available in other language SDKs. The changes include:

- Add ConfigOptions class to handle config options settings
- Add GetAllConfigOptions class for retrieving all config options
- Update Workspace class with config options support
- Update WorkspaceStack class with config options support
- Add config options to StackSettings
- Update tests to verify config options functionality

The implementation follows the same pattern as other language SDKs and includes
comprehensive test coverage. This change enables users to set and retrieve
config options at both workspace and stack levels.
@rshade rshade force-pushed the rshade/GetAllConfig branch from 9f99c4b to 16c7777 Compare May 8, 2025 16:44
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