-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[release/8.0] Disable Analyzer tests #37467
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR aims to disable analyzer tests in the EFCore.Analyzers.Tests project by changing test class visibility from public to internal, referencing Issue #37106 as the reason for this change.
Key Changes
- Changed three test classes from
publictointernalto prevent test execution - Added comments referencing Issue #37106
- No actual test logic or functionality was modified
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| UninitializedDbSetDiagnosticSuppressorTests.cs | Changed class visibility to internal and added issue reference comment |
| InterpolatedStringUsageInRawQueriesTests.cs | Changed class visibility to internal and added issue reference comment |
| InternalUsageDiagnosticAnalyzerTests.cs | Changed class visibility to internal and added issue reference comment |
No description provided.