Skip to content

Upgrade packages to minimize the size of dependency graph#33

Open
sucrose0413 wants to merge 1 commit intofindulov:masterfrom
sucrose0413:master
Open

Upgrade packages to minimize the size of dependency graph#33
sucrose0413 wants to merge 1 commit intofindulov:masterfrom
sucrose0413:master

Conversation

@sucrose0413
Copy link

Hi@findulov, I found an issue in the EntityFrameworkCore.TemporalTables.Tests.csproj:

Packages Microsoft.EntityFrameworkCore v5.0.0, Microsoft.EntityFrameworkCore.Design v5.0.0, Microsoft.EntityFrameworkCore.InMemory v5.0.0, Microsoft.EntityFrameworkCore.Relational v5.0.0, Microsoft.NET.Test.Sdk v16.5.0 and MSTest.TestAdapter v2.1.0 transitively introduce 93 dependencies into EntityFrameworkCore.TemporalTables’s dependency graph (see dependency graph before upgrades), while Microsoft.EntityFrameworkCore v5.0.4, Microsoft.EntityFrameworkCore.Design v5.0.4, Microsoft.EntityFrameworkCore.InMemory v5.0.4, Microsoft.EntityFrameworkCore.Relational v5.0.4, Microsoft.NET.Test.Sdk v16.6.0 and MSTest.TestAdapter v2.2.1 can only introduce 62 dependencies (see dependency graph after upgrades).

These upgrades can help project minimize the size of dependency graph.
Hope the PR can help you.

Best regards,
sucrose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant