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>
kind:method, kind:property, kind:ctor. Press Esc to clear.PlatformConfigurationDiff(PackagingPlatform, IReadOnlyList<String>, IReadOnlyList<String>, IReadOnlyList<ConfigurationValueChange>)Captures format/property deltas for a specific platform.AddedFormatsFormats newly added.PlatformTarget platform.PropertyChangesProperty-level changes.RemovedFormatsFormats removed.