Skip to content

Change Coherent dependency of Extensions packages #17595

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

Merged
merged 1 commit into from
Dec 4, 2019

Conversation

pranavkm
Copy link
Contributor

@pranavkm pranavkm commented Dec 4, 2019

Reaction to dotnet/efcore@12e0263

@pranavkm pranavkm requested a review from dougbu as a code owner December 4, 2019 22:12
@github-actions github-actions bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Dec 4, 2019
@pranavkm pranavkm requested a review from a team December 4, 2019 22:41
@pranavkm pranavkm merged commit e757f2a into master Dec 4, 2019
@pranavkm pranavkm deleted the prkrishn/coherent-dependency branch December 4, 2019 23:48
@@ -57,241 +57,241 @@
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>e37a6be067ab62da7fe9b33b93faaa90ed829237</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Analyzer.Testing" Version="5.0.0-alpha1.19602.5" CoherentParentDependency="Microsoft.EntityFrameworkCore">
<Dependency Name="Microsoft.AspNetCore.Analyzer.Testing" Version="5.0.0-alpha1.19603.1" CoherentParentDependency="Microsoft.AspNetCore.Tooling">
Copy link
Contributor

Choose a reason for hiding this comment

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

This is completely incorrect as I understand Maestro++ and darc. @mmitche please confirm.

CoherentParentDependency names a package, not a repo. Since there's nothing named Microsoft.AspNetCore.Tooling, you're likely to have cause problems for Maestro++ and certainly aren't keeping things coherent. I suggest CoherentParentDependency="Microsoft.CodeAnalysis.Razor" or CoherentParentDependency="Microsoft.NET.Sdk.Razor"

Copy link
Contributor

Choose a reason for hiding this comment

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

@pranavkm once @mmitche confirms, please open another PR.

Copy link
Member

Choose a reason for hiding this comment

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

@dougbu you're right, I looked over this too quickly. It just so happens that there's a package named Microsoft.EntityFrameworkCore, which we used for the CoherentParentDependency. There is not a package named Microsoft.AspNetCore.Tooling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants