Created
September 28, 2017 19:14
-
-
Save GeorgDangl/d426ab7890bfd304a05c5e8458adba0d to your computer and use it in GitHub Desktop.
xUnit Regression with 2.3.0-rc1, see https://github.com/GeorgDangl/Dangl.Common
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project Sdk="Microsoft.NET.Sdk"> | |
<PropertyGroup> | |
<TargetFrameworks>netcoreapp2.0;netcoreapp1.1;netcoreapp1.0;net47;net461;net46</TargetFrameworks> | |
<AssemblyName>Dangl.Common.Tests</AssemblyName> | |
<PackageId>Dangl.Common.Tests</PackageId> | |
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> | |
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">1.1.1</RuntimeFrameworkVersion> | |
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.4</RuntimeFrameworkVersion> | |
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | |
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | |
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | |
</PropertyGroup> | |
<ItemGroup> | |
<ProjectReference Include="..\..\src\Dangl.Common\Dangl.Common.csproj" /> | |
</ItemGroup> | |
<ItemGroup> | |
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0-preview-20170517-02" /> | |
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.0-rc1-build3797" /> | |
<PackageReference Include="xunit" Version="2.3.0-rc1-build3797" /> | |
<PackageReference Include="OpenCover" Version="4.6.519"> | |
<PrivateAssets>All</PrivateAssets> | |
</PackageReference> | |
<PackageReference Include="OpenCoverToCoberturaConverter" Version="0.2.6"> | |
<PrivateAssets>All</PrivateAssets> | |
</PackageReference> | |
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-rc1-build3797" /> | |
</ItemGroup> | |
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' "> | |
<Reference Include="System" /> | |
<Reference Include="Microsoft.CSharp" /> | |
</ItemGroup> | |
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' "> | |
<Reference Include="System" /> | |
<Reference Include="Microsoft.CSharp" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> | |
</ItemGroup> | |
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\test\Dangl.Common.Tests> dotnet xunit -f netcoreapp | |
1.0 | |
Detecting target frameworks in Dangl.Common.Tests.csproj... | |
Building for framework netcoreapp1.0... | |
Dangl.Common -> C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\src\Dangl.Common\bin\Debug\netstanda | |
rd1.3\Dangl.Common.dll | |
Dangl.Common.Tests -> C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\test\Dangl.Common.Tests\bin\De | |
bug\netcoreapp1.0\Dangl.Common.Tests.dll | |
Running .NET Core tests for framework netcoreapp1.0... | |
xUnit.net Console Runner (64-bit .NET Core 4.0.0.0) | |
Discovering: Dangl.Common.Tests | |
Discovered: Dangl.Common.Tests | |
Starting: Dangl.Common.Tests | |
Dangl.Common.Tests.StringExtenionsTests+CompressDecompress.CompressDecompress_01 [FAIL] | |
System.IO.FileLoadException : Could not load file or assembly 'System.IO.Compression, Version=4.1.1.0, Culture=neu | |
tral, PublicKeyToken=b77a5c561934e089'. Could not find or load a specific file. (Exception from HRESULT: 0x80131621) | |
Stack Trace: | |
at Dangl.StringExtensions.Compress(String source) | |
C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\test\Dangl.Common.Tests\StringExtenionsTests.c | |
s(144,0): at Dangl.Common.Tests.StringExtenionsTests.CompressDecompress.CompressDecompress_01() | |
Dangl.Common.Tests.StringExtenionsTests+CompressDecompress.CompressDecompress_02 [FAIL] | |
System.IO.FileLoadException : Could not load file or assembly 'System.IO.Compression, Version=4.1.1.0, Culture=neu | |
tral, PublicKeyToken=b77a5c561934e089'. Could not find or load a specific file. (Exception from HRESULT: 0x80131621) | |
Stack Trace: | |
at Dangl.StringExtensions.Compress(String source) | |
C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\test\Dangl.Common.Tests\StringExtenionsTests.c | |
s(159,0): at Dangl.Common.Tests.StringExtenionsTests.CompressDecompress.CompressDecompress_02() | |
Finished: Dangl.Common.Tests | |
=== TEST EXECUTION SUMMARY === | |
Dangl.Common.Tests Total: 84, Errors: 0, Failed: 2, Skipped: 0, Time: 0,875s | |
PS C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\test\Dangl.Common.Tests> dotnet xunit -f netcoreapp | |
1.1 | |
Detecting target frameworks in Dangl.Common.Tests.csproj... | |
Building for framework netcoreapp1.1... | |
Dangl.Common -> C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\src\Dangl.Common\bin\Debug\netstanda | |
rd1.3\Dangl.Common.dll | |
Dangl.Common.Tests -> C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\test\Dangl.Common.Tests\bin\De | |
bug\netcoreapp1.1\Dangl.Common.Tests.dll | |
Running .NET Core tests for framework netcoreapp1.1... | |
xUnit.net Console Runner (64-bit .NET Core 4.0.0.0) | |
System.IO.FileLoadException: Could not load file or assembly 'System.Runtime.InteropServices, Version=4.1.1.0, Culture=n | |
eutral, PublicKeyToken=b03f5f7f11d50a3a'. Could not find or load a specific file. (Exception from HRESULT: 0x80131621) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project Sdk="Microsoft.NET.Sdk"> | |
<PropertyGroup> | |
<TargetFrameworks>netcoreapp2.0;netcoreapp1.1;netcoreapp1.0;net47;net461;net46</TargetFrameworks> | |
<AssemblyName>Dangl.Common.Tests</AssemblyName> | |
<PackageId>Dangl.Common.Tests</PackageId> | |
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> | |
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">1.1.1</RuntimeFrameworkVersion> | |
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.4</RuntimeFrameworkVersion> | |
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | |
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | |
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | |
</PropertyGroup> | |
<ItemGroup> | |
<ProjectReference Include="..\..\src\Dangl.Common\Dangl.Common.csproj" /> | |
</ItemGroup> | |
<ItemGroup> | |
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0-preview-20170517-02" /> | |
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.0-beta3-build1319" /> | |
<PackageReference Include="xunit" Version="2.3.0-beta3-build3700" /> | |
<PackageReference Include="OpenCover" Version="4.6.519"> | |
<PrivateAssets>All</PrivateAssets> | |
</PackageReference> | |
<PackageReference Include="OpenCoverToCoberturaConverter" Version="0.2.6"> | |
<PrivateAssets>All</PrivateAssets> | |
</PackageReference> | |
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta2-build3683" /> | |
</ItemGroup> | |
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' "> | |
<Reference Include="System" /> | |
<Reference Include="Microsoft.CSharp" /> | |
</ItemGroup> | |
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' "> | |
<Reference Include="System" /> | |
<Reference Include="Microsoft.CSharp" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> | |
</ItemGroup> | |
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\test\Dangl.Common.Tests> dotnet xunit -f netcoreapp | |
1.0 | |
Detecting target frameworks in Dangl.Common.Tests.csproj... | |
Building for framework netcoreapp1.0... | |
Dangl.Common -> C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\src\Dangl.Common\bin\Debug\netstanda | |
rd1.3\Dangl.Common.dll | |
Dangl.Common.Tests -> C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\test\Dangl.Common.Tests\bin\De | |
bug\netcoreapp1.0\Dangl.Common.Tests.dll | |
Running .NET Core tests for framework netcoreapp1.0... | |
xUnit.net Console Runner (64-bit .NET Core 4.6.25211.02) | |
Discovering: Dangl.Common.Tests | |
Discovered: Dangl.Common.Tests | |
Starting: Dangl.Common.Tests | |
Finished: Dangl.Common.Tests | |
=== TEST EXECUTION SUMMARY === | |
Dangl.Common.Tests Total: 84, Errors: 0, Failed: 0, Skipped: 0, Time: 0,619s | |
PS C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\test\Dangl.Common.Tests> dotnet xunit -f netcoreapp | |
1.1 | |
Detecting target frameworks in Dangl.Common.Tests.csproj... | |
Building for framework netcoreapp1.1... | |
Dangl.Common -> C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\src\Dangl.Common\bin\Debug\netstanda | |
rd1.3\Dangl.Common.dll | |
Dangl.Common.Tests -> C:\Users\Georg\Documents\Visual Studio 2015\Projects\Dangl.Common\test\Dangl.Common.Tests\bin\De | |
bug\netcoreapp1.1\Dangl.Common.Tests.dll | |
Running .NET Core tests for framework netcoreapp1.1... | |
xUnit.net Console Runner (64-bit .NET Core 4.6.25211.01) | |
Discovering: Dangl.Common.Tests | |
Discovered: Dangl.Common.Tests | |
Starting: Dangl.Common.Tests | |
Finished: Dangl.Common.Tests | |
=== TEST EXECUTION SUMMARY === | |
Dangl.Common.Tests Total: 84, Errors: 0, Failed: 0, Skipped: 0, Time: 0,451s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment