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

refactor: store file handles centrally in InMemoryStorage #603

Merged
merged 1 commit into from
May 19, 2024

Conversation

vbreuss
Copy link
Member

@vbreuss vbreuss commented May 19, 2024

Store FileHandles centrally in InMemoryStorage instead of creating a separate ConcurrentDictionary for each file.

During initialization ignore the check for open file handles.

…a separate `ConcurrentDictionary` for each file.
@vbreuss vbreuss added the refactor A change or improvement without functional impact label May 19, 2024
@vbreuss vbreuss self-assigned this May 19, 2024
Copy link

sonarcloud bot commented May 19, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@vbreuss vbreuss marked this pull request as ready for review May 19, 2024 06:13
@vbreuss vbreuss merged commit 31315ac into main May 19, 2024
12 checks passed
@vbreuss vbreuss deleted the topic/refactor-filehandles branch May 19, 2024 06:13
Copy link

Stryker.NET mutation tested the changes in the pull request:
Mutation testing badge

Copy link

This is addressed in release v3.2.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor A change or improvement without functional impact state: released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant