Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove usings #6832

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Expand Up @@ -5,9 +5,6 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Benchmarks.Configurations;
Expand Down
1 change: 0 additions & 1 deletion src/benchmark/Akka.Benchmarks/Actor/ActorPathBenchmarks.cs
Expand Up @@ -5,7 +5,6 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using Akka.Actor;
using Akka.Benchmarks.Configurations;
using BenchmarkDotNet.Attributes;
Expand Down
1 change: 0 additions & 1 deletion src/benchmark/Akka.Benchmarks/Actor/ActorRefBenchmarks.cs
Expand Up @@ -6,7 +6,6 @@
//-----------------------------------------------------------------------

using System;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Benchmarks.Configurations;
using BenchmarkDotNet.Attributes;
Expand Down
Expand Up @@ -6,14 +6,10 @@
//-----------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Net.NetworkInformation;
using System.Text;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Benchmarks.Configurations;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;

namespace Akka.Benchmarks.Actor
{
Expand Down
1 change: 0 additions & 1 deletion src/benchmark/Akka.Benchmarks/Actor/GetChildBenchmark.cs
Expand Up @@ -12,7 +12,6 @@
using Akka.Actor;
using Akka.Benchmarks.Configurations;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;
using FluentAssertions;

namespace Akka.Benchmarks.Actor
Expand Down
1 change: 0 additions & 1 deletion src/benchmark/Akka.Benchmarks/Actor/PingPongBenchmarks.cs
Expand Up @@ -9,7 +9,6 @@
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Benchmarks.Configurations;
using Akka.Configuration;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;

Expand Down
Expand Up @@ -5,11 +5,8 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using Akka.Actor;
using Akka.Benchmarks.Configurations;
using Akka.Cluster;
Expand Down
Expand Up @@ -6,7 +6,6 @@
//-----------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Akka.Util;
Expand Down
Expand Up @@ -6,10 +6,8 @@
//-----------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using Akka.Benchmarks.Configurations;
using Akka.Cluster;
using BenchmarkDotNet.Attributes;
Expand Down
1 change: 0 additions & 1 deletion src/benchmark/Akka.Benchmarks/DData/ORSetBenchmarks.cs
Expand Up @@ -8,7 +8,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Akka.Actor;
using Akka.Benchmarks.Configurations;
using Akka.Cluster;
Expand Down
2 changes: 0 additions & 2 deletions src/benchmark/Akka.Benchmarks/DData/VersionVectorBenchmark.cs
Expand Up @@ -6,10 +6,8 @@
//-----------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using Akka.Benchmarks.Configurations;
using Akka.Cluster;
using Akka.DistributedData;
Expand Down
Expand Up @@ -8,7 +8,6 @@
using System;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Actor.Dsl;
using Akka.Benchmarks.Configurations;
using Akka.Configuration;
using Akka.Dispatch;
Expand Down
5 changes: 0 additions & 5 deletions src/benchmark/Akka.Benchmarks/IO/TcpOperationsBenchmarks.cs
Expand Up @@ -6,17 +6,12 @@
//-----------------------------------------------------------------------

using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Benchmarks.Configurations;
using Akka.Event;
using Akka.IO;
using Akka.Util.Internal;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;

Expand Down
2 changes: 0 additions & 2 deletions src/benchmark/Akka.Benchmarks/Logging/LoggingBenchmarks.cs
Expand Up @@ -6,8 +6,6 @@
//-----------------------------------------------------------------------

using System;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Benchmarks.Configurations;
using Akka.Event;
using BenchmarkDotNet.Attributes;
Expand Down
Expand Up @@ -6,7 +6,6 @@
//-----------------------------------------------------------------------

using System;
using System.Threading;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Actor.Dsl;
Expand Down
3 changes: 0 additions & 3 deletions src/benchmark/Akka.Benchmarks/Remoting/FastHashBenchmarks.cs
Expand Up @@ -5,9 +5,6 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Text;
using Akka.Benchmarks.Configurations;
using Akka.Remote.Serialization;
using BenchmarkDotNet.Attributes;
Expand Down
Expand Up @@ -12,7 +12,6 @@
using Akka.Benchmarks.Configurations;
using Akka.Configuration;
using Akka.Remote.Serialization;
using Akka.Util;
using BenchmarkDotNet.Attributes;

namespace Akka.Benchmarks.Remoting
Expand Down
Expand Up @@ -5,10 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Util;
using Akka.Configuration;
using Akka.Util.Internal;
using Akka.Persistence;
Expand Down
Expand Up @@ -8,7 +8,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Akka.Actor;
Expand Down
3 changes: 0 additions & 3 deletions src/benchmark/Akka.Cluster.Benchmarks/Program.cs
Expand Up @@ -5,9 +5,6 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using System.Reflection;
using Akka.Cluster.Benchmarks.Persistence;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Running;

Expand Down
1 change: 0 additions & 1 deletion src/benchmark/Akka.Cluster.Cpu.Benchmark/BenchmarkNode.cs
Expand Up @@ -6,7 +6,6 @@
//-----------------------------------------------------------------------

using System;
using System.Linq;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Configuration;
Expand Down
1 change: 0 additions & 1 deletion src/benchmark/RemotePingPong/Program.cs
Expand Up @@ -15,7 +15,6 @@
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Configuration;
using Akka.Util.Internal;

namespace RemotePingPong
{
Expand Down
2 changes: 0 additions & 2 deletions src/benchmark/RemotePingPong/Properties/AssemblyInfo.cs
Expand Up @@ -5,8 +5,6 @@
// </copyright>
//-----------------------------------------------------------------------

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
Expand Down
2 changes: 0 additions & 2 deletions src/benchmark/SerializationBenchmarks/Program.cs
Expand Up @@ -6,7 +6,6 @@
//-----------------------------------------------------------------------

using System;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
Expand All @@ -15,7 +14,6 @@
using Akka.Serialization;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
using Newtonsoft.Json;

namespace SerializationBenchmarks
{
Expand Down
Expand Up @@ -6,7 +6,6 @@
//-----------------------------------------------------------------------

using System;
using System.Collections.Immutable;
using System.Linq;
using System.Threading.Tasks;
using Akka.Cluster.Metrics.Tests.Helpers;
Expand Down
Expand Up @@ -5,12 +5,10 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using System.Collections.Immutable;
using System.Linq;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Configuration;
using Akka.Remote.TestKit;
using FluentAssertions;
using Akka.MultiNode.TestAdapter;
Expand Down
Expand Up @@ -9,8 +9,6 @@
using System.Linq;
using Akka.Actor;
using Akka.Routing;
using Akka.Util.Internal;
using FluentAssertions;
using FluentAssertions.Extensions;

namespace Akka.Cluster.Metrics.Tests.MultiNode
Expand Down
Expand Up @@ -5,15 +5,9 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Cluster.Metrics.Events;
using Akka.Cluster.Metrics.Tests.Helpers;
using Akka.Configuration;
using Akka.TestKit;
using FluentAssertions;
using FluentAssertions.Extensions;
using Xunit;
using Xunit.Abstractions;

Expand Down
Expand Up @@ -5,10 +5,8 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using System.Collections.Immutable;
using Akka.Actor;
using Akka.Cluster.Metrics.Helpers;
using Akka.Cluster.Metrics.Serialization;
using Akka.Cluster.Tests;
using Akka.TestKit;
Expand Down
Expand Up @@ -5,16 +5,12 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using Akka.Cluster.Metrics.Configuration;
using Akka.Configuration;
using Akka.Configuration.Hocon;
using Akka.Dispatch;
using Akka.TestKit;
using Akka.Util;
using Xunit;
using FluentAssertions;
using FsCheck;
using FluentAssertions.Extensions;
using ConfigurationFactory = Akka.Configuration.ConfigurationFactory;

Expand Down
Expand Up @@ -7,7 +7,6 @@

using System;
using System.Collections.Immutable;
using System.Linq;
using Akka.Actor;
using Akka.Cluster.Metrics.Events;
using Akka.Cluster.Metrics.Serialization;
Expand Down
Expand Up @@ -8,7 +8,6 @@
using System;
using Akka.Actor;
using Akka.Cluster.Metrics.Serialization;
using Google.Protobuf.WellKnownTypes;
using Address = Akka.Actor.Address;

namespace Akka.Cluster.Metrics.Tests.Helpers
Expand Down
2 changes: 0 additions & 2 deletions src/contrib/cluster/Akka.Cluster.Metrics.Tests/MetricSpec.cs
Expand Up @@ -13,9 +13,7 @@
using Akka.Cluster.Metrics.Serialization;
using Akka.Cluster.Metrics.Tests.Base;
using Akka.Cluster.Metrics.Tests.Helpers;
using Akka.TestKit;
using Akka.Util;
using Akka.Util.Extensions;
using Akka.Util.Internal;
using FluentAssertions;
using Xunit;
Expand Down
Expand Up @@ -7,16 +7,11 @@

using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Akka.Cluster.Metrics.Tests.Base;
using Akka.Cluster.Metrics.Tests.Helpers;
using Akka.TestKit;
using Akka.TestKit.Xunit2.Attributes;
using Akka.Util.Extensions;
using Akka.Util.Internal;
using FluentAssertions;
using Google.Protobuf.WellKnownTypes;
using Xunit;
using Xunit.Abstractions;

Expand Down
Expand Up @@ -8,9 +8,7 @@
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Akka.Actor;
using Akka.Configuration;
using Akka.Pattern;
using Akka.Routing;
using Akka.TestKit;
Expand Down
2 changes: 0 additions & 2 deletions src/contrib/cluster/Akka.Cluster.Metrics/ClusterMetrics.cs
Expand Up @@ -5,12 +5,10 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using Akka.Actor;
using Akka.Annotations;
using Akka.Cluster.Metrics.Configuration;
using Akka.Cluster.Metrics.Events;
using Akka.Cluster.Metrics.Helpers;
using Akka.Cluster.Metrics.Serialization;
using Akka.Configuration;
using Akka.Event;
Expand Down
Expand Up @@ -5,10 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using Akka.Actor;
using Akka.Annotations;
Expand Down