Skip to content

Markdown report does not reflect breaking changes #27

@RusKnyaz

Description

@RusKnyaz

I compared two simple assemblies:
1st contains enum with three fields
2nd contains the same enum with two fields.

The xml report is:

<Assembly Name="test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" DiffType="Modified">
  <Module Name="test.dll" DiffType="Modified">
    <Type Name="test.Types" DiffType="Modified">
      <Field Name="three" DiffType="Deleted" />
    </Type>
  </Module>
</Assembly>

but markdown is:

## API Changes: `test`

it is expected that mardown report contains all changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions