From 86eecd6f8c89273e7e03780c54375443a44bd425 Mon Sep 17 00:00:00 2001 From: James Friel Date: Mon, 11 Dec 2023 08:14:23 +0000 Subject: [PATCH] fix nunit update --- RDMP | 2 +- Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj | 2 +- Rdmp.Dicom.Tests/Unit/AmbiguousFilePathTests.cs | 1 + Rdmp.Dicom.Tests/Unit/CFindDirSourceTests.cs | 1 + Rdmp.Dicom.Tests/Unit/CFindSourceTests.cs | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RDMP b/RDMP index ed138c42..e94eed1c 160000 --- a/RDMP +++ b/RDMP @@ -1 +1 @@ -Subproject commit ed138c4242689825c28a4293135f1b38935335fd +Subproject commit e94eed1c3e9daecdbdee3c1ba151b02a943ef50f diff --git a/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj b/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj index 17aacc74..99c1f17c 100644 --- a/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj +++ b/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj @@ -44,7 +44,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Rdmp.Dicom.Tests/Unit/AmbiguousFilePathTests.cs b/Rdmp.Dicom.Tests/Unit/AmbiguousFilePathTests.cs index 5ec87c80..cb00a3be 100644 --- a/Rdmp.Dicom.Tests/Unit/AmbiguousFilePathTests.cs +++ b/Rdmp.Dicom.Tests/Unit/AmbiguousFilePathTests.cs @@ -7,6 +7,7 @@ using System.IO.Compression; using System.Linq; using Rdmp.Core.Startup; +using NUnit.Framework.Legacy; namespace Rdmp.Dicom.Tests.Unit; diff --git a/Rdmp.Dicom.Tests/Unit/CFindDirSourceTests.cs b/Rdmp.Dicom.Tests/Unit/CFindDirSourceTests.cs index 3189a746..a9d19722 100644 --- a/Rdmp.Dicom.Tests/Unit/CFindDirSourceTests.cs +++ b/Rdmp.Dicom.Tests/Unit/CFindDirSourceTests.cs @@ -3,6 +3,7 @@ using Rdmp.Dicom.PipelineComponents.CFind; using Rdmp.Core.ReusableLibraryCode.Checks; using Rdmp.Core.ReusableLibraryCode.Progress; +using NUnit.Framework.Legacy; namespace Rdmp.Dicom.Tests.Unit; public class CFindDirSourceTests diff --git a/Rdmp.Dicom.Tests/Unit/CFindSourceTests.cs b/Rdmp.Dicom.Tests/Unit/CFindSourceTests.cs index 9c9b7e1a..3c294d38 100644 --- a/Rdmp.Dicom.Tests/Unit/CFindSourceTests.cs +++ b/Rdmp.Dicom.Tests/Unit/CFindSourceTests.cs @@ -4,6 +4,7 @@ using Rdmp.Core.ReusableLibraryCode.Checks; using System.IO; using Tests.Common; +using NUnit.Framework.Legacy; namespace Rdmp.Dicom.Tests.Unit;