One Sheet Summary: Good Habits, Bad Habits
2020-10-24 10:48
I make these to post on my wall and help me learn the subject. Be sure to read the book!
Comment for me? Send an email. I might even update the post!
2020-10-24 10:48
I make these to post on my wall and help me learn the subject. Be sure to read the book!
2020-10-23 10:44
Are you using nuget.exe
to generate packages, especially as part of your continuous integration? If you've upgraded to version 5.7, you may be experiencing unexpected errors like this:
Could not load file or assembly 'file:///C:\Program Files (x86)\NuGet CLI\nuget.exe' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
Using '[project]].nuspec' for metadata.
Authors is required.
Description is required.
I've submitted a bug report which is slowly gaining traction, but to my knowledge isn't yet resolved. Here's a summary of the problem and conditions. Please follow the link for more details.
Problem
nuget.exe
Conditions
The error will occur under the following conditions
nuget.5.6.exe
. E.g. the command used is nuget.5.6 pack
nuget.exe
. E.g. the command used is nuget pack
You may get conflicting behaviors if:
Mitigation
nuget.exe
version 5.6.nuget.exe
version is in the PATHnuget.exe
2020-10-20 20:37
I make these to post on my wall and help me learn the subject. Be sure to read the book!