PlatformConfigurationDiff Class

Definition

Captures format/property deltas for a specific platform.

public sealed record PlatformConfigurationDiff(PackagingPlatform Platform, IReadOnlyList<string> AddedFormats, IReadOnlyList<string> RemovedFormats, IReadOnlyList<ConfigurationValueChange> PropertyChanges) : IEquatable<PlatformConfigurationDiff>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)