Add outstanding test improver coverage - #10070
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 28567541-d476-4300-a979-3c1fb89404c2
Contributor
There was a problem hiding this comment.
Pull request overview
Adds edge-case coverage for four MSTest analyzer rules.
Changes:
- Tests MSTEST0028 and MSTEST0038 boundary behavior.
- Covers delegate inputs for MSTEST0051.
- Adds C#
ref readonlycoverage for MSTEST0062.
Show a summary per file
| File | Description |
|---|---|
NonNullableReferenceNotInitializedSuppressorTests.cs |
Tests field and getter-only property suppression boundaries. |
AvoidOutRefTestMethodParametersAnalyzerTests.cs |
Adds ref readonly parameter coverage. |
AvoidAssertAreSameWithValueTypesAnalyzerTests.cs |
Tests null and generic arguments. |
AssertThrowsShouldContainSingleStatementAnalyzerTests.cs |
Tests method-group and delegate inputs. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 2
- Review effort level: Medium
This comment has been minimized.
This comment has been minimized.
Evangelink
enabled auto-merge (squash)
July 20, 2026 08:07
Evangelink
disabled auto-merge
July 20, 2026 08:07
Evangelink
enabled auto-merge (squash)
July 20, 2026 08:07
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 28567541-d476-4300-a979-3c1fb89404c2
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 28567541-d476-4300-a979-3c1fb89404c2
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 28567541-d476-4300-a979-3c1fb89404c2
0101
approved these changes
Jul 20, 2026
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 28567541-d476-4300-a979-3c1fb89404c2
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 28567541-d476-4300-a979-3c1fb89404c2
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 28567541-d476-4300-a979-3c1fb89404c2
Contributor
🧪 Test quality grade — PR #10070
This advisory comment was generated automatically. Grades are heuristic Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "awmgmcpg"See Network Configuration for more information.
|
0101
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ref readonlyparameters without escaped-keyword false positivesValidation
build.cmd -binaryLogCloses #9717
Closes #9837
Closes #9919
Closes #9952
Closes #10027
Closes #10049
Closes #10050
Closes #10058
Closes #10059
Closes #10064