Skip to content

Build warning VS2015 #470

Closed
Closed
@cristianst85

Description

@cristianst85

I'm getting a warning when I try to build Humanizer.

This is from VS2015:

Warning Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. Humanizer.MvcSample

And from console:

D:\Repositories\Humanizer>build.cmd
MSBuild auto-detection: using msbuild version '14.0' from 'C:\Program Files (x86)\MSBuild\14.0\bin'.
All packages listed in packages.config are already installed.
Humanizer -> D:\Repositories\Humanizer\Src\Humanizer\bin\Release\Humanizer.dll
Running Code Analysis...
Code Analysis Complete -- 0 error(s), 0 warning(s)
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. [D:\Repositories\Humanizer\samples\Humanizer.MvcSample\Humanizer.MvcSample.csproj]
Humanizer.MvcSample -> D:\Repositories\Humanizer\samples\Humanizer.MvcSample\bin\Humanizer.MvcSample.dll
Humanizer.Tests -> D:\Repositories\Humanizer\Src\Humanizer.Tests\bin\Release\Humanizer.Tests.dll
Running Code Analysis...
Code Analysis Complete -- 0 error(s), 0 warning(s)
xUnit.net MSBuild Runner (32-bit .NET 4.0.30319.42000)
Discovering: Humanizer.Tests (app domain = on [shadow copy], method display = Method)
Discovered: Humanizer.Tests (running 1164 test cases)
Starting: Humanizer.Tests (parallel test collections = on, max threads = 4)
11/1/2015 2:41:11 PM ~000001ms Variable: approvalFrame = ''
11/1/2015 2:41:11 PM ~000136ms Variable: approvalFrame = ''
11/1/2015 2:41:11 PM ~000001ms Variable: approvalFrame = ''
11/1/2015 2:41:11 PM ~000001ms Variable: approvalFrame = 'Humanizer.Tests.PublicApiApprovalTest.approve_public_api()'
11/1/2015 2:41:11 PM ~000031ms Variable: frame = 'Humanizer.Tests.PublicApiApprovalTest.approve_public_api()'
Finished: Humanizer.Tests
=== TEST EXECUTION SUMMARY ===
Humanizer.Tests Total: 6422, Errors: 0, Failed: 0, Skipped: 0, Time: 5,187s

D:\Repositories\Humanizer>


Microsoft Visual Studio Community 2015. (version 14.0.24627.00 Update 1 RC)
OS: Windows 7 x64.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions