-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Repro steps:
- Append an attribute to a member of Sample class in Sample1B
- Build Sample1A and Sample1B
- 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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels