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

Installing nuget package adds tons of unnecessary references #3

Closed
errantmind opened this issue Oct 19, 2017 · 11 comments
Closed

Installing nuget package adds tons of unnecessary references #3

errantmind opened this issue Oct 19, 2017 · 11 comments

Comments

@errantmind
Copy link

errantmind commented Oct 19, 2017

Hey, when installing Figgle using nuget a bunch of unnecessary references are added to the project. None of these references are actually needed except Figgle. These references make it look suspicious because a lot of them are cryptography related and other stuff unrelated to Figgle's core function.

edit: or maybe it does need all those references, in that case, why?

@drewnoakes
Copy link
Owner

Are you referencing Figgle from a .NET Core project?

@errantmind
Copy link
Author

errantmind commented Oct 19, 2017 via email

@drewnoakes
Copy link
Owner

Totally agree they should not be there. I've seen this with other libraries. Fix/workaround for now is to target both netstandard1.3 and net45 (or similar) in the csproj and package. I'll get a new version out.

@errantmind
Copy link
Author

errantmind commented Oct 19, 2017 via email

@errantmind
Copy link
Author

errantmind commented Oct 19, 2017 via email

@drewnoakes
Copy link
Owner

Please try out version 0.3.0 from NuGet. I believe the problem should be resolved now.

@drewnoakes
Copy link
Owner

(You may have to wait a few minutes before it appears in the index)

@drewnoakes
Copy link
Owner

Did you get a chance to test this?

@errantmind
Copy link
Author

errantmind commented Oct 21, 2017 via email

@errantmind
Copy link
Author

errantmind commented Oct 22, 2017 via email

@errantmind
Copy link
Author

errantmind commented Oct 22, 2017

This looks like a problem on my part as my App.config was still contaminated from the previous version of Figgle. Everything works fine now, this issue can be closed.

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

No branches or pull requests

2 participants