2017年5月24日

nuget.exe push won't use API Key

摘要: I had the same issue today on v3.4.3.855.I set the api key using the required command, then when I ran the push I got this warning: WARNING: No API Ke 阅读全文

posted @ 2017-05-24 22:49 木龙哥 阅读(589) 评论(0) 推荐(0) 编辑

String.prototype.formatWith

摘要: 1 String.prototype.formatWith = function () { 2 var args = arguments; 3 var reg = /\{(\d+)\}/g; 4 return this.replace(reg, function (g0, g1) { 5 return args[+g... 阅读全文

posted @ 2017-05-24 11:02 木龙哥 阅读(293) 评论(0) 推荐(0) 编辑

导航