Fixes missing usings

This commit is contained in:
benbierens 2023-09-08 10:21:40 +02:00
parent 13dcaff5d1
commit 9d2dbbbcab
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
15 changed files with 15 additions and 0 deletions

View File

@ -2,6 +2,7 @@
using DistTestCore.Codex;
using DistTestCore.Marketplace;
using KubernetesWorkflow;
using Utils;
namespace CodexNetDeployer
{

View File

@ -2,6 +2,7 @@
using DistTestCore.Codex;
using KubernetesWorkflow;
using Logging;
using Utils;
namespace CodexNetDeployer
{

View File

@ -1,5 +1,6 @@
using DistTestCore;
using NUnit.Framework;
using Utils;
namespace ContinuousTests.Tests
{

View File

@ -1,5 +1,6 @@
using DistTestCore;
using NUnit.Framework;
using Utils;
namespace ContinuousTests.Tests
{

View File

@ -1,6 +1,7 @@
using DistTestCore.Codex;
using DistTestCore.Marketplace;
using KubernetesWorkflow;
using Utils;
namespace DistTestCore
{

View File

@ -7,6 +7,7 @@ using KubernetesWorkflow;
using Logging;
using NUnit.Framework;
using System.Reflection;
using Utils;
namespace DistTestCore
{

View File

@ -3,6 +3,7 @@ using IdentityModel.Client;
using KubernetesWorkflow;
using Newtonsoft.Json;
using System.Reflection;
using Utils;
namespace DistTestCore
{

View File

@ -1,5 +1,6 @@
using DistTestCore;
using NUnit.Framework;
using Utils;
namespace TestsLong.BasicTests
{

View File

@ -2,6 +2,7 @@
using DistTestCore.Codex;
using NUnit.Framework;
using NUnit.Framework.Interfaces;
using Utils;
namespace TestsLong.BasicTests
{

View File

@ -1,5 +1,6 @@
using DistTestCore;
using NUnit.Framework;
using Utils;
namespace TestsLong.BasicTests
{

View File

@ -1,5 +1,6 @@
using DistTestCore;
using NUnit.Framework;
using Utils;
namespace TestsLong.DownloadConnectivityTests
{

View File

@ -1,5 +1,6 @@
using DistTestCore;
using NUnit.Framework;
using Utils;
namespace Tests.BasicTests
{

View File

@ -1,5 +1,6 @@
using DistTestCore;
using NUnit.Framework;
using Utils;
namespace Tests.BasicTests
{

View File

@ -1,5 +1,6 @@
using DistTestCore;
using NUnit.Framework;
using Utils;
namespace Tests.BasicTests
{

View File

@ -1,6 +1,7 @@
using DistTestCore;
using KubernetesWorkflow;
using NUnit.Framework;
using Utils;
namespace Tests.BasicTests
{