perf(deploy): flatten-session caching, bulk DeploySiteAsync, paged management queries

This commit is contained in:
Joseph Doherty
2026-08-14 21:14:22 -04:00
parent ee193cd2bb
commit 48b3c40a7f
59 changed files with 3051 additions and 231 deletions
@@ -10,6 +10,10 @@ namespace ZB.MOM.WW.ScadaBridge.TemplateEngine.Tests.Validation;
/// authoritative behavior: bypasses the old substring scan missed are now caught,
/// and undefined symbols (which a structural scan could never see) fail compile.
/// </summary>
// Serialised with ScriptCompileVerdictCacheEvictionTests: both drive the
// process-wide ScriptCompileVerdictCache static, and an overflow test running
// concurrently would evict the entries these hit-count assertions depend on.
[Collection("ScriptCompileVerdictCache")]
public class ScriptCompilerTests
{
private readonly ScriptCompiler _sut = new();