Hi there, just curios about best practice for Nuget updates... how do you treat these?
Typically if it's a minor release update - say Examine 1.0.5 to 1.0.6 - I'll update that, but I will never really touch something like Serilog going from 2.8.0 to 2.10.0 - should I?
I only update to patch versions for things like Examine, ImageProcessor and ClientDependency. I've tried upgrading said packages a few times and haven't experienced any issues so far. The rest I tend to leave alone.
Visual Studio and Nuget Package updates
Hi there, just curios about best practice for Nuget updates... how do you treat these?
Typically if it's a minor release update - say Examine 1.0.5 to 1.0.6 - I'll update that, but I will never really touch something like Serilog going from 2.8.0 to 2.10.0 - should I?
Hey Warren,
I only update to patch versions for things like Examine, ImageProcessor and ClientDependency. I've tried upgrading said packages a few times and haven't experienced any issues so far. The rest I tend to leave alone.
Hope that helps 😊
Dan
Nice thank you, that's pretty much how I approach things as well.
is working on a reply...