Vixen
02b45cc4
csharp
public record class ApiDifference

What a reading of the surface has that the baseline does not, and the reverse.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public IReadOnlyList<string> Added

    Entries in the assembly that no baseline approves — an unapproved addition.

  • public IReadOnlyList<string> Removed

    Entries the baseline approves that the assembly no longer has — a break.

  • public bool IsEmpty

Methods (1)

  • public ApiDifference(IReadOnlyList<string> Added, IReadOnlyList<string> Removed)

    What a reading of the surface has that the baseline does not, and the reverse.

Used by (2)

  • ApiBaselineVixen.ApiCheck
  • ApiBaselineTestsVixen.ApiCheck.Tests