Skip to content

Commit 14bad63

Browse files
committed
Update VerifySettingsExtensions.cs
1 parent 99adcfe commit 14bad63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Verify.SqlServer/SchemaValidation/VerifySettingsExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@ internal static SchemaSettings GetSchemaSettings(this IReadOnlyDictionary<string
7979
return defaultSettings;
8080
}
8181

82+
// Shared instance is safe: callers only read from it, never mutate
8283
static SchemaSettings defaultSettings = new();
8384
}

0 commit comments

Comments
 (0)