Skip to content

Commit

Permalink
Failing tests for #23
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Oct 24, 2017
1 parent 10f0641 commit e17e820
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 4 deletions.
9 changes: 8 additions & 1 deletion Buildalyzer.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Buildalyzer", "src\Buildalyzer\Buildalyzer.csproj", "{252BD05D-80E4-4AE9-AE83-98B8D01CA30C}"
EndProject
Expand Down Expand Up @@ -29,6 +29,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LegacyFrameworkProjectWithR
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "projects", "projects", "{91B03910-3786-46F8-9CEE-5864CB65DA41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SdkFrameworkProject", "tests\projects\SdkFrameworkProject\SdkFrameworkProject.csproj", "{E25BB2EE-960A-4541-B06B-32320E88A8BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -79,6 +81,10 @@ Global
{D1F5AD80-ADED-4286-8FA4-3A8A6E818D34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1F5AD80-ADED-4286-8FA4-3A8A6E818D34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1F5AD80-ADED-4286-8FA4-3A8A6E818D34}.Release|Any CPU.Build.0 = Release|Any CPU
{E25BB2EE-960A-4541-B06B-32320E88A8BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E25BB2EE-960A-4541-B06B-32320E88A8BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E25BB2EE-960A-4541-B06B-32320E88A8BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E25BB2EE-960A-4541-B06B-32320E88A8BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -94,6 +100,7 @@ Global
{72E08358-C550-4EB1-B493-F145A319A9B1} = {91B03910-3786-46F8-9CEE-5864CB65DA41}
{D1F5AD80-ADED-4286-8FA4-3A8A6E818D34} = {91B03910-3786-46F8-9CEE-5864CB65DA41}
{91B03910-3786-46F8-9CEE-5864CB65DA41} = {2D6F1622-8D17-4D49-A9D1-E4AEAFE99370}
{E25BB2EE-960A-4541-B06B-32320E88A8BB} = {91B03910-3786-46F8-9CEE-5864CB65DA41}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1716863C-E9E2-4074-B557-E38CEB3B5C84}
Expand Down
3 changes: 2 additions & 1 deletion tests/FrameworkTests/FrameworkTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ public class FrameworkTestFixture
@"SdkNetCoreProject\SdkNetCoreProject.csproj",
@"SdkNetStandardProject\SdkNetStandardProject.csproj",
@"SdkNetCoreProjectImport\SdkNetCoreProjectImport.csproj",
@"SdkNetStandardProjectImport\SdkNetStandardProjectImport.csproj"
@"SdkNetStandardProjectImport\SdkNetStandardProjectImport.csproj",
@"SdkFrameworkProject\SdkFrameworkProject.csproj"
};

[TestCaseSource(nameof(_projectFiles))]
Expand Down
1 change: 1 addition & 0 deletions tests/NetCoreTests/NetCoreTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class NetCoreTestFixture
#if Is_Windows
@"LegacyFrameworkProject\LegacyFrameworkProject.csproj",
@"LegacyFrameworkProjectWithReference\LegacyFrameworkProjectWithReference.csproj",
@"SdkFrameworkProject\SdkFrameworkProject.csproj",
#endif
@"SdkNetCoreProject\SdkNetCoreProject.csproj",
@"SdkNetCoreProjectImport\SdkNetCoreProjectImport.csproj",
Expand Down
8 changes: 8 additions & 0 deletions tests/projects/SdkFrameworkProject/Class1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using System;

namespace SdkFrameworkProject
{
public class Class1
{
}
}
5 changes: 5 additions & 0 deletions tests/projects/SdkFrameworkProject/SdkFrameworkProject.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
</PropertyGroup>
</Project>
11 changes: 9 additions & 2 deletions tests/projects/TestProjects.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LegacyFrameworkProject", "LegacyFrameworkProject\LegacyFrameworkProject.csproj", "{36ED2B9D-2FC2-4725-9BC2-53CABF113477}"
EndProject
Expand All @@ -16,6 +17,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SdkNetStandardProjectImport
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestEmptySolutionFolder", "TestEmptySolutionFolder", "{2D087EE8-ECCB-41D6-809D-D95B58B37F26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SdkFrameworkProject", "SdkFrameworkProject\SdkFrameworkProject.csproj", "{7D74ABB0-2BF5-48EF-B1AE-A32B722276F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -46,6 +49,10 @@ Global
{203CC213-E0F1-4FC0-9EA6-4FFA50CDA629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{203CC213-E0F1-4FC0-9EA6-4FFA50CDA629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{203CC213-E0F1-4FC0-9EA6-4FFA50CDA629}.Release|Any CPU.Build.0 = Release|Any CPU
{7D74ABB0-2BF5-48EF-B1AE-A32B722276F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D74ABB0-2BF5-48EF-B1AE-A32B722276F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D74ABB0-2BF5-48EF-B1AE-A32B722276F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D74ABB0-2BF5-48EF-B1AE-A32B722276F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit e17e820

Please sign in to comment.