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

Add API approval tests, more implicit usings, add NRT annotations, cleanup whitespaces #1175

Merged
merged 2 commits into from
May 25, 2022

Conversation

sungam3r
Copy link
Collaborator

Helps to track API changes.

@sungam3r
Copy link
Collaborator Author

@carlosrecuero I merge it since there are very few actual code changes, mostly cosmetic ones. I will adress your comments into subsequent PRs if any.

@sungam3r sungam3r self-assigned this May 25, 2022
@sungam3r sungam3r added enhancement New feature or request code style Pull request that changes or applies code style rules labels May 25, 2022
@sungam3r sungam3r merged commit ba6a237 into master May 25, 2022
@sungam3r sungam3r deleted the approvals branch May 25, 2022 04:22
using System.Diagnostics;
using System.Reflection;
using PublicApiGenerator;

Copy link
Contributor

Choose a reason for hiding this comment

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

@sungam3r Should this file be in the namespace HealthChecks.UI.Tests? Just merged this change and ran the tests using visual studio and it shows under an <Empty Namespace> heading. Not a biggie though as the test still runs/passes fine for me.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This file is physically shared across all test projects:

 <Compile Include="../ApiApprovalTests.cs" Link="ApiApprovalTests.cs" />

in Directory.Build.props. So the absense of namespace is by design.

This was referenced May 25, 2022
@sungam3r sungam3r mentioned this pull request Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code style Pull request that changes or applies code style rules enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants