Skip to content

Adds using statement for process object#18

Merged
magicxor merged 2 commits intomasterfrom
feature/add-missing-using
Nov 24, 2025
Merged

Adds using statement for process object#18
magicxor merged 2 commits intomasterfrom
feature/add-missing-using

Conversation

@magicxor
Copy link
Owner

Ensures the process object is disposed of correctly
by adding a using statement. This prevents potential
resource leaks and improves application stability.

Ensures the process object is disposed of correctly
by adding a using statement. This prevents potential
resource leaks and improves application stability.
@magicxor magicxor self-assigned this Nov 24, 2025
Copilot AI review requested due to automatic review settings November 24, 2025 00:43
@magicxor magicxor added the enhancement New feature or request label Nov 24, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds proper resource management for a Process object by introducing a using statement, ensuring the process is disposed of correctly and preventing potential resource leaks.

  • Converted the process variable declaration to use a using statement for automatic disposal

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@magicxor magicxor merged commit 3280723 into master Nov 24, 2025
3 checks passed
@magicxor magicxor deleted the feature/add-missing-using branch November 24, 2025 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant