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

Switch command handling to Interaction Framework #7

Merged
merged 11 commits into from
Jun 18, 2024

Conversation

HEJOK254
Copy link
Owner

No description provided.

Copy link

deepsource-io bot commented Jun 16, 2024

Here's the code health analysis summary for commits 6d80c21..dd000a3. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource C# LogoC#✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Resolved issues in Commands/Modules/VideoUtils.cs with DeepSource Autofix
@HEJOK254 HEJOK254 linked an issue Jun 16, 2024 that may be closed by this pull request
HEJOK254 added 5 commits June 17, 2024 01:31
Change empty string comparison to string.isNullOrEmpty and move video format check before empty time parameter check
Fixed issues:
- Parameters marked as in, out or ref should always be placed after all the required parameters CS-R1138 (VideoUtils.cs)
- Abrupt application exit CS-W1005 [ignored issue] (Program.cs)
- Variable is uninitialized CS-W1022 (VideoUtils.cs)
-  if statement can be rewritten using the ternary operator CS-R1105 (VideoUtils.cs)
@HEJOK254 HEJOK254 self-assigned this Jun 18, 2024
@HEJOK254 HEJOK254 merged commit 90b6989 into dev Jun 18, 2024
3 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.

Switch commands to Interaction Service
1 participant