Skip to content

Commit

Permalink
Eliminate some unused backports
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Jan 2, 2025
1 parent 3b44b6b commit e1fd654
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 146 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
using NUnit.Engine.Internal.FileSystemAccess;
using NUnit.Engine.Internal.FileSystemAccess.Default;
using System.Linq;
#if NET462
using NUnit.Engine.Internal.Backports;
#endif

namespace NUnit.Engine.Extensibility
{
Expand Down
34 changes: 0 additions & 34 deletions src/NUnitEngine/nunit.engine.core/Internal/Backports/Path.cs

This file was deleted.

32 changes: 0 additions & 32 deletions src/NUnitEngine/nunit.engine.core/Internal/Backports/Tuple.cs

This file was deleted.

3 changes: 2 additions & 1 deletion src/NUnitEngine/nunit.engine/Services/ExtensionService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
using System.Reflection;
using NUnit.Engine.Extensibility;
using NUnit.Engine.Internal;
using NUnit.Engine.Internal.Backports;
using NUnit.Engine.Internal.FileSystemAccess;
using NUnit.Engine.Internal.FileSystemAccess.Default;
using TestCentric.Metadata;

#if NETFRAMEWORK
using Backports = NUnit.Engine.Internal.Backports;
#endif
#if NET20 || NETSTANDARD2_0
using Path = NUnit.Engine.Internal.Backports.Path;
#else
Expand Down

0 comments on commit e1fd654

Please sign in to comment.