Git Product home page Git Product logo

Comments (2)

brutaldev avatar brutaldev commented on July 17, 2024

Typically packages in the .nuget directory are ignored: https://github.com/brutaldev/StrongNameSigner/blob/master/src/Brutal.Dev.StrongNameSigner/AutomaticBuildTask.cs#L77

1>    Ignored 'C:\Users\X\.nuget\packages\csvtextfieldparser\1.2.2\lib\netstandard2.0\CsvTextFieldParser.dll' cached/framework NuGet package.
1>    Ignored 'C:\Users\X\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll' cached/framework NuGet package.
1>    Ignored 'C:\Users\X\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll' cached/framework NuGet package.
1>    Ignored 'C:\Users\X\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll' cached/framework NuGet package.
1>    Ignored 'C:\Users\X\.nuget\packages\scrypt.net\1.3.0\lib\netstandard1.4\Scrypt.dll' cached/framework NuGet package.
...

I can remove this line but who knows what kind of havoc that's going to cause... Perhaps @nickrandolph has some ideas on how to control this from the targets file?

from strongnamesigner.

meneasysoft avatar meneasysoft commented on July 17, 2024

Hello @brutaldev ,

thank you very much for the quick response. That information helped a lot.
I simply now put a NuGet.config into my Solution with the following content to ensure that it is not taken from the users .nuget Directory:

<?xml version="1.0" encoding="utf-8"?> <configuration> <config> <add key="globalPackagesFolder" value=".\packages" /> </config> </configuration>

See https://stackoverflow.com/questions/43687058/how-do-i-include-nuget-packages-in-my-solution-for-net-core-projects

No need to adjust anything then on your side. I will close this issue.

from strongnamesigner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.