Skip to content

Attribute changes not shown in log #17

@orlindraganov

Description

@orlindraganov

Repro steps:

  1. Append an attribute to a member of Sample class in Sample1B
  2. Build Sample1A and Sample1B
  3. Compare Sample1A and Sample 1B with bitdiff

The report shows that Assembly Sample1B has members changed however the changes are not shown deeper.

<AssemblyComparison>
  <Groups>
    <Group Name="Sample1.dll">
      <Assemblies>
        <Assembly WhatChanged="Nothing">
....
          <Namespace Name="BitDiffer.Samples.Sample1" WhatChanged="Nothing">
            <Class Name="SampleClass" WhatChanged="Nothing">
....
              <Method Name="TestMethod" WhatChanged="Nothing">
                <Attribute Name="System.ObsoleteAttribute" WhatChanged="Nothing" />
              </Method>
            </Class>
          </Namespace>
        </Assembly>
        <Assembly WhatChanged="Members" />
      </Assemblies>
    </Group>
  </Groups>
</AssemblyComparison>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions