Skip to content

Commit

Permalink
+semver:minor - Tidy Usings (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhurst authored Nov 16, 2024
1 parent c89a698 commit b6b9684
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 23 deletions.
1 change: 0 additions & 1 deletion TUnit.Analyzers.Tests/PropertyAnalyzerTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Threading.Tasks;
using NUnit.Framework;
using Verifier = TUnit.Analyzers.Tests.Verifiers.CSharpAnalyzerVerifier<TUnit.Analyzers.PropertyAnalyzer>;

Expand Down
1 change: 0 additions & 1 deletion TUnit.Analyzers/Extensions/AttributeExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections.Immutable;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.Diagnostics;
using TUnit.Analyzers.Helpers;

namespace TUnit.Analyzers.Extensions;
Expand Down
1 change: 0 additions & 1 deletion TUnit.Analyzers/Extensions/MethodExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Diagnostics;
using TUnit.Analyzers.Helpers;

namespace TUnit.Analyzers.Extensions;
Expand Down
1 change: 0 additions & 1 deletion TUnit.Core/Attributes/TestData/ClassDataSourceAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using TUnit.Core.Interfaces;

namespace TUnit.Core;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using TUnit.Core.Interfaces;

namespace TUnit.Core;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using TUnit.Core.Interfaces;

namespace TUnit.Core;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using TUnit.Core.Interfaces;

namespace TUnit.Core;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using TUnit.Core.Interfaces;

namespace TUnit.Core;

Expand Down
3 changes: 1 addition & 2 deletions TUnit.Core/Attributes/TestMetadata/SkipAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using TUnit.Core.Exceptions;
using TUnit.Core.Interfaces;
using TUnit.Core.Interfaces;

namespace TUnit.Core;

Expand Down
2 changes: 0 additions & 2 deletions TUnit.Core/TestMetadata.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using TUnit.Core.Helpers;
using TUnit.Core.Interfaces;

namespace TUnit.Core;

Expand Down
3 changes: 1 addition & 2 deletions TUnit.Engine/Models/GroupedTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Concurrent;
using TUnit.Core;
using TUnit.Core;

namespace TUnit.Engine.Models;

Expand Down
1 change: 0 additions & 1 deletion TUnit.Engine/Services/SingleTestExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using TUnit.Core.Extensions;
using TUnit.Core.Interfaces;
using TUnit.Core.Logging;
using TUnit.Engine.Extensions;
using TUnit.Engine.Helpers;
using TUnit.Engine.Hooks;
using TUnit.Engine.Logging;
Expand Down
1 change: 0 additions & 1 deletion TUnit.Engine/Services/TestFilterService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Microsoft.Testing.Platform.Logging;
using Microsoft.Testing.Platform.Requests;
using TUnit.Core;
using TUnit.Core.Exceptions;

namespace TUnit.Engine.Services;

Expand Down
1 change: 0 additions & 1 deletion TUnit.Engine/Services/TestsExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using Microsoft.Testing.Platform.Extensions.TestFramework;
using Microsoft.Testing.Platform.Requests;
using TUnit.Core;
using TUnit.Core.Logging;
using TUnit.Engine.CommandLineProviders;
using TUnit.Engine.Logging;
using TUnit.Engine.Models;
Expand Down
1 change: 0 additions & 1 deletion TUnit.Example.WebProject.Tests/Tests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Net;
using FluentAssertions;
using Microsoft.AspNetCore.Http;

namespace TUnit.Example.WebProject.Tests;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using FluentAssertions;
using ModularPipelines.Context;
using Polly.Retry;

namespace TUnit.Pipeline.Modules.Tests;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using FluentAssertions;
using ModularPipelines.Context;
using Polly.Retry;

namespace TUnit.Pipeline.Modules.Tests;

Expand Down
1 change: 0 additions & 1 deletion TUnit.TestProject/CustomClassDisplayNameTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using TUnit.Assertions;
using TUnit.Assertions.Extensions;
using TUnit.Core.Extensions;
using TUnit.Engine.Extensions;

#pragma warning disable CS9113 // Parameter is unread.

Expand Down
1 change: 0 additions & 1 deletion TUnit.TestProject/CustomDisplayNameTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using TUnit.Assertions.Extensions;
using TUnit.Core.Extensions;
using TUnit.Core.Interfaces;
using TUnit.Engine.Extensions;

namespace TUnit.TestProject;

Expand Down
1 change: 0 additions & 1 deletion TUnit.UnitTests/TestExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using AutoFixture;
using TUnit.Core;
using TUnit.Core.Extensions;
using TUnit.Engine.Extensions;
using TestContext = TUnit.Core.TestContext;

namespace TUnit.UnitTests;
Expand Down

0 comments on commit b6b9684

Please sign in to comment.