Table of Contents

Property Entries

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

Entries

Gets the recorded entries, ordered by scope.

public IReadOnlyList<QueryGuardBaselineEntry> Entries { get; }

Property Value

IReadOnlyList<QueryGuardBaselineEntry>

Remarks

Ordered so the committed file has a stable diff. An unordered write would show every scope as changed whenever a dictionary rehashed, and a baseline whose diff is noise is a baseline nobody reviews.