Thursday, April 30, 2015

I spent a day chasing a bug in NuGet ... which was already fixed

I guess that's what happens when you use a CTP ( Community Technical Preview ) or RC ( Release Candidate ) versions of applications: you can run into bugs that aren't finished yet.

Well, so did I: NuGet was installing FluentValidations under the /packages/FluentValidations.5.5.0 folder, and under /packages/FluentValidations.5.5.0.0 ( extra zero ) on our CI server. I'm running VS2015CTP6 on both boxes and it turned out  this bug is fixed in the RC version ( which is available as of yesterday ! ).

So I first created a StackOverfow question - that nobody saw ...



So after really thinking of every possible stupidity that I've could have done, I proceeded to create an issue on GitHub for the NuGet team:



To which I then got the response:


So I'll be updating today!

No comments:

Post a Comment