Aggregated diff between two project snapshots.
public sealed record ConfigurationDiff(IReadOnlyList<ConfigurationValueChange> MetadataChanges, IReadOnlyList<PlatformConfigurationDiff> PlatformDiffs) : IEquatable<ConfigurationDiff>
kind:method, kind:property, kind:ctor. Press Esc to clear.ConfigurationDiff(IReadOnlyList<ConfigurationValueChange>, IReadOnlyList<PlatformConfigurationDiff>)Aggregated diff between two project snapshots.MetadataChangesMetadata differences.PlatformDiffsPer-platform differences.