-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Expose API for imported projects checks #10761
Expose API for imported projects checks #10761
Conversation
67febab
to
d8c8b69
Compare
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.
This PR has a few changes that I'd prefer to have their own PR (even if it is small). I'd also like to see a more robust PR description outlining why we are doing these changes.
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.
Looks great!
I'm not signing of yet - as I want to discuss imports ordering and ability to store deffered data bit more conscise by indexing by just EvalId.
If you feel strongly opinionated - feel free to respond and re-request the review ;-)
src/Build/BuildCheck/Infrastructure/BuildCheckManagerProvider.cs
Outdated
Show resolved
Hide resolved
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.
Looks great!
The only minor thing I have - I just want clear public API naming + comments. Once that's done - this feels ready to go!
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.
Looks good! Thank you!!
I added one more suggestion - not blocking though.
Related to #10605
In this PR, the following changes are implemented:
Expose API for writing custom checks for imported projects.
Make CheckScopeClassifier functionality public.
Publish ElementLocation.Create method to be used outside of MSBuild.
Fix issue in custom check template (embedding 3rd party references in the package).