Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix for correctly including packages.config and internalPackages.config from Nuget-Project. #5

Open
wants to merge 4 commits into
base: feature/2.14.0
Choose a base branch
from

Conversation

saqibmushtaq
Copy link

#4 - Fix for correctly including packages.config and internalPackages.config from Nuget-Project.

@DannyVarod
Copy link
Collaborator

Hi, thanks for the fix. Can you add an example to one of the test projects?

@saqibmushtaq
Copy link
Author

Unit test created

@@ -178,6 +178,23 @@ public void TestGetDependenciesInner()
&& ((XElement)obj).Attribute("version").Value == "1.24.0");
}

[TestMethod]
public void TestGetDependencies_InternalPackages()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test passes with and without the fix

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, of course, it was a wrong test. Correction made.

@breenbob
Copy link

breenbob commented Mar 6, 2018

Any timeline on this being merged and getting a new release out? This issue is preventing any of my nuget dependencies being included in the nuspec file... can you suggest any workaround in the mean time? Great package by the way.

…automatically, without excplicitly adding them into NuGet Package project.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants