From 3306f788037788a0504d22b3eba284f72d36b7e0 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Mon, 27 Dec 2021 22:48:08 -0800 Subject: [PATCH] remove AssemblyInfo's (unused) --- Mirror/Components/AssemblyInfo.cs | 12 ------------ Mirror/Runtime/AssemblyInfo.cs | 12 ------------ .../Runtime/Transport/KCP/kcp2k/kcp/AssemblyInfo.cs | 3 --- .../kcp2k/where-allocation/Scripts/AssemblyInfo.cs | 3 --- .../Transport/SimpleWebTransport/AssemblyInfo.cs | 4 ---- MirrorWeaver/Weaver/AssemblyInfo.cs | 3 --- 6 files changed, 37 deletions(-) delete mode 100644 Mirror/Components/AssemblyInfo.cs delete mode 100644 Mirror/Runtime/AssemblyInfo.cs delete mode 100644 Mirror/Runtime/Transport/KCP/kcp2k/kcp/AssemblyInfo.cs delete mode 100644 Mirror/Runtime/Transport/KCP/kcp2k/where-allocation/Scripts/AssemblyInfo.cs delete mode 100644 Mirror/Runtime/Transport/SimpleWebTransport/AssemblyInfo.cs delete mode 100644 MirrorWeaver/Weaver/AssemblyInfo.cs diff --git a/Mirror/Components/AssemblyInfo.cs b/Mirror/Components/AssemblyInfo.cs deleted file mode 100644 index f342716a..00000000 --- a/Mirror/Components/AssemblyInfo.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("Mirror.Tests.Common")] -[assembly: InternalsVisibleTo("Mirror.Tests")] -// need to use Unity.*.CodeGen assembly name to import Unity.CompilationPipeline -// for ILPostProcessor tests. -[assembly: InternalsVisibleTo("Unity.Mirror.Tests.CodeGen")] -[assembly: InternalsVisibleTo("Mirror.Tests.Generated")] -[assembly: InternalsVisibleTo("Mirror.Tests.Runtime")] -[assembly: InternalsVisibleTo("Mirror.Tests.Performance.Editor")] -[assembly: InternalsVisibleTo("Mirror.Tests.Performance.Runtime")] -[assembly: InternalsVisibleTo("Mirror.Editor")] diff --git a/Mirror/Runtime/AssemblyInfo.cs b/Mirror/Runtime/AssemblyInfo.cs deleted file mode 100644 index f342716a..00000000 --- a/Mirror/Runtime/AssemblyInfo.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("Mirror.Tests.Common")] -[assembly: InternalsVisibleTo("Mirror.Tests")] -// need to use Unity.*.CodeGen assembly name to import Unity.CompilationPipeline -// for ILPostProcessor tests. -[assembly: InternalsVisibleTo("Unity.Mirror.Tests.CodeGen")] -[assembly: InternalsVisibleTo("Mirror.Tests.Generated")] -[assembly: InternalsVisibleTo("Mirror.Tests.Runtime")] -[assembly: InternalsVisibleTo("Mirror.Tests.Performance.Editor")] -[assembly: InternalsVisibleTo("Mirror.Tests.Performance.Runtime")] -[assembly: InternalsVisibleTo("Mirror.Editor")] diff --git a/Mirror/Runtime/Transport/KCP/kcp2k/kcp/AssemblyInfo.cs b/Mirror/Runtime/Transport/KCP/kcp2k/kcp/AssemblyInfo.cs deleted file mode 100644 index 5fe5547e..00000000 --- a/Mirror/Runtime/Transport/KCP/kcp2k/kcp/AssemblyInfo.cs +++ /dev/null @@ -1,3 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("kcp2k.Tests")] \ No newline at end of file diff --git a/Mirror/Runtime/Transport/KCP/kcp2k/where-allocation/Scripts/AssemblyInfo.cs b/Mirror/Runtime/Transport/KCP/kcp2k/where-allocation/Scripts/AssemblyInfo.cs deleted file mode 100644 index 246a5d1e..00000000 --- a/Mirror/Runtime/Transport/KCP/kcp2k/where-allocation/Scripts/AssemblyInfo.cs +++ /dev/null @@ -1,3 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("where-allocations.Tests")] \ No newline at end of file diff --git a/Mirror/Runtime/Transport/SimpleWebTransport/AssemblyInfo.cs b/Mirror/Runtime/Transport/SimpleWebTransport/AssemblyInfo.cs deleted file mode 100644 index 25269e29..00000000 --- a/Mirror/Runtime/Transport/SimpleWebTransport/AssemblyInfo.cs +++ /dev/null @@ -1,4 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Runtime")] -[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Editor")] diff --git a/MirrorWeaver/Weaver/AssemblyInfo.cs b/MirrorWeaver/Weaver/AssemblyInfo.cs deleted file mode 100644 index 08b43f55..00000000 --- a/MirrorWeaver/Weaver/AssemblyInfo.cs +++ /dev/null @@ -1,3 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("Mirror.Tests")]