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

[Extensions.PersistentStorage] Fix analysis warnings #958

Merged
merged 2 commits into from
Feb 6, 2023
Merged

[Extensions.PersistentStorage] Fix analysis warnings #958

merged 2 commits into from
Feb 6, 2023

Conversation

martincostello
Copy link
Contributor

Changes

Fix/suppress code analysis warnings in OpenTelemetry.Contrib.Extensions.PersistentStorage.

Contributes to #950.

@@ -110,7 +110,7 @@ public void Dispose()
GC.SuppressFinalize(this);
}

public void Dispose(bool disposing)
protected virtual void Dispose(bool disposing)
Copy link
Member

Choose a reason for hiding this comment

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

👍

martincostello and others added 2 commits February 6, 2023 20:24
Fix/suppress code analysis warnings in OpenTelemetry.Contrib.Extensions.PersistentStorage.
Contributes to #950.
@cijothomas cijothomas merged commit 8ee613c into open-telemetry:main Feb 6, 2023
@martincostello martincostello deleted the issue-950-analysers-persistent-storage branch February 6, 2023 23:07
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.

5 participants