csharp
public record class ApiDifferenceWhat 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> AddedEntries in the assembly that no baseline approves — an unapproved addition.
public IReadOnlyList<string> RemovedEntries 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