Browse Source

Move test projects to their own directory in \

pull/835/merge
Siegfried Pammer 8 years ago
parent
commit
e26af08a1c
  1. 0
      ICSharpCode.Decompiler.Tests/BooleanConsumedAsInteger.il
  2. 0
      ICSharpCode.Decompiler.Tests/CheckedUnchecked.cs
  3. 0
      ICSharpCode.Decompiler.Tests/CodeSampleFileParser.cs
  4. 2
      ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs
  5. 0
      ICSharpCode.Decompiler.Tests/CustomAttributes.code.cs
  6. 1
      ICSharpCode.Decompiler.Tests/CustomAttributes/CustomAttributeTests.cs
  7. 0
      ICSharpCode.Decompiler.Tests/CustomAttributes/S_AssemblyCustomAttribute.cs
  8. 0
      ICSharpCode.Decompiler.Tests/CustomAttributes/S_CustomAttributeSamples.cs
  9. 0
      ICSharpCode.Decompiler.Tests/CustomAttributes/S_CustomAttributes.cs
  10. 0
      ICSharpCode.Decompiler.Tests/CustomShortCircuitOperators.cs
  11. 2
      ICSharpCode.Decompiler.Tests/DecompilerTestBase.cs
  12. 0
      ICSharpCode.Decompiler.Tests/DelegateConstruction.cs
  13. 0
      ICSharpCode.Decompiler.Tests/DoubleConstants.cs
  14. 0
      ICSharpCode.Decompiler.Tests/ExceptionHandling.cs
  15. 0
      ICSharpCode.Decompiler.Tests/ExpressionTrees.cs
  16. 0
      ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpPatternTests.cs
  17. 0
      ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpUsing.fs
  18. 0
      ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpUsing.fs.Debug.cs
  19. 0
      ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpUsing.fs.Debug.il
  20. 0
      ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpUsing.fs.Release.cs
  21. 0
      ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpUsing.fs.Release.il
  22. 0
      ICSharpCode.Decompiler.Tests/FSharpPatterns/TestHelpers.cs
  23. 0
      ICSharpCode.Decompiler.Tests/FSharpPatterns/ToolLocator.cs
  24. 0
      ICSharpCode.Decompiler.Tests/Generics.cs
  25. 0
      ICSharpCode.Decompiler.Tests/Helpers/CodeAssert.cs
  26. 0
      ICSharpCode.Decompiler.Tests/Helpers/RemoveCompilerAttribute.cs
  27. 0
      ICSharpCode.Decompiler.Tests/Helpers/SdkUtility.cs
  28. 0
      ICSharpCode.Decompiler.Tests/Helpers/Tester.cs
  29. 0
      ICSharpCode.Decompiler.Tests/Helpers/TypeSystemHelper.cs
  30. 34
      ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj
  31. 0
      ICSharpCode.Decompiler.Tests/IL/ILTests.cs
  32. 0
      ICSharpCode.Decompiler.Tests/IL/SequenceOfNestedIfs.Output.cs
  33. 0
      ICSharpCode.Decompiler.Tests/IL/SequenceOfNestedIfs.dll
  34. 0
      ICSharpCode.Decompiler.Tests/IL/SequenceOfNestedIfs.il
  35. 0
      ICSharpCode.Decompiler.Tests/IL/StackTests.exe
  36. 0
      ICSharpCode.Decompiler.Tests/IL/StackTests.il
  37. 0
      ICSharpCode.Decompiler.Tests/IncrementDecrement.cs
  38. 0
      ICSharpCode.Decompiler.Tests/Lock.cs
  39. 0
      ICSharpCode.Decompiler.Tests/MultidimensionalArray.cs
  40. 0
      ICSharpCode.Decompiler.Tests/NotUsingBlock.cs
  41. 0
      ICSharpCode.Decompiler.Tests/PInvoke.cs
  42. 2
      ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs
  43. 0
      ICSharpCode.Decompiler.Tests/PropertiesAndEvents.cs
  44. 0
      ICSharpCode.Decompiler.Tests/QueryExpressions.cs
  45. 0
      ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs
  46. 0
      ICSharpCode.Decompiler.Tests/Switch.cs
  47. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/BitNot.il
  48. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/Capturing.cs
  49. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/Comparisons.cs
  50. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/CompoundAssignment.cs
  51. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/ConditionalAttr.cs
  52. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/ControlFlow.cs
  53. 2
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/Conversions.cs
  54. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/DecimalFields.cs
  55. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/Generics.cs
  56. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/HelloWorld.cs
  57. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/InitializerTests.cs
  58. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/MemberLookup.cs
  59. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/OverloadResolution.cs
  60. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/PropertiesAndEvents.cs
  61. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/Readme.txt
  62. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/Switch.cs
  63. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/UndocumentedExpressions.cs
  64. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/UnsafeCode.cs
  65. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/ValueTypeCall.cs
  66. 0
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/YieldReturn.cs
  67. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/.gitignore
  68. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/AnonymousTypes.cs
  69. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/AnonymousTypes.il
  70. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/AnonymousTypes.opt.il
  71. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/Async.cs
  72. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/AutoProperties.cs
  73. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/AutoProperties.opt.roslyn.il
  74. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/AutoProperties.roslyn.il
  75. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/CompoundAssignmentTest.cs
  76. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/CompoundAssignmentTest.il
  77. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/CompoundAssignmentTest.opt.il
  78. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/CompoundAssignmentTest.opt.roslyn.il
  79. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/CompoundAssignmentTest.roslyn.il
  80. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/ExceptionHandling.cs
  81. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/ExceptionHandling.il
  82. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/ExceptionHandling.opt.il
  83. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/HelloWorld.cs
  84. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/HelloWorld.il
  85. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/InlineAssignmentTest.cs
  86. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/InlineAssignmentTest.il
  87. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/InlineAssignmentTest.opt.il
  88. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/LiftedOperators.cs
  89. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/Loops.cs
  90. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.cs
  91. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.il
  92. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.opt.il
  93. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.opt.roslyn.il
  94. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.roslyn.il
  95. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/Readme.txt
  96. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/ShortCircuit.cs
  97. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/ShortCircuit.il
  98. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/ShortCircuit.opt.il
  99. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/ShortCircuit.opt.roslyn.il
  100. 0
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/ShortCircuit.roslyn.il
  101. Some files were not shown because too many files have changed in this diff Show More

0
ICSharpCode.Decompiler/Tests/BooleanConsumedAsInteger.il → ICSharpCode.Decompiler.Tests/BooleanConsumedAsInteger.il

0
ICSharpCode.Decompiler/Tests/CheckedUnchecked.cs → ICSharpCode.Decompiler.Tests/CheckedUnchecked.cs

0
ICSharpCode.Decompiler/Tests/CodeSampleFileParser.cs → ICSharpCode.Decompiler.Tests/CodeSampleFileParser.cs

2
ICSharpCode.Decompiler/Tests/CorrectnessTestRunner.cs → ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs

@ -28,7 +28,7 @@ namespace ICSharpCode.Decompiler.Tests @@ -28,7 +28,7 @@ namespace ICSharpCode.Decompiler.Tests
[TestFixture]
public class CorrectnessTestRunner
{
const string TestCasePath = @"../../Tests/TestCases/Correctness";
const string TestCasePath = @"../../../ICSharpCode.Decompiler.Tests/TestCases/Correctness";
[Test]
public void AllFilesHaveTests()

0
ICSharpCode.Decompiler/Tests/CustomAttributes.code.cs → ICSharpCode.Decompiler.Tests/CustomAttributes.code.cs

1
ICSharpCode.Decompiler/Tests/CustomAttributes/CustomAttributeTests.cs → ICSharpCode.Decompiler.Tests/CustomAttributes/CustomAttributeTests.cs

@ -6,7 +6,6 @@ namespace ICSharpCode.Decompiler.Tests.CustomAttributes @@ -6,7 +6,6 @@ namespace ICSharpCode.Decompiler.Tests.CustomAttributes
public class CustomAttributeTests : DecompilerTestBase
{
[Test]
[Ignore("Needs event pattern detection, which waits for improved control flow detection (do-while loops)")]
public void CustomAttributeSamples()
{
ValidateFileRoundtrip(@"CustomAttributes/S_CustomAttributeSamples.cs");

0
ICSharpCode.Decompiler/Tests/CustomAttributes/S_AssemblyCustomAttribute.cs → ICSharpCode.Decompiler.Tests/CustomAttributes/S_AssemblyCustomAttribute.cs

0
ICSharpCode.Decompiler/Tests/CustomAttributes/S_CustomAttributeSamples.cs → ICSharpCode.Decompiler.Tests/CustomAttributes/S_CustomAttributeSamples.cs

0
ICSharpCode.Decompiler/Tests/CustomAttributes/S_CustomAttributes.cs → ICSharpCode.Decompiler.Tests/CustomAttributes/S_CustomAttributes.cs

0
ICSharpCode.Decompiler/Tests/CustomShortCircuitOperators.cs → ICSharpCode.Decompiler.Tests/CustomShortCircuitOperators.cs

2
ICSharpCode.Decompiler/Tests/DecompilerTestBase.cs → ICSharpCode.Decompiler.Tests/DecompilerTestBase.cs

@ -34,7 +34,7 @@ namespace ICSharpCode.Decompiler.Tests @@ -34,7 +34,7 @@ namespace ICSharpCode.Decompiler.Tests
{
protected static void ValidateFileRoundtrip(string samplesFileName)
{
var fullPath = Path.Combine(@"../../Tests", samplesFileName);
var fullPath = Path.Combine(@"../../../ICSharpCode.Decompiler.Tests", samplesFileName);
AssertRoundtripCode(fullPath);
}

0
ICSharpCode.Decompiler/Tests/DelegateConstruction.cs → ICSharpCode.Decompiler.Tests/DelegateConstruction.cs

0
ICSharpCode.Decompiler/Tests/DoubleConstants.cs → ICSharpCode.Decompiler.Tests/DoubleConstants.cs

0
ICSharpCode.Decompiler/Tests/ExceptionHandling.cs → ICSharpCode.Decompiler.Tests/ExceptionHandling.cs

0
ICSharpCode.Decompiler/Tests/ExpressionTrees.cs → ICSharpCode.Decompiler.Tests/ExpressionTrees.cs

0
ICSharpCode.Decompiler/Tests/FSharpPatterns/FSharpPatternTests.cs → ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpPatternTests.cs

0
ICSharpCode.Decompiler/Tests/FSharpPatterns/FSharpUsing.fs → ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpUsing.fs

0
ICSharpCode.Decompiler/Tests/FSharpPatterns/FSharpUsing.fs.Debug.cs → ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpUsing.fs.Debug.cs

0
ICSharpCode.Decompiler/Tests/FSharpPatterns/FSharpUsing.fs.Debug.il → ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpUsing.fs.Debug.il

0
ICSharpCode.Decompiler/Tests/FSharpPatterns/FSharpUsing.fs.Release.cs → ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpUsing.fs.Release.cs

0
ICSharpCode.Decompiler/Tests/FSharpPatterns/FSharpUsing.fs.Release.il → ICSharpCode.Decompiler.Tests/FSharpPatterns/FSharpUsing.fs.Release.il

0
ICSharpCode.Decompiler/Tests/FSharpPatterns/TestHelpers.cs → ICSharpCode.Decompiler.Tests/FSharpPatterns/TestHelpers.cs

0
ICSharpCode.Decompiler/Tests/FSharpPatterns/ToolLocator.cs → ICSharpCode.Decompiler.Tests/FSharpPatterns/ToolLocator.cs

0
ICSharpCode.Decompiler/Tests/Generics.cs → ICSharpCode.Decompiler.Tests/Generics.cs

0
ICSharpCode.Decompiler/Tests/Helpers/CodeAssert.cs → ICSharpCode.Decompiler.Tests/Helpers/CodeAssert.cs

0
ICSharpCode.Decompiler/Tests/Helpers/RemoveCompilerAttribute.cs → ICSharpCode.Decompiler.Tests/Helpers/RemoveCompilerAttribute.cs

0
ICSharpCode.Decompiler/Tests/Helpers/SdkUtility.cs → ICSharpCode.Decompiler.Tests/Helpers/SdkUtility.cs

0
ICSharpCode.Decompiler/Tests/Helpers/Tester.cs → ICSharpCode.Decompiler.Tests/Helpers/Tester.cs

0
ICSharpCode.Decompiler/Tests/Helpers/TypeSystemHelper.cs → ICSharpCode.Decompiler.Tests/Helpers/TypeSystemHelper.cs

34
ICSharpCode.Decompiler/Tests/ICSharpCode.Decompiler.Tests.csproj → ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
<TargetFrameworkProfile />
<NoWin32Manifest>False</NoWin32Manifest>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile>
<DelaySign>False</DelaySign>
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
<NuGetPackageImportStamp>
@ -39,14 +39,14 @@ @@ -39,14 +39,14 @@
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\bin\Debug\</OutputPath>
<OutputPath>..\ICSharpCode.Decompiler\bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>..\bin\Release\</OutputPath>
<OutputPath>..\ICSharpCode.Decompiler\bin\Release\</OutputPath>
<DebugSymbols>false</DebugSymbols>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
@ -54,47 +54,47 @@ @@ -54,47 +54,47 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="DiffLib">
<HintPath>..\..\packages\DiffLib.1.0.0.55\lib\net35-Client\DiffLib.dll</HintPath>
<HintPath>..\packages\DiffLib.1.0.0.55\lib\net35-Client\DiffLib.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.CodeAnalysis.Common.1.3.2\lib\net45\Microsoft.CodeAnalysis.dll</HintPath>
<HintPath>..\packages\Microsoft.CodeAnalysis.Common.1.3.2\lib\net45\Microsoft.CodeAnalysis.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.CSharp, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.CodeAnalysis.CSharp.1.3.2\lib\net45\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
<HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.1.3.2\lib\net45\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Collections.Immutable, Version=1.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Collections.Immutable.1.3.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
<HintPath>..\packages\System.Collections.Immutable.1.3.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Reflection.Metadata, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Reflection.Metadata.1.2.0\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath>
<HintPath>..\packages\System.Reflection.Metadata.1.2.0\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml" />
@ -109,11 +109,11 @@ @@ -109,11 +109,11 @@
<None Include="TestCases\Correctness\Readme.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\cecil\Mono.Cecil.csproj">
<ProjectReference Include="..\cecil\Mono.Cecil.csproj">
<Project>{d68133bd-1e63-496e-9ede-4fbdbf77b486}</Project>
<Name>Mono.Cecil</Name>
</ProjectReference>
<ProjectReference Include="..\ICSharpCode.Decompiler.csproj">
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj">
<Project>{984cc812-9470-4a13-aff9-cc44068d666c}</Project>
<Name>ICSharpCode.Decompiler</Name>
</ProjectReference>
@ -182,8 +182,8 @@ @@ -182,8 +182,8 @@
<None Include="TestCases\Pretty\Readme.txt" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
<Analyzer Include="..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>

0
ICSharpCode.Decompiler/Tests/IL/ILTests.cs → ICSharpCode.Decompiler.Tests/IL/ILTests.cs

0
ICSharpCode.Decompiler/Tests/IL/SequenceOfNestedIfs.Output.cs → ICSharpCode.Decompiler.Tests/IL/SequenceOfNestedIfs.Output.cs

0
ICSharpCode.Decompiler/Tests/IL/SequenceOfNestedIfs.dll → ICSharpCode.Decompiler.Tests/IL/SequenceOfNestedIfs.dll

0
ICSharpCode.Decompiler/Tests/IL/SequenceOfNestedIfs.il → ICSharpCode.Decompiler.Tests/IL/SequenceOfNestedIfs.il

0
ICSharpCode.Decompiler/Tests/IL/StackTests.exe → ICSharpCode.Decompiler.Tests/IL/StackTests.exe

0
ICSharpCode.Decompiler/Tests/IL/StackTests.il → ICSharpCode.Decompiler.Tests/IL/StackTests.il

0
ICSharpCode.Decompiler/Tests/IncrementDecrement.cs → ICSharpCode.Decompiler.Tests/IncrementDecrement.cs

0
ICSharpCode.Decompiler/Tests/Lock.cs → ICSharpCode.Decompiler.Tests/Lock.cs

0
ICSharpCode.Decompiler/Tests/MultidimensionalArray.cs → ICSharpCode.Decompiler.Tests/MultidimensionalArray.cs

0
ICSharpCode.Decompiler/Tests/NotUsingBlock.cs → ICSharpCode.Decompiler.Tests/NotUsingBlock.cs

0
ICSharpCode.Decompiler/Tests/PInvoke.cs → ICSharpCode.Decompiler.Tests/PInvoke.cs

2
ICSharpCode.Decompiler/Tests/PrettyTestRunner.cs → ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs

@ -28,7 +28,7 @@ namespace ICSharpCode.Decompiler.Tests @@ -28,7 +28,7 @@ namespace ICSharpCode.Decompiler.Tests
{
public class PrettyTestRunner
{
const string TestCasePath = @"../../Tests/TestCases/Pretty";
const string TestCasePath = @"../../../ICSharpCode.Decompiler.Tests/TestCases/Pretty";
[Test]
public void AllFilesHaveTests()

0
ICSharpCode.Decompiler/Tests/PropertiesAndEvents.cs → ICSharpCode.Decompiler.Tests/PropertiesAndEvents.cs

0
ICSharpCode.Decompiler/Tests/QueryExpressions.cs → ICSharpCode.Decompiler.Tests/QueryExpressions.cs

0
ICSharpCode.Decompiler/Tests/RoundtripAssembly.cs → ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

0
ICSharpCode.Decompiler/Tests/Switch.cs → ICSharpCode.Decompiler.Tests/Switch.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/BitNot.il → ICSharpCode.Decompiler.Tests/TestCases/Correctness/BitNot.il

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/Capturing.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/Capturing.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/Comparisons.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/Comparisons.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/CompoundAssignment.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/CompoundAssignment.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/ConditionalAttr.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/ConditionalAttr.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/ControlFlow.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/ControlFlow.cs

2
ICSharpCode.Decompiler/Tests/TestCases/Correctness/Conversions.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/Conversions.cs

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// #include "../../../Util/CSharpPrimitiveCast.cs"
// #include "../../../ICSharpCode.Decompiler/Util/CSharpPrimitiveCast.cs"
using System;
using ICSharpCode.Decompiler.Util;

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/DecimalFields.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/DecimalFields.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/Generics.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/Generics.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/HelloWorld.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/HelloWorld.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/InitializerTests.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/InitializerTests.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/MemberLookup.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/MemberLookup.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/OverloadResolution.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/OverloadResolution.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/PropertiesAndEvents.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/PropertiesAndEvents.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/Readme.txt → ICSharpCode.Decompiler.Tests/TestCases/Correctness/Readme.txt

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/Switch.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/Switch.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/UndocumentedExpressions.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/UndocumentedExpressions.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/UnsafeCode.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/UnsafeCode.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/ValueTypeCall.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/ValueTypeCall.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Correctness/YieldReturn.cs → ICSharpCode.Decompiler.Tests/TestCases/Correctness/YieldReturn.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/.gitignore → ICSharpCode.Decompiler.Tests/TestCases/Pretty/.gitignore vendored

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/AnonymousTypes.cs → ICSharpCode.Decompiler.Tests/TestCases/Pretty/AnonymousTypes.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/AnonymousTypes.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/AnonymousTypes.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/AnonymousTypes.opt.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/AnonymousTypes.opt.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/Async.cs → ICSharpCode.Decompiler.Tests/TestCases/Pretty/Async.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/AutoProperties.cs → ICSharpCode.Decompiler.Tests/TestCases/Pretty/AutoProperties.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/AutoProperties.opt.roslyn.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/AutoProperties.opt.roslyn.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/AutoProperties.roslyn.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/AutoProperties.roslyn.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/CompoundAssignmentTest.cs → ICSharpCode.Decompiler.Tests/TestCases/Pretty/CompoundAssignmentTest.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/CompoundAssignmentTest.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/CompoundAssignmentTest.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/CompoundAssignmentTest.opt.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/CompoundAssignmentTest.opt.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/CompoundAssignmentTest.opt.roslyn.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/CompoundAssignmentTest.opt.roslyn.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/CompoundAssignmentTest.roslyn.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/CompoundAssignmentTest.roslyn.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/ExceptionHandling.cs → ICSharpCode.Decompiler.Tests/TestCases/Pretty/ExceptionHandling.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/ExceptionHandling.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/ExceptionHandling.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/ExceptionHandling.opt.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/ExceptionHandling.opt.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/HelloWorld.cs → ICSharpCode.Decompiler.Tests/TestCases/Pretty/HelloWorld.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/HelloWorld.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/HelloWorld.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/InlineAssignmentTest.cs → ICSharpCode.Decompiler.Tests/TestCases/Pretty/InlineAssignmentTest.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/InlineAssignmentTest.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/InlineAssignmentTest.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/InlineAssignmentTest.opt.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/InlineAssignmentTest.opt.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/LiftedOperators.cs → ICSharpCode.Decompiler.Tests/TestCases/Pretty/LiftedOperators.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/Loops.cs → ICSharpCode.Decompiler.Tests/TestCases/Pretty/Loops.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/PropertiesAndEvents.cs → ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/PropertiesAndEvents.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/PropertiesAndEvents.opt.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.opt.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/PropertiesAndEvents.opt.roslyn.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.opt.roslyn.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/PropertiesAndEvents.roslyn.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.roslyn.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/Readme.txt → ICSharpCode.Decompiler.Tests/TestCases/Pretty/Readme.txt

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/ShortCircuit.cs → ICSharpCode.Decompiler.Tests/TestCases/Pretty/ShortCircuit.cs

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/ShortCircuit.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/ShortCircuit.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/ShortCircuit.opt.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/ShortCircuit.opt.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/ShortCircuit.opt.roslyn.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/ShortCircuit.opt.roslyn.il

0
ICSharpCode.Decompiler/Tests/TestCases/Pretty/ShortCircuit.roslyn.il → ICSharpCode.Decompiler.Tests/TestCases/Pretty/ShortCircuit.roslyn.il

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save