Skip to content
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

Upgrade packages to minimize the size of dependency graph #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sucrose0413
Copy link

Hi@willsbctm, I found an issue in the DotNet.Core.Runtime.Faker.Integration.Tests.csproj:

Packages Bogus v33.0.1, Microsoft.AspNetCore.Mvc.Testing v3.1.5, nunit v3.13.1, NUnit3TestAdapter v3.17.0 and Microsoft.NET.Test.Sdk v16.8.3 transitively introduce 103 dependencies into DotNet.Core.Runtime.Faker’s dependency graph (see dependency graph before upgrades), while Bogus v33.0.2, Microsoft.AspNetCore.Mvc.Testing v3.1.7, nunit v3.13.2, NUnit3TestAdapter v4.0.0 and Microsoft.NET.Test.Sdk v16.9.1 can only introduce 61 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