cookgreen / Yuris-Revenge

A Red Alert 2 Yuri's Revenge mod for OpenRA Engine
https://forum.openra.net/viewtopic.php?t=20776
GNU General Public License v3.0
156 stars 30 forks source link

Meet problem when run game and run appimage #76

Closed fusion809 closed 4 years ago

fusion809 commented 5 years ago

Hi,

On Arch Linux, I get this build error for commit 1d106e71c42b1aeab08c00a025187bff81995343:

make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Cnc/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility/OpenRA.Utility.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server/OpenRA.Server.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.D2k/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Common/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test/OpenRA.Test.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess/OpenRA.PostProcess.csproj]
make[1]: *** [Makefile:155: core] Error 1
make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
make: *** [Makefile:44: engine] Error 2

I do not get any errors from building the latest commits of OpenRA, so therefore I doubt this is the fault of the game engine itself or my setup.

Thanks for your time

cookgreen commented 5 years ago

Seems like you don't install .Net core SDK?

fusion809 commented 5 years ago

I don't have the SDK installed at the moment, but I did have a preview version of it and a stable version of it installed before and I received the exact same error from attempting to build this same commit.

cookgreen commented 5 years ago

You can install the sdk and try again

fusion809 commented 5 years ago

As I said, I get the same error regardless of whether the SDK is installed or not. I just ran it again with the stable .NET SDK installed, and I got the error:

OpenRA engine version playtest-20190825 is required.
Downloading engine...
Compiling engine...
make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Cnc/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility/OpenRA.Utility.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server/OpenRA.Server.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.D2k/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Common/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test/OpenRA.Test.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess/OpenRA.PostProcess.csproj]
make[1]: *** [Makefile:155: core] Error 1
make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
make: *** [Makefile:44: engine] Error 2
fusion809 commented 5 years ago

If you want proof the SDK is installed pacman -Qi dotnet-sdk returns:

Name            : dotnet-sdk
Version         : 2.2.6+108-1
Description     : The .NET Core SDK
Architecture    : x86_64
URL             : https://www.microsoft.com/net/core
Licenses        : MIT
Groups          : None
Provides        : dotnet-sdk-2.2
Depends On      : dotnet-runtime
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : dotnet-sdk-2.2
Replaces        : None
Installed Size  : 125.22 MiB
Packager        : Maxime Gauduin <alucryd@archlinux.org>
Build Date      : Fri 19 Jul 2019 03:49:13 AEST
Install Date    : Sat 07 Sep 2019 13:54:32 AEST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature
cookgreen commented 5 years ago

Wired

cookgreen commented 5 years ago

@abcdefg30 @MustaphaTR

abcdefg30 commented 5 years ago

project.assets.json files missing sound like the restore didn't happen. Can you try running dotnet restore?

fusion809 commented 5 years ago

Still get an error after that, just a different one:

make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
  You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview
  OpenRA.PostProcess -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess.exe
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2126,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Open.Nat". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2126,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Eluant". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2126,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "MaxMind.Db". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(15,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(16,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(13,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(14,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(13,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(14,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
FileFormats/Png.cs(18,31): error CS0234: The type or namespace name 'Checksum' does not exist in the namespace 'ICSharpCode.SharpZipLib' (are you missing an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Network/GeoIP.cs(16,7): error CS0246: The type or namespace name 'MaxMind' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Network/UPnP.cs(18,7): error CS0246: The type or namespace name 'Open' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(15,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(16,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptContext.cs(18,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptMemberWrapper.cs(16,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptObjectWrapper.cs(13,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptObjectWrapper.cs(14,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptTypes.cs(13,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(14,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(15,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(15,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(16,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(13,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(14,7): error CS0246: The type or namespace name 'Eluant' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(25,66): error CS0246: The type or namespace name 'ILuaTableBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(25,84): error CS0246: The type or namespace name 'ILuaEqualityBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(25,105): error CS0246: The type or namespace name 'ILuaToStringBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(433,26): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(433,46): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(433,61): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(433,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(442,28): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(442,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(427,24): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(427,44): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Actor.cs(427,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(38,60): error CS0246: The type or namespace name 'ILuaTableBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(38,78): error CS0246: The type or namespace name 'ILuaEqualityBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(38,99): error CS0246: The type or namespace name 'ILuaToStringBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(252,28): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(252,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(237,24): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(237,44): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(237,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(243,26): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(243,46): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(243,61): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Player.cs(243,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(19,40): error CS0246: The type or namespace name 'ILuaAdditionBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(19,61): error CS0246: The type or namespace name 'ILuaSubtractionBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(19,85): error CS0246: The type or namespace name 'ILuaEqualityBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(19,106): error CS0246: The type or namespace name 'ILuaTableBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(123,26): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(123,46): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(123,61): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(123,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(90,23): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(90,43): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(90,58): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(90,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(100,28): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(100,48): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(100,63): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(100,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(132,24): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(132,44): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CPos.cs(132,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(20,40): error CS0246: The type or namespace name 'ILuaAdditionBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(20,61): error CS0246: The type or namespace name 'ILuaSubtractionBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(20,85): error CS0246: The type or namespace name 'ILuaUnaryMinusBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(20,108): error CS0246: The type or namespace name 'ILuaEqualityBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(20,129): error CS0246: The type or namespace name 'ILuaTableBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptObjectWrapper.cs(18,63): error CS0246: The type or namespace name 'ILuaTableBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(99,26): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(99,46): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(99,61): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(99,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(76,23): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(76,43): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(76,58): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(76,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(85,28): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(85,48): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(85,63): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(85,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(94,25): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(94,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(108,24): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(108,44): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
CVec.cs(108,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptContext.cs(101,71): error CS0246: The type or namespace name 'LuaFunction' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(20,40): error CS0246: The type or namespace name 'ILuaAdditionBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(20,61): error CS0246: The type or namespace name 'ILuaSubtractionBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(20,85): error CS0246: The type or namespace name 'ILuaUnaryMinusBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(20,108): error CS0246: The type or namespace name 'ILuaEqualityBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(20,129): error CS0246: The type or namespace name 'ILuaTableBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptContext.cs(297,10): error CS0246: The type or namespace name 'LuaTable' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptContext.cs(135,12): error CS0246: The type or namespace name 'MemoryConstrainedLuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(24,93): error CS0246: The type or namespace name 'ILuaAdditionBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(24,114): error CS0246: The type or namespace name 'ILuaSubtractionBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(24,138): error CS0246: The type or namespace name 'ILuaEqualityBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(24,159): error CS0246: The type or namespace name 'ILuaTableBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptContext.cs(136,12): error CS0246: The type or namespace name 'LuaFunction' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(135,26): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(135,46): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(135,61): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(135,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(115,23): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(115,43): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(115,58): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(115,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(125,28): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(125,48): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(125,63): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(125,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptMemberWrapper.cs(46,19): error CS0246: The type or namespace name 'LuaVararg' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptMemberWrapper.cs(46,3): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptMemberWrapper.cs(98,23): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptMemberWrapper.cs(98,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(145,24): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(145,44): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WDist.cs(145,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptMemberWrapper.cs(109,19): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptMemberWrapper.cs(109,39): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(135,26): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(135,46): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(135,61): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(135,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptObjectWrapper.cs(49,24): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptObjectWrapper.cs(49,44): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptObjectWrapper.cs(49,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(112,23): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(112,43): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(112,58): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(112,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(121,28): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(121,48): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(121,63): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(121,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(130,25): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(130,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptTypes.cs(19,42): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(144,24): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(144,44): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptTypes.cs(28,45): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptTypes.cs(36,42): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WVec.cs(144,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Scripting/ScriptTypes.cs(151,17): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Network/GeoIP.cs(55,10): error CS0246: The type or namespace name 'Reader' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Network/GeoIP.cs(24,5): error CS0246: The type or namespace name 'ConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Network/GeoIP.cs(24,5): error CS0246: The type or namespace name 'Constructor' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Network/GeoIP.cs(35,5): error CS0246: The type or namespace name 'ConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Network/GeoIP.cs(35,5): error CS0246: The type or namespace name 'Constructor' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Network/GeoIP.cs(46,5): error CS0246: The type or namespace name 'ConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Network/GeoIP.cs(46,5): error CS0246: The type or namespace name 'Constructor' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Network/UPnP.cs(26,10): error CS0246: The type or namespace name 'NatDevice' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
Network/UPnP.cs(27,10): error CS0246: The type or namespace name 'Mapping' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(21,40): error CS0246: The type or namespace name 'ILuaAdditionBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(21,61): error CS0246: The type or namespace name 'ILuaSubtractionBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(21,85): error CS0246: The type or namespace name 'ILuaEqualityBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(21,106): error CS0246: The type or namespace name 'ILuaTableBinding' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(116,26): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(116,46): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(116,61): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(116,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
FileSystem/ZipFile.cs(28,14): error CS0618: 'ZipFile' is obsolete: 'This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.' [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(83,23): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(83,43): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(83,58): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(83,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(93,28): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(93,48): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(93,63): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(93,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(125,24): error CS0246: The type or namespace name 'LuaRuntime' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(125,44): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
WPos.cs(125,10): error CS0246: The type or namespace name 'LuaValue' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
FileSystem/ZipFile.cs(196,34): error CS0246: The type or namespace name 'IStaticDataSource' could not be found (are you missing a using directive or an assembly reference?) [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility/OpenRA.Utility.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server/OpenRA.Server.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.D2k/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test/OpenRA.Test.csproj]
make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
abcdefg30 commented 5 years ago

Hrm, it can't find the Eluant dependency. Does running make dependencies help?

fusion809 commented 5 years ago

It appears you haven't read this project's Makefile as I get this error from make dependencies:

make: *** No rule to make target 'dependencies'.  Stop.
abcdefg30 commented 5 years ago

Looking at it, the make.ps1 file was apparently not updated.

abcdefg30 commented 5 years ago

It appears you haven't read this project's Makefile

Yeah I haven't, I assumed it uses the standard one.

abcdefg30 commented 5 years ago

Does make dependencies work inside the engine directory? (Since that should use the engine's Makefile.)

fusion809 commented 5 years ago

Well, I'll be, you're right. After running make dependences in the engine, then popping out and running make in the main directory again, the mod builds correctly. Although, now I get a runtime error:

Exception of type `System.Reflection.ReflectionTypeLoadException`: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
Could not resolve type with token 010000a8 from typeref (expected class 'OpenRA.Traits.ResourceTypeInfo' in assembly 'OpenRA.Game, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')
Could not resolve type with token 010000a8 from typeref (expected class 'OpenRA.Traits.ResourceTypeInfo' in assembly 'OpenRA.Game, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')
Could not resolve type with token 010001dd from typeref (expected class 'OpenRA.Activities.CompositeActivity' in assembly 'OpenRA.Game, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
  at System.Reflection.Assembly.GetTypes () [0x00000] in /build/mono/src/mono/mcs/class/corlib/System.Reflection/Assembly.cs:411 
  at OpenRA.Exts.GetNamespaces (System.Reflection.Assembly a) [0x00000] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.ObjectCreator+<>c.<.ctor>b__4_0 (System.Reflection.Assembly asm) [0x0000d] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].ToArray () [0x00028] in /build/mono/src/mono/external/corefx/src/System.Linq/src/System/Linq/SelectMany.cs:232 
  at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /build/mono/src/mono/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:18 
  at OpenRA.ObjectCreator..ctor (OpenRA.Manifest manifest, OpenRA.InstalledMods mods) [0x0010e] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.ModData..ctor (OpenRA.Manifest mod, OpenRA.InstalledMods mods, System.Boolean useLoadScreen) [0x00029] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.InitializeMod (System.String mod, OpenRA.Arguments args) [0x0015a] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x0046f] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.InitializeAndRun (System.String[] args) [0x00006] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Program.Main (System.String[] args) [0x00044] in <f3d1a82720db4c8981fdea68a4184940>:0 

Guessing a separate issue is required?

abcdefg30 commented 5 years ago

That looks like something went wrong during compilation. Can you try running make in the engine directory to build the engine there directly before running make in the main dir?

fusion809 commented 5 years ago

Just gave that a go, then rebuilt the AppImage and tried to launch it again, and I got the exact same error, I'm afraid.

fusion809 commented 5 years ago

Hmm, that is odd... The AppImage crashes, but when launched via launch-game.sh it runs fine...

cookgreen commented 5 years ago

Hi, I post the new commit fot updating the tool chain, you can have a try @fusion809

fusion809 commented 5 years ago

@cookgreen the latest commit builds just fine. Although, now I'm getting the error, when trying to build the AppImage with packaging/linux/buildpackage.sh:

Required mod.config variables are missing:\n   PACKAGING_OVERWRITE_MOD_VERSION\nRepair your mod.config (or user.config) and try again.
fusion809 commented 5 years ago

Forgive me, @cookgreen, but might I ask have you considered setting up a Travis CI build to check for build errors on platforms you don't use? I suspect it would save everyone (including yourself) a fair bit of time.

cookgreen commented 5 years ago

@fusion809 Done

And as for the Travis CI, I will restore it, thanks for your advice!

fusion809 commented 5 years ago

Um, I still get, with the latest commit, an AppImage build error related to mod.config:

Required mod.config variables are missing:\n   PACKAGING_OVERWRITE_MOD_VERSION\nRepair your mod.config (or user.config) and try again.
cookgreen commented 5 years ago

@fusion809 How about this one?

fusion809 commented 5 years ago

Worse, the old error we started with has come back:

/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Cnc/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility/OpenRA.Utility.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server/OpenRA.Server.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.D2k/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Common/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test/OpenRA.Test.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess/OpenRA.PostProcess.csproj]
cookgreen commented 5 years ago

NOOOOOOOOOOOO!

cookgreen commented 5 years ago

@fusion809 I have enabled the Travis CI

fusion809 commented 5 years ago

Commit no. 264 (4219f6061e846f6f6a0d1df9b12e0326d7f7eb86) builds fine, but the AppImage fails to build with the error:

Downloading dependencies
Building AppImage
install: cannot stat 'include/gtk-dialog.py': No such file or directory
Building AppImage failed.
fusion809 commented 5 years ago

I see your Travis CI build is showing test errors too.

cookgreen commented 5 years ago

@fusion809 Done

fusion809 commented 5 years ago

It makes and the AppImage builds fine, but the AppImage crashes on startup with the error:

Exception of type `System.Reflection.ReflectionTypeLoadException`: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
Could not resolve type with token 010000a8 from typeref (expected class 'OpenRA.Traits.ResourceTypeInfo' in assembly 'OpenRA.Game, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')
Could not resolve type with token 010000a8 from typeref (expected class 'OpenRA.Traits.ResourceTypeInfo' in assembly 'OpenRA.Game, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')
Could not resolve type with token 010001dd from typeref (expected class 'OpenRA.Activities.CompositeActivity' in assembly 'OpenRA.Game, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
  at System.Reflection.Assembly.GetTypes () [0x00000] in <6649516e5b3542319fb262b421af0adb>:0 
  at OpenRA.Exts.GetNamespaces (System.Reflection.Assembly a) [0x00000] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.ObjectCreator+<>c.<.ctor>b__4_0 (System.Reflection.Assembly asm) [0x0000d] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].ToArray () [0x00028] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0 
  at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0 
  at OpenRA.ObjectCreator..ctor (OpenRA.Manifest manifest, OpenRA.InstalledMods mods) [0x0010e] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.ModData..ctor (OpenRA.Manifest mod, OpenRA.InstalledMods mods, System.Boolean useLoadScreen) [0x00029] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.InitializeMod (System.String mod, OpenRA.Arguments args) [0x0015a] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x0046f] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.InitializeAndRun (System.String[] args) [0x00006] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Program.Main (System.String[] args) [0x00044] in <f3d1a82720db4c8981fdea68a4184940>:0 

AL lib: FreeContext: (0x1872e90) Deleting 32 Source(s)
cookgreen commented 5 years ago

@fusion809 Alright

fusion809 commented 5 years ago

When I launch it with ./launch-game.sh I get a different error:

Exception of type `System.DllNotFoundException`: liblua5.1.so.0
TypeName=``
  at (wrapper managed-to-native) Eluant.LuaApi.lua_newstate(Eluant.LuaRuntime/LuaAllocator,intptr)
  at Eluant.LuaRuntime..ctor () [0x000ca] in <c8bc0b4612b543268b8307855c69585a>:0 
  at Eluant.MemoryConstrainedLuaRuntime..ctor () [0x00016] in <c8bc0b4612b543268b8307855c69585a>:0 
  at OpenRA.Scripting.ScriptContext..ctor (OpenRA.World world, OpenRA.Graphics.WorldRenderer worldRenderer, System.Collections.Generic.IEnumerable`1[T] scripts) [0x00006] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Mods.Common.Scripting.LuaScript.OpenRA.Traits.IWorldLoaded.WorldLoaded (OpenRA.World world, OpenRA.Graphics.WorldRenderer worldRenderer) [0x00017] in <7197d2967c1442e6802f95fbc6dca6d9>:0 
  at OpenRA.World.LoadComplete (OpenRA.Graphics.WorldRenderer wr) [0x000c4] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.StartGame (System.String mapUID, OpenRA.WorldType type) [0x000ce] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.LoadShellMap () [0x00016] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Mods.Common.LoadScreens.BlankLoadScreen.StartGame (OpenRA.Arguments args) [0x00166] in <7197d2967c1442e6802f95fbc6dca6d9>:0 
  at OpenRA.Game.InitializeMod (System.String mod, OpenRA.Arguments args) [0x0038f] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x0046f] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.InitializeAndRun (System.String[] args) [0x00006] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Program.Main (System.String[] args) [0x00044] in <f3d1a82720db4c8981fdea68a4184940>:0 

Even though lua51 is installed on my system, pacman -Ql lua51 gives:

lua51 /usr/
lua51 /usr/bin/
lua51 /usr/bin/lua5.1
lua51 /usr/bin/luac5.1
lua51 /usr/include/
lua51 /usr/include/lua5.1/
lua51 /usr/include/lua5.1/lauxlib.h
lua51 /usr/include/lua5.1/lua.h
lua51 /usr/include/lua5.1/lua.hpp
lua51 /usr/include/lua5.1/luaconf.h
lua51 /usr/include/lua5.1/lualib.h
lua51 /usr/lib/
lua51 /usr/lib/liblua.so.5.1
lua51 /usr/lib/liblua.so.5.1.5
lua51 /usr/lib/liblua5.1.so
lua51 /usr/lib/liblua5.1.so.5.1
lua51 /usr/lib/liblua5.1.so.5.1.5
lua51 /usr/lib/pkgconfig/
lua51 /usr/lib/pkgconfig/lua51.pc
lua51 /usr/share/
lua51 /usr/share/doc/
lua51 /usr/share/doc/lua51/
lua51 /usr/share/doc/lua51/contents.html
lua51 /usr/share/doc/lua51/cover.png
lua51 /usr/share/doc/lua51/logo.gif
lua51 /usr/share/doc/lua51/lua.css
lua51 /usr/share/doc/lua51/lua.html
lua51 /usr/share/doc/lua51/luac.html
lua51 /usr/share/doc/lua51/manual.css
lua51 /usr/share/doc/lua51/manual.html
lua51 /usr/share/doc/lua51/readme.html
lua51 /usr/share/licenses/
lua51 /usr/share/licenses/lua51/
lua51 /usr/share/licenses/lua51/COPYRIGHT
lua51 /usr/share/man/
lua51 /usr/share/man/man1/
lua51 /usr/share/man/man1/lua5.1.1.gz
lua51 /usr/share/man/man1/luac5.1.1.gz
fusion809 commented 5 years ago

Lol, commit 268 has just made things even worse, giving the build error:

make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
  You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview
  OpenRA.PostProcess -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess.exe
  OpenRA.Game -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game.exe
  OpenRA.Mods.Common -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Common.dll
  OpenRA.Mods.Cnc -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Cnc.dll
  OpenRA.Utility -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility.exe
  OpenRA.Server -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server.exe
  OpenRA.Mods.D2k -> /data/GitHub/others/Yuris-Revenge/engine/mods/d2k/OpenRA.Mods.D2k.dll
  OpenRA.Platforms.Default -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default.dll
  OpenRA.Test -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test.dll
make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
  Restore completed in 40.2 ms for /data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj.
  Restore completed in 0.96 ms for /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj.
  Restore completed in 1.46 ms for /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj.
  Restore completed in 0.4 ms for /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj.
  Restore completed in 0.75 ms for /data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess/OpenRA.PostProcess.csproj.
  You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview
  OpenRA.PostProcess -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess.exe
  OpenRA.Game -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game.exe
  OpenRA.Mods.Common -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Common.dll
  OpenRA.Mods.Cnc -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Cnc.dll
Activities/MarkerSlaveLeave.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/RemoteControlSlaveProductionComplete.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(35,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(36,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(126,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(27,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(22,1): error SA1505: An opening brace should not be followed by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(106,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(118,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(156,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(157,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(161,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(217,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(218,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(282,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(40,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(68,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(78,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(334,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(36,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(49,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(117,5): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(118,4): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(161,4): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(161,4): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(37,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(159,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/UnloadBunkerCargo.cs(18,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/UnloadBunkerCargo.cs(19,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(93,37): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(109,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(110,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(153,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Warheads/SpawnActorWarhead.cs(18,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Warheads/SpawnActorWarhead.cs(19,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(152,17): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(38,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(102,87): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(3,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(4,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(5,1): error SA1208: Using directive for 'System.IO' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(6,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(7,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(8,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(3,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(4,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(5,1): error SA1208: Using directive for 'System.IO' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(6,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(7,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(8,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/TractionFallToEarth.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/TractionFallToEarth.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(34,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(18,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(46,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(30,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(33,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(36,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(44,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Graphics/ArcRenderable.cs(64,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(21,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(22,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(75,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(80,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(90,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/UnloadBunkerCargo.cs(89,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/UnloadBunkerCargo.cs(98,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(21,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(22,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(32,31): error SA1133: Each attribute should be placed in its own set of square brackets. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(48,23): error SA1133: Each attribute should be placed in its own set of square brackets. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(20,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(51,23): error SA1133: Each attribute should be placed in its own set of square brackets. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(20,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(22,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.YR.Activities' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(65,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(52,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(15,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(16,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(17,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(18,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(19,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(13,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(17,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(18,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(19,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(20,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(21,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(259,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(86,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(36,24): error SA1307: Field 'lightAmbientColor' should begin with upper-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(37,24): error SA1307: Field 'lightDiffuseColor' should begin with upper-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(102,25): error SA1306: Field 'GroundNormal' should begin with lower-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(152,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(220,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(47,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(49,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(51,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(20,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(21,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(22,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(23,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(24,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(19,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(20,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(21,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(22,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(23,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/PeriodicExplosion.cs(27,21): error SA1133: Each attribute should be placed in its own set of square brackets. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerMaster.cs(19,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerMaster.cs(20,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Common/Immobile.cs(36,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Common/Immobile.cs(37,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(58,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(208,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithExitOverlay.cs(37,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(12,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithExitOverlay.cs(26,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(46,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(94,37): error SA1306: Field 'SlaveEntries' should begin with lower-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(113,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithExitOverlay.cs(32,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(5,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(6,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(7,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(8,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(9,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithExitOverlay.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(5,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(6,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(7,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(8,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(9,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithTractionShadow.cs(22,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(109,17): error SA1307: Field 'lastTarget' should begin with upper-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(41,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(42,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(44,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(45,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(47,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(48,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(50,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(51,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(53,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(54,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(56,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(57,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(59,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(60,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(62,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(63,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(69,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(81,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(83,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(84,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(86,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(87,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(88,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(90,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(91,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(93,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(95,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(97,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(99,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(100,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(3,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(4,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(5,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(6,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(7,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(63,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(19,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(20,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(21,1): error SA1208: Using directive for 'System.Drawing' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(22,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(23,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(24,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(5,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(6,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(7,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(8,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(9,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(136,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(137,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(145,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(152,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(294,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(563,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(568,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(574,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(597,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(33,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(34,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(44,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(45,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(47,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(48,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(50,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(42,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(55,39): error SA1307: Field 'info' should begin with upper-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(20,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(21,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(22,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(23,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(24,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(56,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(57,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(58,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(72,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(79,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(84,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(97,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(2,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(3,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(4,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(5,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(6,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(52,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(59,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(20,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(80,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(86,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(21,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(22,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(95,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(23,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(24,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(12,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(13,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(26,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(28,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(29,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(31,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
UtilityCommands/ImportRA2MapCommand.cs(24,1): error SA1211: Using alias directive for 'Rectangle' should appear before using alias directive for 'Size' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
UtilityCommands/ImportRA2MapCommand.cs(15,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
UtilityCommands/ImportRA2MapCommand.cs(22,1): error SA1208: Using directive for 'System.Drawing' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.YR.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.YR.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.YR.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.YR.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.YR.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/TractorWarhead.cs(16,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/TractorWarhead.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(11,1): error SA1211: Using alias directive for 'Rectangle' should appear before using alias directive for 'Size' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(4,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(5,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(6,1): error SA1208: Using directive for 'System.Drawing' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(7,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(8,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(9,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(17,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(18,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(19,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(20,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(21,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMainMenuLogic.cs(21,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(20,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithTractionShadow.cs(31,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithTractionShadow.cs(71,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(22,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(23,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(24,1): error SA1208: Using directive for 'System.Globalization' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(25,1): error SA1208: Using directive for 'System.IO' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(26,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(27,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(28,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.Common.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.Common.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.Common.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.Common.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.Common.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileSystem/BagFile.cs(136,26): error SA1025: Code should not contain multiple whitespace characters in a row. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(42,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(57,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(60,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(62,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(63,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(75,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(18,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(19,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(20,1): error SA1208: Using directive for 'System.Drawing' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(21,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(22,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(23,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(300,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(304,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(343,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(308,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(344,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(345,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(323,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(347,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(43,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(52,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(71,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(81,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(91,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(44,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(45,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(47,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(48,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(50,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(51,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(37,23): error SA1133: Each attribute should be placed in its own set of square brackets. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(61,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(68,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(74,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(108,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(126,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(185,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(189,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(39,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(40,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(41,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(42,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(43,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(44,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(45,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(46,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(47,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(48,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(49,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(50,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(51,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(52,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(53,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(53,13): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(34,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(35,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(36,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(37,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(38,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(39,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(40,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(41,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(42,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(43,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(44,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(45,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(46,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(47,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(48,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(48,4): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(103,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(104,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(105,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(145,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(146,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(148,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(148,9): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Berserkable.cs(99,2): error SA1518: File is required to end with a single newline character [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(471,25): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(509,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(347,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(474,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(512,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(584,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(590,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(593,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(115,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(177,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(118,57): error SA1025: Code should not contain multiple whitespace characters in a row. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Activities/FallDown.cs(59,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Activities/FallDown.cs(65,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Activities/FallDown.cs(67,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(89,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(93,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(124,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(115,13): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(177,13): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(86,65): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(113,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(118,61): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(137,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(166,42): error SA1300: Element 'createActorAndRender' should begin with an uppercase letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(257,2): error SA1518: File is required to end with a single newline character [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(54,30): error SA1002: Semicolons should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(40,62): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(142,115): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(230,17): error SA1129: Do not use default value type constructor [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Warheads/SpawnActorWarhead.cs(139,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Warheads/SpawnActorWarhead.cs(140,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Warheads/SpawnActorWarhead.cs(191,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(113,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(114,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(115,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(116,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(23,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/EnvironmentPaletteEffect.cs(73,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/EnvironmentPaletteEffect.cs(84,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(30,9): error SA1508: A closing brace should not be preceded by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(28,9): error SA1505: An opening brace should not be followed by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(217,21): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(212,40): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(235,68): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(55,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/EnvironmentPaletteEffect.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(62,9): error SA1508: A closing brace should not be preceded by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(60,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(160,25): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(126,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(127,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(84,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(85,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(96,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(159,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(165,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(160,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(144,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(145,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(178,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(185,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(173,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(174,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(82,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(83,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(46,112): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(230,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(232,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(233,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(235,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(236,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(238,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(239,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(242,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(47,75): error SA1108: Block statements should not contain embedded comments [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(61,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(105,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(79,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(94,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(110,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(35,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(64,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(74,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(173,13): error SA1508: A closing brace should not be preceded by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(35,53): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(144,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(145,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(146,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(50,1): error SA1507: Code should not contain multiple blank lines in a row [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(72,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(85,25): error SA1139: Use literal suffix notation instead of casting [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(24,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(25,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(26,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(125,8): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(126,78): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(24,98): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(34,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(70,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(261,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(265,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(84,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(95,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithExitOverlay.cs(46,64): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(84,13): error SA1000: The keyword 'switch' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(34,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(95,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(115,30): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(117,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(35,5): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(113,66): error SA1313: Parameter 'SlaveEntries' should begin with lower-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(174,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,18): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(111,3): error SA1505: An opening brace should not be followed by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(453,19): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(34,71): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(99,79): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(453,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(449,17): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(240,59): error SA1002: Semicolons should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(453,19): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(111,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(119,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(180,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(164,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(209,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(179,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(240,60): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(419,17): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,18): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(81,71): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(62,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(209,17): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(114,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(116,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(125,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(130,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(59,75): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(55,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(56,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(52,69): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(168,50): error SA1129: Do not use default value type constructor [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(135,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(142,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(219,8): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(220,72): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(37,52): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(160,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(161,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(36,54): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(108,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(49,115): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(45,13): error SX1101: Do not prefix local calls with 'this.' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(43,93): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(54,103): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(373,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(375,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(378,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(379,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(381,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(382,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(385,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(388,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(45,97): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(73,13): error SA1508: A closing brace should not be preceded by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(340,58): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(79,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMainMenuLogic.cs(164,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(95,75): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(144,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(51,73): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindControllable.cs(138,2): error SA1518: File is required to end with a single newline character [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerSlave.cs(40,83): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(44,89): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(216,126): error SA1002: Semicolons should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(218,17): error SX1101: Do not prefix local calls with 'this.' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerMaster.cs(69,85): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(175,116): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(212,116): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(216,127): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(49,87): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(503,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(513,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(172,1): error SA1507: Code should not contain multiple blank lines in a row [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(475,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(476,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(220,2): error SA1518: File is required to end with a single newline character [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(40,101): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(50,13): error SX1101: Do not prefix local calls with 'this.' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(47,85): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(37,75): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(25,77): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(96,52): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(54,106): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(54,87): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(129,13): error SX1101: Do not prefix local calls with 'this.' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(46,37): error SA1003: Operator '==' should be preceded by whitespace. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(46,37): error SA1003: Operator '==' should be followed by whitespace. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(99,89): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(197,9): error SA1505: An opening brace should not be followed by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerMaster.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerMaster.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(72,93): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(41,84): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(112,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(115,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(121,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(124,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(133,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(141,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(105,9): error SA1508: A closing brace should not be preceded by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(103,9): error SA1505: An opening brace should not be followed by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerSlave.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerSlave.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(100,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(65,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(59,80): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(126,80): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(107,24): error SA1312: Variable 'Weapon' should begin with lower-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(30,74): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(84,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(85,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(93,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(102,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(57,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(96,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(169,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(171,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(34,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(66,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(70,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(118,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(136,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(186,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(211,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(171,17): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(169,21): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(135,45): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(68,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(28,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(91,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(92,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(93,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(103,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(132,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(133,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(134,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(135,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(136,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(34,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(48,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(67,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(79,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(124,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(93,9): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(132,88): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(134,71): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(135,89): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(37,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(96,65): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithMindControlArc.cs(98,2): error SA1518: File is required to end with a single newline character [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(29,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(61,74): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithTractionShadow.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(35,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(36,5): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(70,15): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(75,15): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(46,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(51,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(55,18): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(68,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(70,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(108,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(111,21): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(30,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(81,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(117,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(316,17): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(75,18): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(116,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(119,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(213,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(310,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(318,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(213,4): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(75,17): error SA1001: Commas should be followed by whitespace. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(178,41): error SA1001: Commas should be followed by whitespace. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(73,13): error SA1000: The keyword 'switch' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(83,13): error SA1000: The keyword 'switch' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(33,15): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(34,15): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(35,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(99,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(61,13): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(106,5): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(6,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(8,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(81,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(143,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(89,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(177,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(63,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(76,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(35,8): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(92,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(174,21): error SA1000: The keyword 'foreach' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(176,25): error SA1000: The keyword 'foreach' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(178,29): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(75,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(164,21): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(169,21): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(41,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(48,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(55,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(71,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(103,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(114,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(116,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(121,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(151,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(197,30): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(75,9): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(63,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(96,37): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(81,21): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(48,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(103,38): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(105,34): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(116,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(134,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(49,5): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(81,21): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(81,21): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(55,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(78,30): error SA1002: Semicolons should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(79,31): error SA1002: Semicolons should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(80,38): error SA1002: Semicolons should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(78,31): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(79,32): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(80,39): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(160,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(40,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(67,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(116,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(182,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(245,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(253,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(41,5): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(68,112): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(47,75): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(47,74): error SA1009: Closing parenthesis should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/TransformActorWarhead.cs(50,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/TransformActorWarhead.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(62,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(118,21): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(191,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(62,13): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(118,21): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(191,13): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(62,13): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(31,1): error SA1507: Code should not contain multiple blank lines in a row [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(36,3): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(87,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(229,6): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(230,6): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(249,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(250,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(36,3): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(230,6): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(250,4): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(111,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(119,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(164,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(179,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,17): error SA1009: Closing parenthesis should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(453,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(153,1): error SA1507: Code should not contain multiple blank lines in a row [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(415,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,18): error SA1013: Closing brace should be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(62,49): error SA1012: Opening brace should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(61,17): error SA1000: The keyword 'switch' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(72,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(97,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(181,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(217,21): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(155,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(203,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(207,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(238,1): error SA1507: Code should not contain multiple blank lines in a row [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(123,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(210,29): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(211,33): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(218,19): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(222,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(226,46): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(93,72): error SA1013: Closing brace should be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(94,72): error SA1013: Closing brace should be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
cookgreen commented 5 years ago

@fusion809 Have you tried the new commit?

fusion809 commented 5 years ago

I have now, it failed to build and I received the error:

make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
  You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview
  OpenRA.PostProcess -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess.exe
  OpenRA.Game -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game.exe
  OpenRA.Mods.Common -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Common.dll
  OpenRA.Mods.Cnc -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Cnc.dll
  OpenRA.Utility -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility.exe
  OpenRA.Server -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server.exe
  OpenRA.Mods.D2k -> /data/GitHub/others/Yuris-Revenge/engine/mods/d2k/OpenRA.Mods.D2k.dll
  OpenRA.Platforms.Default -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default.dll
  OpenRA.Test -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test.dll
make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
  Restore completed in 43.66 ms for /data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj.
  Restore completed in 0.84 ms for /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game/OpenRA.Game.csproj.
  Restore completed in 0.6 ms for /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj.
  Restore completed in 0.46 ms for /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj.
  Restore completed in 0.75 ms for /data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess/OpenRA.PostProcess.csproj.
  You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview
  OpenRA.PostProcess -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess.exe
  OpenRA.Game -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game.exe
  OpenRA.Mods.Common -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Common.dll
  OpenRA.Mods.Cnc -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Cnc.dll
Activities/MarkerSlaveLeave.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/RemoteControlSlaveProductionComplete.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(106,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(118,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(156,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(157,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(161,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(217,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(218,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(282,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(117,5): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(118,4): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(161,4): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(35,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(36,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(126,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(27,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(22,1): error SA1505: An opening brace should not be followed by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(161,4): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(37,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(159,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(93,37): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(109,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(110,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(153,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(152,17): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(40,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(68,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(78,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(334,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(36,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(49,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/UnloadBunkerCargo.cs(18,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/UnloadBunkerCargo.cs(19,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(38,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(102,87): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Warheads/SpawnActorWarhead.cs(18,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Warheads/SpawnActorWarhead.cs(19,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/TractionFallToEarth.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/TractionFallToEarth.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Graphics/ArcRenderable.cs(64,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(75,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(80,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(90,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(3,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(4,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(5,1): error SA1208: Using directive for 'System.IO' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(6,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(7,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(8,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.YR.FileFormats' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(3,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(4,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(5,1): error SA1208: Using directive for 'System.IO' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(6,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(7,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(8,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Primitives' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(18,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(21,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(22,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(32,31): error SA1133: Each attribute should be placed in its own set of square brackets. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(21,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(22,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(48,23): error SA1133: Each attribute should be placed in its own set of square brackets. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(33,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(30,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(51,23): error SA1133: Each attribute should be placed in its own set of square brackets. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ChronoResourceDelivery.cs(36,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(20,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(65,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(44,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(20,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(46,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(22,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.YR.Activities' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/UnloadBunkerCargo.cs(89,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/UnloadBunkerCargo.cs(98,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Common/Immobile.cs(36,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(47,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(49,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(51,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Common/Immobile.cs(37,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(259,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(86,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(15,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(16,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(17,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(18,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(19,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(34,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/PeriodicExplosion.cs(27,21): error SA1133: Each attribute should be placed in its own set of square brackets. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(52,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(13,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(58,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(208,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithExitOverlay.cs(37,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithExitOverlay.cs(32,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(17,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(18,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(19,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(20,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(21,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(12,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AudioLoaders/WavHackLoader.cs(46,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(152,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(220,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithExitOverlay.cs(26,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(36,24): error SA1307: Field 'lightAmbientColor' should begin with upper-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(37,24): error SA1307: Field 'lightDiffuseColor' should begin with upper-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(102,25): error SA1306: Field 'GroundNormal' should begin with lower-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(94,37): error SA1306: Field 'SlaveEntries' should begin with lower-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(113,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(109,17): error SA1307: Field 'lastTarget' should begin with upper-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(41,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(42,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(44,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(45,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(47,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(48,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(50,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(51,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(53,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(54,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(56,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(57,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(59,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(60,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(62,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(63,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(69,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(81,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(83,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(84,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(86,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(87,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(88,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(90,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(91,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(93,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(95,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(97,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(99,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(100,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(63,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(20,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(21,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(22,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(23,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(24,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(19,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(20,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(21,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(22,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(23,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(136,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(137,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(42,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(145,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(152,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(33,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(34,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(294,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(44,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(45,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(47,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(48,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(563,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(50,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(568,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(574,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(597,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(55,39): error SA1307: Field 'info' should begin with upper-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(56,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(57,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(58,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(72,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(79,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(84,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(97,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerMaster.cs(19,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerMaster.cs(20,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(52,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(59,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(80,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(86,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(95,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(26,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(28,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(29,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(31,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(12,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(13,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(5,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(6,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(7,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(8,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(9,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithExitOverlay.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithTractionShadow.cs(31,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithTractionShadow.cs(71,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(42,3): error SA1134: Each attribute should be placed on its own line of code. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(75,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(5,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(6,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(7,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(8,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(9,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(43,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(52,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(300,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(71,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(81,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(304,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(91,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(308,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(323,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(343,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(344,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(345,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(347,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithTractionShadow.cs(22,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(57,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(60,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(62,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(63,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(44,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(37,23): error SA1133: Each attribute should be placed in its own set of square brackets. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(45,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(47,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(48,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(50,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(51,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(61,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(68,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(74,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(108,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(126,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(185,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(189,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileSystem/BagFile.cs(136,26): error SA1025: Code should not contain multiple whitespace characters in a row. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(3,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(4,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(5,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(6,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(7,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(19,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(20,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(21,1): error SA1208: Using directive for 'System.Drawing' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(22,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(23,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(24,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(5,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(6,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(7,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(8,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(9,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(20,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(21,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(22,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(23,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(24,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(2,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(3,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(4,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(5,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(6,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.Common.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(20,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(21,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(22,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(23,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(24,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(39,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(40,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(41,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(42,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(43,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(44,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(45,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(46,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(47,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(48,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(49,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(50,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(51,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(52,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(53,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
UtilityCommands/ImportRA2MapCommand.cs(24,1): error SA1211: Using alias directive for 'Rectangle' should appear before using alias directive for 'Size' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkersTargeter.cs(53,13): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(34,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(35,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(36,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(37,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(38,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(39,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(40,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(41,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(42,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(43,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(44,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
UtilityCommands/ImportRA2MapCommand.cs(15,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(45,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(46,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(47,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(48,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
UtilityCommands/ImportRA2MapCommand.cs(22,1): error SA1208: Using directive for 'System.Drawing' should appear before directive for 'OpenRA.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(48,4): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.YR.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.YR.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.YR.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.YR.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.YR.Traits' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/TractorWarhead.cs(16,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/TractorWarhead.cs(17,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(11,1): error SA1211: Using alias directive for 'Rectangle' should appear before using alias directive for 'Size' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(4,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(5,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(6,1): error SA1208: Using directive for 'System.Drawing' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(7,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(8,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(9,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(17,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(18,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(19,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(20,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(21,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMainMenuLogic.cs(21,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(20,1): error SA1210: Using directives should be ordered alphabetically by the namespaces. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(22,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(23,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(24,1): error SA1208: Using directive for 'System.Globalization' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(25,1): error SA1208: Using directive for 'System.IO' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(26,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(27,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(28,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(16,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Mods.Common.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(17,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Mods.Common.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(18,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Mods.Common.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(19,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Mods.Common.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(20,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Mods.Common.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(18,1): error SA1208: Using directive for 'System' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(19,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(20,1): error SA1208: Using directive for 'System.Drawing' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(21,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(22,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(23,1): error SA1208: Using directive for 'System.Threading.Tasks' should appear before directive for 'OpenRA.Widgets' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(103,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(104,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(105,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(145,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(146,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(148,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(148,9): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Berserkable.cs(99,2): error SA1518: File is required to end with a single newline character [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(471,25): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(509,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Activities/FallDown.cs(59,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Activities/FallDown.cs(65,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Activities/FallDown.cs(67,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(347,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(474,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(512,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(584,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(590,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(593,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(125,8): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantTimedConditionOnDeploy.cs(126,78): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(115,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(177,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(118,57): error SA1025: Code should not contain multiple whitespace characters in a row. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(89,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(93,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(124,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(115,13): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(177,13): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(113,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(118,61): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(137,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
FileFormats/WavHackReader.cs(142,115): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(35,53): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(257,2): error SA1518: File is required to end with a single newline character [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(54,30): error SA1002: Semicolons should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(230,17): error SA1129: Do not use default value type constructor [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(62,9): error SA1508: A closing brace should not be preceded by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(60,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithExitOverlay.cs(46,64): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(174,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(40,62): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(82,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(83,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(160,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(178,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(185,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(173,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(174,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(144,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(145,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(230,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(232,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(233,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(235,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(236,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(238,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(239,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(242,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(217,21): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(212,40): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(235,68): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(30,9): error SA1508: A closing brace should not be preceded by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Order/EnterBunkerTargeter.cs(28,9): error SA1505: An opening brace should not be followed by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(261,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerHarvesterHarvest.cs(265,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(23,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/EnvironmentPaletteEffect.cs(73,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/EnvironmentPaletteEffect.cs(84,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(55,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(126,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(127,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/EnvironmentPaletteEffect.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(84,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(85,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(96,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(160,25): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(159,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(165,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(173,13): error SA1508: A closing brace should not be preceded by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(144,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(145,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Activities/SpawnerRefineryHarvest.cs(146,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(86,65): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(96,52): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Warheads/SpawnActorWarhead.cs(139,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Warheads/SpawnActorWarhead.cs(140,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
AS/Warheads/SpawnActorWarhead.cs(191,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(61,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(105,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(79,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(94,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(110,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(166,42): error SA1300: Element 'createActorAndRender' should begin with an uppercase letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(35,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(64,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(74,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(46,112): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(113,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(114,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(115,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/AttackBunkered.cs(116,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(50,1): error SA1507: Code should not contain multiple blank lines in a row [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(72,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,18): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(112,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(115,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(121,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(124,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(133,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(141,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(24,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(25,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(26,5): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(47,75): error SA1108: Block statements should not contain embedded comments [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(24,98): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(34,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(70,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(419,17): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,18): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(84,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(95,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(113,66): error SA1313: Parameter 'SlaveEntries' should begin with lower-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerMaster.cs(99,79): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(84,13): error SA1000: The keyword 'switch' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(111,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(119,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(164,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(179,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Bunkerable.cs(34,71): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(453,19): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(34,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(95,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(115,30): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(117,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BaseSpawnerSlave.cs(111,3): error SA1505: An opening brace should not be followed by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(35,5): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(62,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(59,75): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(114,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(116,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(125,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(130,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(81,71): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(85,25): error SA1139: Use literal suffix notation instead of casting [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantExternalConditionWeapon.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(55,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(56,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerPassenger.cs(168,50): error SA1129: Do not use default value type constructor [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierSlave.cs(52,69): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CrewKillable.cs(37,52): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/DetectVariety.cs(36,54): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(453,17): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(449,17): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(453,19): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(135,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/CarrierMaster.cs(142,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(45,97): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnCapture.cs(73,13): error SA1508: A closing brace should not be preceded by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnProductionToSelf.cs(49,115): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(45,13): error SX1101: Do not prefix local calls with 'this.' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionWhenCashflow.cs(54,103): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnStage.cs(43,93): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(95,75): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/GrantConditionOnAttackType.cs(144,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(51,73): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(240,59): error SA1002: Semicolons should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(160,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(161,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerMaster.cs(69,85): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(219,8): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(220,72): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(180,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(209,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(240,60): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(209,17): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerSlave.cs(40,83): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(44,89): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(218,17): error SX1101: Do not prefix local calls with 'this.' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMainMenuLogic.cs(164,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(108,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(49,87): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerMaster.cs(197,9): error SA1505: An opening brace should not be followed by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(373,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(375,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(378,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(379,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(381,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(382,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(385,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(388,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MarkerSlave.cs(79,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(40,101): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(50,13): error SX1101: Do not prefix local calls with 'this.' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(503,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(513,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(475,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(476,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/BunkerCargo.cs(340,58): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(37,75): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindControllable.cs(138,2): error SA1518: File is required to end with a single newline character [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(46,37): error SA1003: Operator '==' should be preceded by whitespace. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(46,37): error SA1003: Operator '==' should be followed by whitespace. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(47,85): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(216,126): error SA1002: Semicolons should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(175,116): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(212,116): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(216,127): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(129,13): error SX1101: Do not prefix local calls with 'this.' [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShutdownPower.cs(25,77): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(54,106): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(54,87): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(99,89): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(41,84): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(72,93): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(100,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(105,9): error SA1508: A closing brace should not be preceded by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(103,9): error SA1505: An opening brace should not be followed by a blank line. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(172,1): error SA1507: Code should not contain multiple blank lines in a row [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MindController.cs(220,2): error SA1518: File is required to end with a single newline character [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(65,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(59,80): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/SupportPowerWithNotify.cs(30,74): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(107,24): error SA1312: Variable 'Weapon' should begin with lower-case letter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(126,80): error SA1128: Put constructor initializers on their own line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(84,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(85,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(93,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(102,1): error SA1137: Elements should have the same indentation [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerMaster.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerMaster.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerSlave.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/MissileSpawnerSlave.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(169,21): error SA1111: Closing parenthesis should be on line of last parameter [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(135,45): error SA1500: Braces for multi-line statements should not share line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(57,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(96,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(169,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(171,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(34,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(66,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(70,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(118,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(136,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(186,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(211,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(171,17): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlMaster.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(68,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(28,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(91,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(92,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(93,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(103,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(132,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(133,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(134,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(135,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(136,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(34,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(48,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(67,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(79,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(124,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(93,9): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(132,88): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(134,71): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/RemoteControlSlave.cs(135,89): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(37,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithBuildingPlacedOverlayConditional.cs(96,65): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithMindControlArc.cs(98,2): error SA1518: File is required to end with a single newline character [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(29,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithSuperPowerAnimation.cs(61,74): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Render/WithTractionShadow.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(35,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(36,5): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(70,15): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SelfRotationCraft.cs(75,15): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(46,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(51,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(55,18): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(68,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(70,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(108,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(111,21): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(30,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(81,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(117,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/ShowWholeMap.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(316,17): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(75,18): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(116,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(119,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(213,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(310,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(318,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(213,4): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(75,17): error SA1001: Commas should be followed by whitespace. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(178,41): error SA1001: Commas should be followed by whitespace. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterMaster.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(73,13): error SA1000: The keyword 'switch' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(83,13): error SA1000: The keyword 'switch' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(33,15): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(34,15): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(35,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(99,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(61,13): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(106,5): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(6,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerHarvesterSlave.cs(8,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(81,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(143,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(89,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(177,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SpawnerRefineryMaster.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(63,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(76,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ExploreMapSupportPower.cs(35,8): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/GrantExternalConditionPower.cs(92,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(174,21): error SA1000: The keyword 'foreach' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(176,25): error SA1000: The keyword 'foreach' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(178,29): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(75,9): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(164,21): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(169,21): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(41,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(48,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(55,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(71,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(103,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(114,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(116,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(121,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(151,22): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(197,30): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(75,9): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/ParticleSupportPower.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(63,13): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(96,37): error SA1000: The keyword 'if' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(81,21): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(48,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(103,38): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(105,34): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(116,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(134,26): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(49,5): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(81,21): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(81,21): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/SupportPowers/TransformActorsPower.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(4,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(7,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Tractable.cs(55,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(78,30): error SA1002: Semicolons should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(79,31): error SA1002: Semicolons should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(80,38): error SA1002: Semicolons should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(78,31): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(79,32): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(80,39): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(160,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(40,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(67,6): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(116,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(182,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(245,10): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(253,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(41,5): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Traits/Variety.cs(68,112): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(47,75): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(47,74): error SA1009: Closing parenthesis should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/KillCrewWarhead.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/TransformActorWarhead.cs(50,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Warheads/TransformActorWarhead.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(62,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(118,21): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(191,13): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(62,13): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(118,21): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(191,13): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/BinkPlayerWidget.cs(62,13): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(31,1): error SA1507: Code should not contain multiple blank lines in a row [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/IngamePowerLogic.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(36,3): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(87,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(229,6): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(230,6): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(249,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(250,4): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(36,3): error SA1515: Single-line comment should be preceded by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(230,6): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/NewMissionBrowserLogic.cs(250,4): error SA1512: Single-line comments should not be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(111,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(119,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(164,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(179,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,17): error SA1009: Closing parenthesis should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(453,17): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(153,1): error SA1507: Code should not contain multiple blank lines in a row [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(415,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(423,18): error SA1013: Closing brace should be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/Logic/VxlBrowserLogic.cs(62,49): error SA1012: Opening brace should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(61,17): error SA1000: The keyword 'switch' should be followed by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(72,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(97,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/ResourceBarSpriteWidget.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(181,17): error SA1005: Single line comment should begin with a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(217,21): error SA1009: Closing parenthesis should not be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(155,18): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(203,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(207,14): error SA1513: Closing brace should be followed by blank line [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(238,1): error SA1507: Code should not contain multiple blank lines in a row [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(5,3): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(123,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(210,29): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(211,33): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(218,19): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(222,1): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(226,46): error SA1028: Code should not contain trailing whitespace [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(93,72): error SA1013: Closing brace should be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
Widgets/VoxelWidget.cs(94,72): error SA1013: Closing brace should be preceded by a space. [/data/GitHub/others/Yuris-Revenge/OpenRA.Mods.YR/OpenRA.Mods.YR.csproj]
cookgreen commented 5 years ago

try the new commit

fusion809 commented 5 years ago

Just another error, I'm afraid, mate, this one is so long I can't even publish it here. Here is a gist of it: https://gist.github.com/0ad396a8a985973e4237458ecdce1555.

cookgreen commented 5 years ago

@fusion809 How about this one?

fusion809 commented 5 years ago

Builds fine, but its AppImage crashes on startup:

Exception of type `System.Reflection.ReflectionTypeLoadException`: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
Could not resolve type with token 010000a8 from typeref (expected class 'OpenRA.Traits.ResourceTypeInfo' in assembly 'OpenRA.Game, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')
Could not resolve type with token 010000a8 from typeref (expected class 'OpenRA.Traits.ResourceTypeInfo' in assembly 'OpenRA.Game, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')
Could not resolve type with token 010001dd from typeref (expected class 'OpenRA.Activities.CompositeActivity' in assembly 'OpenRA.Game, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
  at System.Reflection.Assembly.GetTypes () [0x00000] in <6649516e5b3542319fb262b421af0adb>:0 
  at OpenRA.Exts.GetNamespaces (System.Reflection.Assembly a) [0x00000] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.ObjectCreator+<>c.<.ctor>b__4_0 (System.Reflection.Assembly asm) [0x0000d] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].ToArray () [0x00028] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0 
  at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0 
  at OpenRA.ObjectCreator..ctor (OpenRA.Manifest manifest, OpenRA.InstalledMods mods) [0x0010e] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.ModData..ctor (OpenRA.Manifest mod, OpenRA.InstalledMods mods, System.Boolean useLoadScreen) [0x00029] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.InitializeMod (System.String mod, OpenRA.Arguments args) [0x0015a] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x0046f] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.InitializeAndRun (System.String[] args) [0x00006] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Program.Main (System.String[] args) [0x00044] in <f3d1a82720db4c8981fdea68a4184940>:0 

AL lib: FreeContext: (0x12575c0) Deleting 32 Source(s)

./launch-game.sh crashes on start up with the error (even though lua51 is installed)

Exception of type `System.DllNotFoundException`: liblua5.1.so.0
TypeName=``
  at (wrapper managed-to-native) Eluant.LuaApi.lua_newstate(Eluant.LuaRuntime/LuaAllocator,intptr)
  at Eluant.LuaRuntime..ctor () [0x000ca] in <c8bc0b4612b543268b8307855c69585a>:0 
  at Eluant.MemoryConstrainedLuaRuntime..ctor () [0x00016] in <c8bc0b4612b543268b8307855c69585a>:0 
  at OpenRA.Scripting.ScriptContext..ctor (OpenRA.World world, OpenRA.Graphics.WorldRenderer worldRenderer, System.Collections.Generic.IEnumerable`1[T] scripts) [0x00006] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Mods.Common.Scripting.LuaScript.OpenRA.Traits.IWorldLoaded.WorldLoaded (OpenRA.World world, OpenRA.Graphics.WorldRenderer worldRenderer) [0x00017] in <7197d2967c1442e6802f95fbc6dca6d9>:0 
  at OpenRA.World.LoadComplete (OpenRA.Graphics.WorldRenderer wr) [0x000c4] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.StartGame (System.String mapUID, OpenRA.WorldType type) [0x000ce] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.LoadShellMap () [0x00016] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Mods.Common.LoadScreens.BlankLoadScreen.StartGame (OpenRA.Arguments args) [0x00166] in <7197d2967c1442e6802f95fbc6dca6d9>:0 
  at OpenRA.Game.InitializeMod (System.String mod, OpenRA.Arguments args) [0x0038f] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x0046f] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Game.InitializeAndRun (System.String[] args) [0x00006] in <f3d1a82720db4c8981fdea68a4184940>:0 
  at OpenRA.Program.Main (System.String[] args) [0x00044] in <f3d1a82720db4c8981fdea68a4184940>:0 
cookgreen commented 5 years ago

Could you please try again? I have commited a new version

fusion809 commented 5 years ago

The build error hath returned:

make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
Fetching ICSharpCode.SharpZipLib from NuGet
Fetching MaxMind.Db from NuGet
Fetching NUnit from NuGet
Fetching NUnit.Console from NuGet
Fetching Open.Nat from NuGet
Fetching FuzzyLogicLibrary from NuGet.
Fetching SDL2-CS from GitHub.
Fetching OpenAL-CS from GitHub.
Fetching Eluant from GitHub.
Fetching rix0rrr.BeaconLib from NuGet.
Updating GeoIP country database from MaxMind.
Detected Lua 5.1 library at /lib/liblua.so.5.1.5
Eluant.dll.config has been created successfully.
make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview
  OpenRA.PostProcess -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess.exe
  OpenRA.Game -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game.exe
  Post-processing /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game.exe
   - Enabling /LARGEADDRESSAWARE
  OpenRA.Mods.Common -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Common.dll
  OpenRA.Mods.Cnc -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Cnc.dll
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility/OpenRA.Utility.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server/OpenRA.Server.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.D2k/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj]
/usr/lib/mono/msbuild/Current/bin/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file '/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/data/GitHub/others/Yuris-Revenge/engine/OpenRA.Test/OpenRA.Test.csproj]
make[1]: *** [Makefile:155: core] Error 1
make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
make: *** [Makefile:110: engine] Error 2
cookgreen commented 5 years ago

I found a solution for your lua error:

sudo apt-get install liblua5.1-0:i386

https://github.com/CleverRaven/Cataclysm-DDA/issues/5882

cookgreen commented 5 years ago

And for the build error, your .Net Core SDK really should update, don't use the preview version

fusion809 commented 5 years ago

Lol, I can see the Linux world truly is foreign to you, as Arch Linux, my distro, doesn't use apt-get to install packages. My distro doesn't have a 32-bit package for Lua 5.1 either. My Arch Lua 5.1 package suffices for building other mods and the upstream game engine too, so I must admit, it seems likely this is more an issue with this specific mod.

fusion809 commented 5 years ago

My dotnet SDK is of the stable version too (I told you I changed to using it a while ago), specifically version 2.2.6+108. It doesn't cause a problem with the upstream engine or other mods either.

fusion809 commented 5 years ago

This is the output of pacsearch "lua51":

extra/lua51 5.1.5-8 [installed]
    Powerful lightweight programming language designed for extending applications
extra/lua51-lpeg 1.0.2-1
    Pattern-matching library for Lua 5.1
community/lua51-alt-getopt 0.7.0-8
    Lua module for processing options similar to getopt_long(3)
community/lua51-argparse 0.7.0-1
    Feature-rich command line parser for Lua 5.1
community/lua51-bitop 1.0.2-8
    Bitwise operations on numbers
community/lua51-cqueues 20190813-1
    Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.1
community/lua51-dbi 0.7.2-1
    Database interface library for Lua
community/lua51-expat 1.3.0-4
    SAX XML parser based on the Expat library
community/lua51-filesystem 1.7.0.2-1
    File System Library for the Lua Programming Language
community/lua51-mpack 1.0.8-1
    Simple implementation of msgpack in C Lua 5.1
community/lua51-sec 2:0.8.1-1
    Lua bindings for OpenSSL library to provide TLS/SSL communication.
community/lua51-socket 20190219-1
    Networking support library for the Lua language
community/uwsgi-plugin-lua51 2.0.18-3
    Plugin for Lua support

The closest one to Ubuntu's liblua5.1-0 is lua51, which I have installed.

cookgreen commented 5 years ago

But the fact is that the error occupied when you build the engine, not the mod.

fusion809 commented 5 years ago

It's odd, given that when I build OpenRA playtest-20190825 I get the output:

Fetching ICSharpCode.SharpZipLib from NuGet
Fetching MaxMind.Db from NuGet
Fetching NUnit from NuGet
Fetching NUnit.Console from NuGet
Fetching Open.Nat from NuGet
Fetching FuzzyLogicLibrary from NuGet.
Fetching SDL2-CS from GitHub.
Fetching OpenAL-CS from GitHub.
Fetching Eluant from GitHub.
Fetching rix0rrr.BeaconLib from NuGet.
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  Restore completed in 224.26 ms for /data/GitHub/others/OpenRA/OpenRA.Game/OpenRA.Game.csproj.
  Restore completed in 20.64 ms for /data/GitHub/others/OpenRA/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj.
  Restore completed in 4.79 ms for /data/GitHub/others/OpenRA/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj.
  Restore completed in 2.44 ms for /data/GitHub/others/OpenRA/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj.
  Restore completed in 1.92 ms for /data/GitHub/others/OpenRA/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj.
  Restore completed in 1.42 ms for /data/GitHub/others/OpenRA/OpenRA.PostProcess/OpenRA.PostProcess.csproj.
  Restore completed in 4.12 ms for /data/GitHub/others/OpenRA/OpenRA.Server/OpenRA.Server.csproj.
  Restore completed in 3.5 ms for /data/GitHub/others/OpenRA/OpenRA.Test/OpenRA.Test.csproj.
  Restore completed in 1.97 ms for /data/GitHub/others/OpenRA/OpenRA.Utility/OpenRA.Utility.csproj.
Updating GeoIP country database from MaxMind.
Detected Lua 5.1 library at /lib/liblua.so.5.1.5
Eluant.dll.config has been created successfully.
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview
  OpenRA.PostProcess -> /data/GitHub/others/OpenRA/OpenRA.PostProcess.exe
  OpenRA.Game -> /data/GitHub/others/OpenRA/OpenRA.Game.exe
  Post-processing /data/GitHub/others/OpenRA/OpenRA.Game.exe
   - Enabling /LARGEADDRESSAWARE
  OpenRA.Mods.Common -> /data/GitHub/others/OpenRA/mods/common/OpenRA.Mods.Common.dll
  OpenRA.Mods.Cnc -> /data/GitHub/others/OpenRA/mods/common/OpenRA.Mods.Cnc.dll
  OpenRA.Utility -> /data/GitHub/others/OpenRA/OpenRA.Utility.exe
  Post-processing /data/GitHub/others/OpenRA/OpenRA.Utility.exe
   - Enabling /LARGEADDRESSAWARE
  OpenRA.Server -> /data/GitHub/others/OpenRA/OpenRA.Server.exe
  Post-processing /data/GitHub/others/OpenRA/OpenRA.Server.exe
   - Enabling /LARGEADDRESSAWARE
  OpenRA.Mods.D2k -> /data/GitHub/others/OpenRA/mods/d2k/OpenRA.Mods.D2k.dll
  OpenRA.Platforms.Default -> /data/GitHub/others/OpenRA/OpenRA.Platforms.Default.dll
  OpenRA.Test -> /data/GitHub/others/OpenRA/OpenRA.Test.dll

No errors in sight there.

cookgreen commented 5 years ago

it solved?