Skip to content

Commit 02f35b9

Browse files
committed
Site updated at 2018-08-17 09:17:33 UTC
1 parent 57a3c36 commit 02f35b9

File tree

43 files changed

+687
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+687
-114
lines changed

about/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ <h1 class="entry-title">About</h1>
9999
<h1>Recent Posts</h1>
100100
<ul id="recent_posts">
101101

102+
<li class="post">
103+
<a href="/blog/2018/08/17/dotnet-sln-add/">Dotnet Sln Add</a>
104+
</li>
105+
102106
<li class="post">
103107
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
104108
</li>
@@ -115,10 +119,6 @@ <h1>Recent Posts</h1>
115119
<a href="/blog/2016/10/06/bash-i-forgot-sudo/">Bash - I Forgot Sudo</a>
116120
</li>
117121

118-
<li class="post">
119-
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
120-
</li>
121-
122122
</ul>
123123
</section>
124124

atom.xml

+15-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-04-10T21:03:17+00:00</updated>
7+
<updated>2018-08-17T09:17:30+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>
@@ -13,6 +13,20 @@
1313
<generator uri="http://octopress.org/">Octopress</generator>
1414

1515

16+
<entry>
17+
<title type="html"><![CDATA[Dotnet Sln Add]]></title>
18+
<link href="http://www.nyami.uk/blog/2018/08/17/dotnet-sln-add/"/>
19+
<updated>2018-08-17T09:02:03+00:00</updated>
20+
<id>http://www.nyami.uk/blog/2018/08/17/dotnet-sln-add</id>
21+
<content type="html"><![CDATA[<p>It&rsquo;s been a while since I&rsquo;d created a number dotnet projects and supporting solution using the command line so I had to refer to the <a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet">documentation</a> to keep me right. As I had just created a number of projects adding each one to the solution is a little tedious so when I&rsquo;d spotted I could use <a href="https://en.wikipedia.org/wiki/Glob_(programming">globbing patterns</a>) I thought this would save time and a few key presses.</p>
22+
23+
<!--more-->
24+
25+
26+
<p>However, when I ran <code>dotnet sln Foo.sln add **\*.csproj</code> I was presented with the error <code>Could not find project or directory **\*.csproj</code>. It turns out that blobbing is not actually supported by the CLI but actually a shell feature and PowerShell wasn&rsquo;t expanding the glob. Luckly as dotnet is cross platform and I have <a href="https://docs.microsoft.com/en-us/windows/wsl/install-win10">Windows Subsystem for Linux</a> installed with all the dotnet goodness I could switch to <code>bash</code>, ensure globbing was enabled using <code>shopt -s globstar</code>, and then run <code>dotnet sln Foo.sln add **\*.csproj</code> to add all my new projects, job done&hellip;</p>
27+
]]></content>
28+
</entry>
29+
1630
<entry>
1731
<title type="html"><![CDATA[RGUHack 2018]]></title>
1832
<link href="http://www.nyami.uk/blog/2018/04/10/rguhack-2018/"/>

blog/2014/12/14/a-blog-is-born/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ <h1>Comments</h1>
228228
<h1>Recent Posts</h1>
229229
<ul id="recent_posts">
230230

231+
<li class="post">
232+
<a href="/blog/2018/08/17/dotnet-sln-add/">Dotnet Sln Add</a>
233+
</li>
234+
231235
<li class="post">
232236
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
233237
</li>
@@ -244,10 +248,6 @@ <h1>Recent Posts</h1>
244248
<a href="/blog/2016/10/06/bash-i-forgot-sudo/">Bash - I Forgot Sudo</a>
245249
</li>
246250

247-
<li class="post">
248-
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
249-
</li>
250-
251251
</ul>
252252
</section>
253253

blog/2015/01/07/tfvc-and-nuget-updates/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ <h1>Comments</h1>
179179
<h1>Recent Posts</h1>
180180
<ul id="recent_posts">
181181

182+
<li class="post">
183+
<a href="/blog/2018/08/17/dotnet-sln-add/">Dotnet Sln Add</a>
184+
</li>
185+
182186
<li class="post">
183187
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
184188
</li>
@@ -195,10 +199,6 @@ <h1>Recent Posts</h1>
195199
<a href="/blog/2016/10/06/bash-i-forgot-sudo/">Bash - I Forgot Sudo</a>
196200
</li>
197201

198-
<li class="post">
199-
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
200-
</li>
201-
202202
</ul>
203203
</section>
204204

blog/2016/07/09/a-blog-is-reborn/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ <h1>Comments</h1>
187187
<h1>Recent Posts</h1>
188188
<ul id="recent_posts">
189189

190+
<li class="post">
191+
<a href="/blog/2018/08/17/dotnet-sln-add/">Dotnet Sln Add</a>
192+
</li>
193+
190194
<li class="post">
191195
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
192196
</li>
@@ -203,10 +207,6 @@ <h1>Recent Posts</h1>
203207
<a href="/blog/2016/10/06/bash-i-forgot-sudo/">Bash - I Forgot Sudo</a>
204208
</li>
205209

206-
<li class="post">
207-
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
208-
</li>
209-
210210
</ul>
211211
</section>
212212

blog/2016/07/13/radbutton-single-click/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ <h1>Comments</h1>
170170
<h1>Recent Posts</h1>
171171
<ul id="recent_posts">
172172

173+
<li class="post">
174+
<a href="/blog/2018/08/17/dotnet-sln-add/">Dotnet Sln Add</a>
175+
</li>
176+
173177
<li class="post">
174178
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
175179
</li>
@@ -186,10 +190,6 @@ <h1>Recent Posts</h1>
186190
<a href="/blog/2016/10/06/bash-i-forgot-sudo/">Bash - I Forgot Sudo</a>
187191
</li>
188192

189-
<li class="post">
190-
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
191-
</li>
192-
193193
</ul>
194194
</section>
195195

blog/2016/10/06/bash-i-forgot-sudo/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ <h1>Comments</h1>
165165
<h1>Recent Posts</h1>
166166
<ul id="recent_posts">
167167

168+
<li class="post">
169+
<a href="/blog/2018/08/17/dotnet-sln-add/">Dotnet Sln Add</a>
170+
</li>
171+
168172
<li class="post">
169173
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
170174
</li>
@@ -181,10 +185,6 @@ <h1>Recent Posts</h1>
181185
<a href="/blog/2016/10/06/bash-i-forgot-sudo/">Bash - I Forgot Sudo</a>
182186
</li>
183187

184-
<li class="post">
185-
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
186-
</li>
187-
188188
</ul>
189189
</section>
190190

blog/2017/11/18/creating-a-self-signed-certificate-for-identity-provider/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ <h1>Comments</h1>
209209
<h1>Recent Posts</h1>
210210
<ul id="recent_posts">
211211

212+
<li class="post">
213+
<a href="/blog/2018/08/17/dotnet-sln-add/">Dotnet Sln Add</a>
214+
</li>
215+
212216
<li class="post">
213217
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
214218
</li>
@@ -225,10 +229,6 @@ <h1>Recent Posts</h1>
225229
<a href="/blog/2016/10/06/bash-i-forgot-sudo/">Bash - I Forgot Sudo</a>
226230
</li>
227231

228-
<li class="post">
229-
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
230-
</li>
231-
232232
</ul>
233233
</section>
234234

blog/2018/02/09/simple-ping-middleware/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ <h1>Comments</h1>
175175
<h1>Recent Posts</h1>
176176
<ul id="recent_posts">
177177

178+
<li class="post">
179+
<a href="/blog/2018/08/17/dotnet-sln-add/">Dotnet Sln Add</a>
180+
</li>
181+
178182
<li class="post">
179183
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
180184
</li>
@@ -191,10 +195,6 @@ <h1>Recent Posts</h1>
191195
<a href="/blog/2016/10/06/bash-i-forgot-sudo/">Bash - I Forgot Sudo</a>
192196
</li>
193197

194-
<li class="post">
195-
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
196-
</li>
197-
198198
</ul>
199199
</section>
200200

blog/2018/04/10/rguhack-2018/index.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ <h3>Video</h3>
179179
<a class="basic-alignment left" href="/blog/2018/02/09/simple-ping-middleware/" title="Previous Post: Simple ping Middleware">&laquo; Simple ping Middleware</a>
180180

181181

182+
<a class="basic-alignment right" href="/blog/2018/08/17/dotnet-sln-add/" title="Next Post: dotnet sln add">dotnet sln add &raquo;</a>
183+
182184
</p>
183185
</footer>
184186
</article>
@@ -197,6 +199,10 @@ <h1>Comments</h1>
197199
<h1>Recent Posts</h1>
198200
<ul id="recent_posts">
199201

202+
<li class="post">
203+
<a href="/blog/2018/08/17/dotnet-sln-add/">Dotnet Sln Add</a>
204+
</li>
205+
200206
<li class="post">
201207
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
202208
</li>
@@ -213,10 +219,6 @@ <h1>Recent Posts</h1>
213219
<a href="/blog/2016/10/06/bash-i-forgot-sudo/">Bash - I Forgot Sudo</a>
214220
</li>
215221

216-
<li class="post">
217-
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
218-
</li>
219-
220222
</ul>
221223
</section>
222224

0 commit comments

Comments
 (0)