Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;

public struct ValX1<T> {}
public class RefX1<T> {}
Expand Down Expand Up @@ -52,7 +53,7 @@ public static void Eval(bool exp)
}
}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<int>.EnterExitTest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit01.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -67,7 +68,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<double>.EnterExitTest<int>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit02.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -57,7 +58,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<int>.EnterExitTest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit03.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -72,7 +73,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<double>.EnterExitTest<int>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit04.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -57,7 +58,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<int>.EnterExitTest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit05.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -71,7 +72,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<double>.EnterExitTest<int>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit06.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -56,7 +57,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<int>.EnterExitTest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit07.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -71,7 +72,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<double>.EnterExitTest<int>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit08.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;

public struct ValX1<T> {}
public class RefX1<T> {}
Expand Down Expand Up @@ -55,7 +56,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<int>.EnterExitTest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit09.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -71,7 +72,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<int>.EnterExitTest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit10.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -60,7 +61,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<int>.EnterExitTest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit11.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -79,7 +80,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<double>.EnterExitTest<int>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit12.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -59,7 +60,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<int>.EnterExitTest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit13.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -78,7 +79,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<double>.EnterExitTest<int>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="EnterExit14.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;


public struct ValX1<T> {}
Expand Down Expand Up @@ -56,7 +57,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<int>.TryEnterTest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="TryEnter01.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Threading;
using Xunit;
using TestLibrary;

public struct ValX1<T> {}
public class RefX1<T> {}
Expand Down Expand Up @@ -69,7 +70,7 @@ public static void Eval(bool exp)

}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsMultithreadingSupported))]
public static int TestEntryPoint()
{
Gen<int>.TryEnterTest<int>(true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<Compile Include="TryEnter03.cs" />
<Compile Include="MonitorHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
Loading
Loading