Closed toryalsip closed 7 years ago
now I am using Visual Studio 2017 for Mac and I could not reproduce it.
% git diff HEAD~1 HEAD (git)-[test]
diff --git a/Mastodon.API.Tests/EmptyClass.cs b/Mastodon.API.Tests/EmptyClass.cs
new file mode 100644
index 0000000..2463e7f
--- /dev/null
+++ b/Mastodon.API.Tests/EmptyClass.cs
@@ -0,0 +1,10 @@
+<U+FEFF>using System;
+namespace Mastodon.API.Tests
+{
+ public class EmptyClass
+ {
+ public EmptyClass()
+ {
+ }
+ }
+}
diff --git a/Mastodon.API.Tests/Mastodon.API.Tests.csproj b/Mastodon.API.Tests/Mastodon.API.Tests.csproj
index 5b21d0f..83ced50 100644
--- a/Mastodon.API.Tests/Mastodon.API.Tests.csproj
+++ b/Mastodon.API.Tests/Mastodon.API.Tests.csproj
@@ -58,6 +58,7 @@
<Compile Include="Mocks\MockHttpMessageHandler.cs" />
<Compile Include="TestUtils.cs" />
<Compile Include="LinkTest.cs" />
+ <Compile Include="EmptyClass.cs" />^M
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Would you try it again?
@53ningen I've noticed this will remove the ItemGroup listing folders and then add some additional things at the bottom. See the example below. I'm concerned that this would not play nice with Xamarin Studio. If you can confirm whether or not that this the case I'd be grateful. Thank you.