docs consolidation, big sln build fixes, new advisories and sprints/tasks
This commit is contained in:
@@ -113,7 +113,10 @@ public sealed class LinksetResolverTests
|
||||
FeatureFlags: Array.Empty<string>(),
|
||||
Secrets: new SurfaceSecretsConfiguration("file", "tenant-a", "/etc/secrets", null, null, false),
|
||||
Tenant: "tenant-a",
|
||||
Tls: new SurfaceTlsConfiguration(null, null, new X509Certificate2Collection()));
|
||||
Tls: new SurfaceTlsConfiguration(null, null, new X509Certificate2Collection()))
|
||||
{
|
||||
CreatedAtUtc = DateTimeOffset.UtcNow
|
||||
};
|
||||
|
||||
public IReadOnlyDictionary<string, string> RawVariables { get; } = new Dictionary<string, string>(StringComparer.Ordinal)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user