Skip to content

Commit

Permalink
Remove unused namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
pengweiqhca committed May 6, 2024
1 parent 613facd commit a508430
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Hosting.Server;
using Microsoft.AspNetCore.Mvc.ApplicationParts;
using Microsoft.AspNetCore.Mvc.Testing;
using Microsoft.AspNetCore.TestHost;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Extensions.Hosting;
using System.Linq.Expressions;
using System.Reflection;
Expand Down
4 changes: 1 addition & 3 deletions src/Xunit.DependencyInjection/MethodDataAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.ComponentModel;

namespace Xunit.DependencyInjection;
namespace Xunit.DependencyInjection;

/// <summary>
/// Provides a data source for a data theory.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Testing;
using Microsoft.CodeAnalysis.Testing.Verifiers;
using System.Collections.Immutable;

namespace Xunit.DependencyInjection.Analyzer.Test.Verifiers;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Testing;
using Microsoft.CodeAnalysis.Testing.Verifiers;
using System.Collections.Immutable;

namespace Xunit.DependencyInjection.Analyzer.Test.Verifiers;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Microsoft.CodeAnalysis.CodeRefactorings;
using Microsoft.CodeAnalysis.Testing;
using System.Collections.Immutable;

namespace Xunit.DependencyInjection.Analyzer.Test.Verifiers;

Expand Down
1 change: 0 additions & 1 deletion test/Xunit.DependencyInjection.Test.AspNetCore/Startup.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.TestHost;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Xunit;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Microsoft.AspNetCore.Hosting.Server;
using Microsoft.AspNetCore.TestHost;

namespace Xunit.DependencyInjection.Test.AspNetCore;
namespace Xunit.DependencyInjection.Test.AspNetCore;

public class TestServerTest(HttpClient httpClient)
{
Expand Down

0 comments on commit a508430

Please sign in to comment.