Skip to content

Markdown report does not reflect breaking changes #27

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.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions