Skip to content

Check referenced assemly versions #28

Description

@imanushin

SolutionCop can check consistency of the referenced assembly versions. See csproj fragments below. Projects can have different references required. In this case compilation can be succeeded, however assembly load exception will be appeared after application start

csproj 1:

<Reference Include="Newtonsoft.Json, *Version=6.0.0.0*, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

csproj 2:

<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions