ConfigurationSnapshot(Guid, DateTimeOffset, String?, String?, PackagingProject) Constructor

Definition

Assembly PackagingTools.Core.dll

Captured snapshot of a project configuration suitable for audit history.

public ConfigurationSnapshot(Guid Id, DateTimeOffset CapturedAt, string? Author, string? Comment, PackagingProject Project)

Parameters

Id
Guid

Snapshot identifier.

CapturedAt
DateTimeOffset

Capture timestamp (UTC).

Author
String

Actor initiating the capture (optional).

Comment
String

Optional comment describing the change.

Project
PackagingProject

Immutable project payload.