feature-intern-ResolveDependencyConflictsNew to main#10343
feature-intern-ResolveDependencyConflictsNew to main#10343sachin-sandhu merged 3 commits intomainfrom
Conversation
f689e8f to
437c713
Compare
jpinz
left a comment
There was a problem hiding this comment.
This is amazing to see!
I know your last day is tomorrow, so no pressure to resolve any of these comments, I just wanted to provide some feedback!
Thanks for all of your hard work this summer!
There was a problem hiding this comment.
q: was this change meant to be checked in?
There was a problem hiding this comment.
We added a smoke test, this was just to make sure it was green in CI. The commit that added this will be removed prior to merging.
There was a problem hiding this comment.
We just revert back this change because we are getting error.
0a45eb8 to
cfee286
Compare
There was a problem hiding this comment.
Nitpick: It's generally good to name regions so that people know what's inside if they're collapsed.
There was a problem hiding this comment.
Will do these in follow up PR
There was a problem hiding this comment.
Do we need to preserve this modified dependency somewhere?
There was a problem hiding this comment.
Nitpick: Generally private methods go under public methods so it's easier to find the "entry-points".
f411b68 to
144fc23
Compare
My code is currently behind an environment variable not yet set. Will work with @brettfo to put this behind the experiment flag.
Looking for feedback on implementation, unit tests, variable names, etc.
DependencyConflictResolver.cs is the main code.
MSBuildHelper.cs and MSBuildHelperTests.cs were used for tests
UpdateWorkerTests.Sdk.cs was lightly used with testing with Brett
Added temporary commit to make smoke tests pass.
Smoke Test PR:
dependabot/smoke-tests#219
This is the PR that adds the experiment:
https://github.com/github/dependabot-api/pull/5511