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 #16

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

Conversation

sucrose0413
Copy link

Hi@motmot80, I found an issue in the Abune.Server.Test.csproj:

Packages Akka.TestKit.Xunit2 v1.4.10, BenchmarkDotNet v0.12.1, Microsoft.CodeAnalysis.FxCopAnalyzers v2.9.6, Moq v4.14.6, nunit v3.10.1, NUnit3TestAdapter v3.10.0 and Microsoft.NET.Test.Sdk v15.8.0 transitively introduce 97 dependencies into Abune.Server’s dependency graph (see dependency graph before upgrades), while Akka.TestKit.Xunit2 v1.4.17, BenchmarkDotNet v0.13.0, Microsoft.CodeAnalysis.FxCopAnalyzers v2.9.8, Moq v4.16.0, nunit v3.13.1, NUnit3TestAdapter v4.0.0 and Microsoft.NET.Test.Sdk v15.9.1 can only introduce 63 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.

None yet

1 participant