Refactor SurfaceCacheValidator to simplify oldest entry calculation
Add global using for Xunit in test project Enhance ImportValidatorTests with async validation and quarantine checks Implement FileSystemQuarantineServiceTests for quarantine functionality Add integration tests for ImportValidator to check monotonicity Create BundleVersionTests to validate version parsing and comparison logic Implement VersionMonotonicityCheckerTests for monotonicity checks and activation logic
This commit is contained in:
@@ -286,6 +286,10 @@ public sealed record RecordModeRequest(
|
||||
ReadOnlyMemory<byte> Vex,
|
||||
ReadOnlyMemory<byte> Log)
|
||||
{
|
||||
public string? VexDigest { get; init; }
|
||||
|
||||
public string? LogDigest { get; init; }
|
||||
|
||||
public string? PolicyDigest { get; init; }
|
||||
|
||||
public string? FeedSnapshot { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user