Reintroduced management api after v12 merge

This commit is contained in:
Bjarke Berg
2023-05-04 13:32:41 +02:00
381 changed files with 3787 additions and 3833 deletions

View File

@@ -1,7 +1,6 @@
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Data;

View File

@@ -1,7 +1,6 @@
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Collections.Concurrent;
using System.IO;
using System.Linq;

View File

@@ -1,4 +1,3 @@
using System;
using System.Data;
using System.Data.Common;
using System.Linq;

View File

@@ -1,7 +1,6 @@
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
@@ -90,7 +89,7 @@ public class SqlServerTestDatabase : SqlServerBaseTestDatabase, ITestDatabase
var sql = $@"
ALTER DATABASE {LocalDb.QuotedName(meta.Name)}
SET SINGLE_USER
SET SINGLE_USER
WITH ROLLBACK IMMEDIATE";
SetCommand(command, sql);
command.ExecuteNonQuery();

View File

@@ -1,4 +1,3 @@
using System;
using System.Collections.Concurrent;
using System.Data;
using System.Data.Common;