Skip to content

fix: Add a default clause to switch statement for value validation#576

Merged
ziagham merged 1 commit intoflowsynx:masterfrom
arch92:fix/568-default-switch-case
Oct 25, 2025
Merged

fix: Add a default clause to switch statement for value validation#576
ziagham merged 1 commit intoflowsynx:masterfrom
arch92:fix/568-default-switch-case

Conversation

@arch92
Copy link
Copy Markdown
Contributor

@arch92 arch92 commented Oct 25, 2025

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Added default clause in File: src/FlowSynx.Infrastructure/PluginHost/PluginSpecificationsService.cs

Issue reference

Closes #568

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Unit tests passing
  • End-to-end tests passing
  • Extended the documentation / Created issue in flowsynx/website#
  • Specification has been updated / Created issue in flowsynx/website#
  • Provided sample for the feature / Created issue in flowsynx/website#

@arch92 arch92 requested review from a team as code owners October 25, 2025 03:55
@sonarqubecloud
Copy link
Copy Markdown

@arch92
Copy link
Copy Markdown
Contributor Author

arch92 commented Oct 25, 2025

Could you please add the hacktoberfest-accepted label to this PR so it counts toward Hacktoberfest?

@ziagham ziagham merged commit e522f4c into flowsynx:master Oct 25, 2025
4 checks passed
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.

Add a default clause to the switch statement for value validation

2 participants