-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add check that tests are public #89554
Conversation
Tagging subscribers to this area: @dotnet/area-system-reflection-metadata |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
/azp run runtime-coreclr outerloop |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
Runtime and outerloop are clean and the runtime-extra-platforms doesn't look any worse compared to recent runs, merging in once approved :-). |
Add checks that test methods are public and in public types.
The xunit analyzers only check the latter, but our implementation requires the former as well.