EntityFrameworkCore.TemporalTables icon indicating copy to clipboard operation
EntityFrameworkCore.TemporalTables copied to clipboard

Upgrade packages to minimize the size of dependency graph

Open sucrose0413 opened this issue 3 years ago • 0 comments

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

sucrose0413 avatar Aug 19 '21 12:08 sucrose0413