Click here to Skip to main content
15,895,799 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: NuGET Packagies Pin
Gerry Schmitz3-Mar-21 18:24
mveGerry Schmitz3-Mar-21 18:24 
GeneralRe: NuGET Packagies Pin
Thornik3-Mar-21 21:11
Thornik3-Mar-21 21:11 
GeneralRe: NuGET Packagies Pin
Richard Deeming3-Mar-21 22:42
mveRichard Deeming3-Mar-21 22:42 
GeneralRe: NuGET Packagies Pin
MadGerbil4-Mar-21 1:36
MadGerbil4-Mar-21 1:36 
GeneralRe: NuGET Packagies Pin
KLPounds4-Mar-21 2:32
KLPounds4-Mar-21 2:32 
GeneralRe: NuGET Packagies Pin
Matt McGuire4-Mar-21 4:52
professionalMatt McGuire4-Mar-21 4:52 
GeneralRe: NuGET Packagies Pin
Andre_Prellwitz4-Mar-21 5:54
Andre_Prellwitz4-Mar-21 5:54 
GeneralRe: NuGET Packagies Pin
Andre_Prellwitz4-Mar-21 5:35
Andre_Prellwitz4-Mar-21 5:35 
So I see three issues mentioned that have nothing to do with NuGet:
1. Version conflicts for common dependencies between libraries
2. Auto-updates
3. Package configurations which say a new version is compatible with your project

NuGet doesn’t magically solve #1 for you, though it *can* update your references for the simple case, if you let it. Which highlights that #2 is not normally the default. Finally, #3 is the fault of the packager, not the deliverer. It’s easy to configure things wrong, and for the misconfiguration to go unnoticed if it’s new or exotic enough.

What NuGet does help you solve is keeping your source control download small, especially if the bulk of your code is libraries, unless someone unknowingly checks in the “packages” folder.
GeneralRe: NuGET Packagies Pin
BinaryReason4-Mar-21 7:21
BinaryReason4-Mar-21 7:21 
GeneralRe: NuGET Packagies Pin
Andre_Prellwitz4-Mar-21 21:02
Andre_Prellwitz4-Mar-21 21:02 
GeneralRe: NuGET Packagies Pin
Bruce Patin4-Mar-21 9:24
Bruce Patin4-Mar-21 9:24 
GeneralPowerPoint Pin
David O'Neil3-Mar-21 7:22
professionalDavid O'Neil3-Mar-21 7:22 
GeneralRe: PowerPoint Pin
markrlondon3-Mar-21 7:32
markrlondon3-Mar-21 7:32 
GeneralRe: PowerPoint Pin
Slacker0073-Mar-21 7:46
professionalSlacker0073-Mar-21 7:46 
GeneralRe: PowerPoint Pin
  Forogar  3-Mar-21 8:08
professional  Forogar  3-Mar-21 8:08 
GeneralRe: PowerPoint Pin
obermd3-Mar-21 8:19
obermd3-Mar-21 8:19 
GeneralRe: PowerPoint Pin
Daniel Pfeffer3-Mar-21 8:22
professionalDaniel Pfeffer3-Mar-21 8:22 
GeneralRe: PowerPoint Pin
Sander Rossel3-Mar-21 9:37
professionalSander Rossel3-Mar-21 9:37 
GeneralRe: PowerPoint Pin
Gary R. Wheeler6-Mar-21 14:15
Gary R. Wheeler6-Mar-21 14:15 
GeneralRe: PowerPoint Pin
Sander Rossel7-Mar-21 22:17
professionalSander Rossel7-Mar-21 22:17 
GeneralRe: PowerPoint Pin
W Balboos, GHB3-Mar-21 11:33
W Balboos, GHB3-Mar-21 11:33 
GeneralRe: PowerPoint Pin
David O'Neil3-Mar-21 12:13
professionalDavid O'Neil3-Mar-21 12:13 
GeneralThought of the Day Pin
OriginalGriff3-Mar-21 4:41
mveOriginalGriff3-Mar-21 4:41 
GeneralRe: Thought of the Day Pin
W Balboos, GHB3-Mar-21 5:00
W Balboos, GHB3-Mar-21 5:00 
GeneralRe: Thought of the Day Pin
PIEBALDconsult3-Mar-21 5:11
mvePIEBALDconsult3-Mar-21 5:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.