Why should I add NuGet packages dlls to source control?

vorou

I am used to keep the dlls outside source control. It's also could be done easily with NuGet packages.

However, I've noticed that some popular OS projects (such as https://github.com/octokit/octokit.net, https://github.com/AutoFixture/AutoFixture) prefer to keep the dlls checked in. Why is it so?

vorou

So, Mark Seemann fully answered to this question in his post. I'm totally agree with all the points.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Nuget - store packages in source control, or not?

Exclude nuget packages from source control

Nuget does not restore packages from source control

NuGet restoring packages but missing DLLs

Should I add the Visual Studio 2015 .vs folder to source control?

Should I add .vcxproj.filter files to source control?

Should I add the Visual Studio .suo and .user files to source control?

PHP packages installed by Composer - should they be in source control?

When should I update NuGet packages for a project?

What are the steps to exclude Nuget packages from TFVC Source Control?

Issue in Nuget packages from projects opened from source control

Should config files added by NuGet package be in source control?

Can PostSharp add its Nuget packages from an Artifactory source that is secured?

Should I exclude .slconfig from source control?

Should I commit the .vscode folder to source control?

Why everyone says I should include gradlew in my source control if its version is explicitly on build.gradle?

Why should I store kubernetes deployment configuration into source control if kubernetes already keeps track of it?

How to Add Nuget package dlls to Wix installer

Nuget packages: What should be checked in?

Should I add keystore files to version control?

Why am I unable to remove nuget packages from a .NET project?

Why should I not use the PictureBox control?

Why can't I add packages with Paket?

Should I check the dotnet-tools .config directory into source control?

How should I publish my projects as NuGet packages considering dependencies between them?

SignalR, Silverlight5 and .NET4: Which nuget packages should I use?

Local source of nuget packages doesn't exist

Why ReSharper doesn't add NuGet packages when it suggests to reference them?

Should the vendor folder be in source control?

TOP Ranking

  1. 1

    Failed to listen on localhost:8000 (reason: Cannot assign requested address)

  2. 2

    Loopback Error: connect ECONNREFUSED 127.0.0.1:3306 (MAMP)

  3. 3

    How to import an asset in swift using Bundle.main.path() in a react-native native module

  4. 4

    pump.io port in URL

  5. 5

    Compiler error CS0246 (type or namespace not found) on using Ninject in ASP.NET vNext

  6. 6

    BigQuery - concatenate ignoring NULL

  7. 7

    ngClass error (Can't bind ngClass since it isn't a known property of div) in Angular 11.0.3

  8. 8

    ggplotly no applicable method for 'plotly_build' applied to an object of class "NULL" if statements

  9. 9

    Spring Boot JPA PostgreSQL Web App - Internal Authentication Error

  10. 10

    How to remove the extra space from right in a webview?

  11. 11

    java.lang.NullPointerException: Cannot read the array length because "<local3>" is null

  12. 12

    Jquery different data trapped from direct mousedown event and simulation via $(this).trigger('mousedown');

  13. 13

    flutter: dropdown item programmatically unselect problem

  14. 14

    How to use merge windows unallocated space into Ubuntu using GParted?

  15. 15

    Change dd-mm-yyyy date format of dataframe date column to yyyy-mm-dd

  16. 16

    Nuget add packages gives access denied errors

  17. 17

    Svchost high CPU from Microsoft.BingWeather app errors

  18. 18

    Can't pre-populate phone number and message body in SMS link on iPhones when SMS app is not running in the background

  19. 19

    12.04.3--- Dconf Editor won't show com>canonical>unity option

  20. 20

    Any way to remove trailing whitespace *FOR EDITED* lines in Eclipse [for Java]?

  21. 21

    maven-jaxb2-plugin cannot generate classes due to two declarations cause a collision in ObjectFactory class

HotTag

Archive