-
Notifications
You must be signed in to change notification settings - Fork 291
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
Enable AnalysisLevel latest-All #969
Enable AnalysisLevel latest-All #969
Conversation
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Codecov Report
|
@martincostello Thanks a lot for working on this so patiently. #875 was merged before this which made some updates to two of the test files in AWSXRay project. This resulted in some merge conflicts. Could you please resolve them and we can merge this PR? |
- Enable `AnalysisLevel` at `latest-All`. - Add relevant suppressions for test projects. Resolves #950.
Remove null-forgiving operator on two objects that are not null.
Fix incorrect merge conflict resolution.
Fix code analysis warnings from culture-sensitive string comparisons and an undisposed handler.
It would be good if this can be merged (once green) before any other PRs, as other PRs are unintentionally introducing new analysis warnings that I then need to fix here. |
Fix warnings from tests.
Changes
AnalysisLevel
atlatest-All
.Resolves #950.
Depends on: