Captured snapshot of a project configuration suitable for audit history.
public sealed record ConfigurationSnapshot(Guid Id, DateTimeOffset CapturedAt, string? Author, string? Comment, PackagingProject Project) : IEquatable<ConfigurationSnapshot>
kind:method, kind:property, kind:ctor. Press Esc to clear.ConfigurationSnapshot(Guid, DateTimeOffset, String?, String?, PackagingProject)Captured snapshot of a project configuration suitable for audit history.AuthorActor initiating the capture (optional).CapturedAtCapture timestamp (UTC).CommentOptional comment describing the change.IdSnapshot identifier.ProjectImmutable project payload.