Skip to content

Commit a18c2ef

Browse files
committed
Site updated at 2018-09-29 08:36:47 UTC
1 parent 02f35b9 commit a18c2ef

File tree

17 files changed

+20
-20
lines changed

17 files changed

+20
-20
lines changed

atom.xml

Lines changed: 2 additions & 2 deletions
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-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>
@@ -23,7 +23,7 @@
2323
<!--more-->
2424
2525
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>
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 globbing 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>
2727
]]></content>
2828
</entry>
2929

blog/2018/08/17/dotnet-sln-add/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1 class="entry-title">Dotnet Sln Add</h1>
105105
<!--more-->
106106

107107

108-
<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>
108+
<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 globbing 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>
109109
</div>
110110

111111

blog/categories/asp-dot-net/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: asp.net | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/asp-dot-net/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

blog/categories/azure/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Azure | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/azure/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

blog/categories/development/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Development | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/development/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

blog/categories/dotnet-core/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Dotnet Core | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/dotnet-core/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

blog/categories/dotnet/atom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Dotnet | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/dotnet/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>
@@ -23,7 +23,7 @@
2323
<!--more-->
2424
2525
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>
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 globbing 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>
2727
]]></content>
2828
</entry>
2929

blog/categories/howto/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Howto | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/howto/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

blog/categories/identity-provider/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Identity Provider | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/identity-provider/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

blog/categories/middleware/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Middleware | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/middleware/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

blog/categories/powershell/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Powershell | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/powershell/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

blog/categories/rguhack/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Rguhack | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/rguhack/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

blog/categories/telerik/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Telerik | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/telerik/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

blog/categories/tfs/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Tfs, | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/tfs/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

blog/categories/tips/atom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Tips | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/tips/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>
@@ -23,7 +23,7 @@
2323
<!--more-->
2424
2525
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>
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 globbing 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>
2727
]]></content>
2828
</entry>
2929

blog/categories/web/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Web | Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/blog/categories/web/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-08-17T09:17:30+00:00</updated>
7+
<updated>2018-09-29T08:36:43+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>

stylesheets/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)