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

PC-686 Use await using for proper disposal of objects #1046

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

henokicatt
Copy link
Contributor

Updated NieuwsEnWerkInstructiesScenarios.cs to use the await using statement for creating and managing werkbericht and nieuws objects. This change ensures that these objects are disposed of correctly after their usage, improving resource management and preventing potential memory leaks.

Updated NieuwsEnWerkInstructiesScenarios.cs to use the await using statement for creating and managing werkbericht and nieuws objects. This change ensures that these objects are disposed of correctly after their usage, improving resource management and preventing potential memory leaks.
@henokicatt henokicatt marked this pull request as ready for review February 6, 2025 09:11
@henokicatt henokicatt changed the title Use await using for proper disposal of objects PC-686 Use await using for proper disposal of objects Feb 6, 2025
@felixcicatt felixcicatt merged commit e1e85d5 into main Feb 6, 2025
7 checks passed
@felixcicatt felixcicatt deleted the Hotfix/NiewusEnWerkInstruction11 branch February 6, 2025 09:41
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.

2 participants