Started by GitHub push by lamont-granquist Started by GitHub push by lamont-granquist Running as SYSTEM Building in workspace /home/jenkins/jobs/MechJeb2-Dev/workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /home/jenkins/jobs/MechJeb2-Dev/workspace/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/MuMech/MechJeb2.git # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/MuMech/MechJeb2.git > git --version # timeout=10 > git --version # 'git version 2.34.1' > git fetch --tags --force --progress -- https://github.com/MuMech/MechJeb2.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10 Checking out Revision 589990c3a2caa6a62706716bad0f228f5f04b65e (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 589990c3a2caa6a62706716bad0f228f5f04b65e # timeout=10 Commit message: "Merge pull request #1830 from MuMech/lcg/newtons-method" > git rev-list --no-walk 286d13a5068237a20381731d746d1eb84a868972 # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins17319372206254311511.sh ++ awk -F '"' '/^\[.*AssemblyFileVersion/{print $2}' MechJeb2/Properties/AssemblyInfo.cs + VERSION=2.14.3.0 ++ awk '/^Version/{print $2}' /home/ksp/readme.txt + KSP_VERSION=1.12.5 + mkdir -p /home/jenkins/jobs/MechJeb2-Dev/workspace/build/MechJeb2/Plugins + ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/Icons build/MechJeb2/Icons + ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/Parts build/MechJeb2/Parts + ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/Bundles build/MechJeb2/Bundles + ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/Localization build/MechJeb2/Localization + ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/LICENSE.md build/MechJeb2/LICENSE.md + ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/LandingSites.cfg build/MechJeb2/LandingSites.cfg + sed -i 's/AssemblyInformationalVersion("\(.*\)")/AssemblyInformationalVersion("Dev #1357 Sarbian")/' MechJeb2/Properties/AssemblyInfo.cs + cd /home/jenkins/jobs/MechJeb2-Dev/workspace/MechJeb2 + cp /home/roslyn/System.Buffers.4.5.1/lib/net461/System.Buffers.dll /home/jenkins/jobs/MechJeb2-Dev/workspace/build/MechJeb2/Plugins/ + resgen2 -usesourcepath Properties/Resources.resx Resources.resources Read in 3 resources from '/home/jenkins/jobs/MechJeb2-Dev/workspace/MechJeb2/Properties/Resources.resx' Writing resource file... Done. + set -e + /home/roslyn/Microsoft.Net.Compilers.3.6.0/tools/csc.exe /noconfig /target:library /checked- /nowarn:1701,1702,2008,8632 /langversion:8.0 /nostdlib+ /platform:AnyCPU /warn:4 /errorendlocation /highentropyva- /optimize+ /debug- /filealign:512 /reference:/home/ksp/KSP_Data/Managed/Assembly-CSharp.dll /reference:/home/ksp/KSP_Data/Managed/Assembly-CSharp-firstpass.dll /reference:/home/ksp/KSP_Data/Managed/mscorlib.dll /reference:/home/ksp/KSP_Data/Managed/System.Core.dll /reference:/home/ksp/KSP_Data/Managed/System.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.AnimationModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.AssetBundleModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.CoreModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.ImageConversionModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.IMGUIModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.InputLegacyModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.PhysicsModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.TextRenderingModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.UI.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.VehiclesModule.dll /reference:/home/jenkins/jobs/MechJeb2-Dev/workspace/build/MechJeb2/Plugins/System.Buffers.dll /out:/home/jenkins/jobs/MechJeb2-Dev/workspace/build/MechJeb2/Plugins/MechJeb2.dll /resource:Resources.resources,MuMech.Properties.Resources.resources '/recurse:*.cs' Microsoft (R) Visual C# Compiler version 3.6.0-4.20269.4 (c94e3215) Copyright (C) Microsoft Corporation. All rights reserved. MechJebCore.cs(15,16,15,26): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebCore.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebCore.cs(8,29,8,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAscentSettingsMenu.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAscentSettingsMenu.cs(2,29,2,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleRoverWindow.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleRoverWindow.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModulePVGGlueBall.cs(7,14,7,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModulePVGGlueBall.cs(10,29,10,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModulePVGGlueBall.cs(11,7,11,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModulePVGGlueBall.cs(12,7,12,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModulePVGGlueBall.cs(13,7,13,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModulePVGGlueBall.cs(15,14,15,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAttitudeController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAttitudeController.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Vector6.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Vector6.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleDeployableAntennaController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleDeployableAntennaController.cs(2,29,2,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAttitudeAdjustment.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAttitudeAdjustment.cs(2,29,2,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAscentClassicPathMenu.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAscentClassicPathMenu.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAscentClassicPathMenu.cs(6,14,6,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWarpController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleWarpController.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleMenu.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleMenu.cs(7,29,7,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleDeployableController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleDeployableController.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) ComputerModule.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option ComputerModule.cs(5,29,5,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebStageStatsHelper.cs(6,14,6,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSuicideTimer.cs(3,14,3,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleSuicideTimer.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleSuicideTimer.cs(5,7,5,25): error CS0246: The type or namespace name 'MechJebLibBindings' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSuicideTimer.cs(6,7,6,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSuicideTimer.cs(7,7,7,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSuicideTimer.cs(8,7,8,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRCSBalancerWindow.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleRCSBalancerWindow.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleRoverController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleRoverController.cs(5,29,5,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleSpaceplaneGuidance.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleSpaceplaneGuidance.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleSpaceplaneGuidance.cs(7,14,7,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleInfoItems.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleInfoItems.cs(6,29,6,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleInfoItems.cs(12,14,12,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSmartRcs.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleSmartRcs.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleSpinupController.cs(9,14,9,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleSpinupController.cs(11,29,11,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAscentMenu.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAscentMenu.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAscentMenu.cs(5,7,5,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentMenu.cs(6,7,6,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSolarPanelController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleSolarPanelController.cs(2,29,2,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleSpaceplaneAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleSpaceplaneAutopilot.cs(5,29,5,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleFlightRecorder.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleFlightRecorder.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAirplaneAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAirplaneAutopilot.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleDockingGuidance.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleDockingGuidance.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAscentPVGAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAscentPVGAutopilot.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleDebugArrows.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleDebugArrows.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleSmartASS.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleSmartASS.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) OrbitalManeuverCalculator.cs(2,7,2,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) OrbitalManeuverCalculator.cs(3,7,3,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) OrbitalManeuverCalculator.cs(4,7,4,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) OrbitalManeuverCalculator.cs(5,7,5,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) OrbitalManeuverCalculator.cs(6,7,6,25): error CS0246: The type or namespace name 'MechJebLibBindings' could not be found (are you missing a using directive or an assembly reference?) OrbitalManeuverCalculator.cs(9,14,9,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) VesselState.cs(8,7,8,25): error CS0246: The type or namespace name 'MechJebLibBindings' could not be found (are you missing a using directive or an assembly reference?) MathExtensions.cs(2,7,2,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentGTAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAscentGTAutopilot.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) OrbitExtensions.cs(3,7,3,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) OrbitExtensions.cs(4,7,4,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) OrbitExtensions.cs(5,7,5,25): error CS0246: The type or namespace name 'MechJebLibBindings' could not be found (are you missing a using directive or an assembly reference?) OrbitExtensions.cs(7,14,7,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleDockingAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleDockingAutopilot.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) ModExtensionDemo.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option ModExtensionDemo.cs(2,29,2,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleThrustWindow.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleThrustWindow.cs(2,29,2,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleWarpHelper.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleWarpHelper.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleCustomInfoWindow.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleCustomInfoWindow.cs(7,29,7,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleCustomInfoWindow.cs(10,14,10,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRendezvousAutopilotWindow.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleRendezvousAutopilotWindow.cs(2,29,2,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleRCSController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleRCSController.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) DisplayModule.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option DisplayModule.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleNodeExecutor.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleNodeExecutor.cs(2,29,2,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleNodeExecutor.cs(3,7,3,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeExecutor.cs(6,14,6,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeEditor.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleNodeEditor.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAscentSettings.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAscentSettings.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAscentSettings.cs(5,14,5,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorderGraph.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleFlightRecorderGraph.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleFlightRecorderGraph.cs(6,14,6,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleLandingAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleLandingAutopilot.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) GuiUtils.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option GuiUtils.cs(7,29,7,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) GLUtils.cs(3,14,3,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRCSBalancer.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleRCSBalancer.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleRCSBalancer.cs(7,14,7,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleLandingGuidance.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleLandingGuidance.cs(5,29,5,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleLandingGuidance.cs(8,14,8,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleLandingPredictions.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleLandingPredictions.cs(7,29,7,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleTranslatron.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleTranslatron.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleTranslatron.cs(8,14,8,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentClassicAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAscentClassicAutopilot.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleRendezvousAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleRendezvousAutopilot.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleRendezvousAutopilot.cs(5,14,5,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWaypointWindow.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleWaypointWindow.cs(6,29,6,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleWaypointWindow.cs(10,14,10,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleTargetController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleTargetController.cs(2,29,2,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleStagingController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleStagingController.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleStagingController.cs(6,7,6,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) CelestialBodyExtensions.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option CelestialBodyExtensions.cs(2,29,2,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleManeuverPlanner.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleManeuverPlanner.cs(5,29,5,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleStageStats.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleStageStats.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleStageStats.cs(5,7,5,25): error CS0246: The type or namespace name 'MechJebLibBindings' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(6,7,6,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(7,7,7,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(8,7,8,25): error CS0246: The type or namespace name 'MechJebLibBindings' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAirplaneGuidance.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAirplaneGuidance.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAscentPVGSettingsMenu.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleAscentPVGSettingsMenu.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAscentPVGSettingsMenu.cs(4,7,4,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentPVGSettingsMenu.cs(6,14,6,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleGuidanceController.cs(7,14,7,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleGuidanceController.cs(9,29,9,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleGuidanceController.cs(10,7,10,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleGuidanceController.cs(11,7,11,25): error CS0246: The type or namespace name 'MechJebLibBindings' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleGuidanceController.cs(13,14,13,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRendezvousGuidance.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleRendezvousGuidance.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleRendezvousGuidance.cs(6,14,6,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option MechJebModuleThrustController.cs(5,29,5,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) AttitudeControllers/KosAttitudeController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option AttitudeControllers/KosAttitudeController.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) AttitudeControllers/HybridController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option AttitudeControllers/HybridController.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) AttitudeControllers/KosPIDLoop.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option AttitudeControllers/KosPIDLoop.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) AttitudeControllers/BetterController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option AttitudeControllers/BetterController.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) AttitudeControllers/BetterController.cs(5,7,5,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option AttitudeControllers/MJAttitudeController.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/TransferCalculator.cs(8,7,8,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) Maneuver/TransferCalculator.cs(9,7,9,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) Maneuver/TransferCalculator.cs(10,7,10,17): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) Maneuver/TransferCalculator.cs(11,7,11,25): error CS0246: The type or namespace name 'MechJebLibBindings' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationMoonReturn.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationMoonReturn.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationPeriapsis.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationPeriapsis.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationPeriapsis.cs(5,14,5,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) Maneuver/TimeSelector.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/TimeSelector.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationKillRelVel.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationKillRelVel.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationResonantOrbit.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationResonantOrbit.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationInclination.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationInclination.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationLan.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationLan.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationPlane.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationPlane.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationSemiMajor.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationSemiMajor.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationSemiMajor.cs(5,14,5,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationEccentricity.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationEccentricity.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/Porkchop.cs(3,14,3,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/Porkchop.cs(7,29,7,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationTransfer.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationTransfer.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationApoapsis.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationApoapsis.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationCourseCorrection.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationCourseCorrection.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationInterplanetaryTransfer.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationInterplanetaryTransfer.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationEllipticize.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationEllipticize.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationEllipticize.cs(5,14,5,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationLambert.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationLambert.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationAdvancedTransfer.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationAdvancedTransfer.cs(4,29,4,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationAdvancedTransfer.cs(7,14,7,24): error CS0246: The type or namespace name 'MechJebLib' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationCircularize.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationCircularize.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) Maneuver/OperationLongitude.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option Maneuver/OperationLongitude.cs(3,29,3,38): error CS0234: The type or namespace name 'JetBrains' does not exist in the namespace 'JetBrainsAnnotations' (are you missing an assembly reference?) MechJebModuleAscentPVGAutopilot.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentPVGAutopilot.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) CelestialBodyExtensions.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) CelestialBodyExtensions.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleManeuverPlanner.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleManeuverPlanner.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleDebugArrows.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleDebugArrows.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentSettingsMenu.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentSettingsMenu.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRoverWindow.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRoverWindow.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModulePVGGlueBall.cs(25,6,25,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModulePVGGlueBall.cs(25,6,25,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModulePVGGlueBall.cs(46,17,46,23): error CS0246: The type or namespace name 'Ascent' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAttitudeController.cs(28,6,28,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAttitudeController.cs(28,6,28,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWarpController.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWarpController.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleManeuverPlanner.cs(22,10,22,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleManeuverPlanner.cs(22,10,22,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSmartASS.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSmartASS.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(13,6,13,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(13,6,13,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(26,30,26,39): error CS0246: The type or namespace name 'FuelStats' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(27,30,27,39): error CS0246: The type or namespace name 'FuelStats' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(29,25,29,27): error CS0246: The type or namespace name 'V3' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(30,25,30,27): error CS0246: The type or namespace name 'V3' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(31,25,31,27): error CS0246: The type or namespace name 'V3' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(48,26,48,42): error CS0246: The type or namespace name 'SimVesselManager' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStageStats.cs(49,26,49,42): error CS0246: The type or namespace name 'SimVesselManager' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWarpController.cs(30,10,30,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWarpController.cs(30,10,30,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleCustomInfoWindow.cs(834,6,834,22): error CS0246: The type or namespace name 'MeansImplicitUseAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleCustomInfoWindow.cs(834,6,834,22): error CS0246: The type or namespace name 'MeansImplicitUse' could not be found (are you missing a using directive or an assembly reference?) MechJebCore.cs(68,10,68,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebCore.cs(68,10,68,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebCore.cs(72,10,72,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebCore.cs(72,10,72,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebCore.cs(326,10,326,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebCore.cs(326,10,326,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebCore.cs(366,10,366,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebCore.cs(366,10,366,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebCore.cs(1246,10,1246,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebCore.cs(1246,10,1246,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAirplaneGuidance.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAirplaneGuidance.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleMenu.cs(14,6,14,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleMenu.cs(14,6,14,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAirplaneGuidance.cs(21,10,21,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAirplaneGuidance.cs(21,10,21,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAirplaneGuidance.cs(25,10,25,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAirplaneGuidance.cs(25,10,25,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRendezvousAutopilotWindow.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRendezvousAutopilotWindow.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRCSController.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRCSController.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(17,10,17,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(17,10,17,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(24,10,24,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(24,10,24,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(31,10,31,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(31,10,31,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(38,10,38,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(38,10,38,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(45,10,45,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(45,10,45,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(52,10,52,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(52,10,52,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(59,10,59,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Vector6.cs(59,10,59,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleDeployableAntennaController.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleDeployableAntennaController.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAttitudeAdjustment.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAttitudeAdjustment.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleDeployableController.cs(22,10,22,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleDeployableController.cs(22,10,22,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(20,10,20,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(20,10,20,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(23,10,23,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(23,10,23,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(26,10,26,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(26,10,26,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(29,10,29,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(29,10,29,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(33,10,33,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(33,10,33,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(64,10,64,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(64,10,64,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(242,10,242,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(242,10,242,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(245,10,245,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(245,10,245,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(275,10,275,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) ComputerModule.cs(275,10,275,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentClassicPathMenu.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentClassicPathMenu.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(49,10,49,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(49,10,49,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(54,10,54,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(54,10,54,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(58,10,58,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(58,10,58,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(76,10,76,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(76,10,76,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(92,10,92,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(92,10,92,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(107,10,107,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) DisplayModule.cs(107,10,107,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeExecutor.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeExecutor.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeEditor.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeEditor.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSuicideTimer.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSuicideTimer.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSuicideTimer.cs(15,17,15,24): error CS0246: The type or namespace name 'Suicide' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSuicideTimer.cs(16,17,16,24): error CS0246: The type or namespace name 'Suicide' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeEditor.cs(16,10,16,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeEditor.cs(16,10,16,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeEditor.cs(20,10,20,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeEditor.cs(20,10,20,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeEditor.cs(24,10,24,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeEditor.cs(24,10,24,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeEditor.cs(28,10,28,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleNodeEditor.cs(28,10,28,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentSettings.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentSettings.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRCSBalancerWindow.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRCSBalancerWindow.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRoverController.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRoverController.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAirplaneAutopilot.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAirplaneAutopilot.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentSettings.cs(63,10,63,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentSettings.cs(63,10,63,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentSettings.cs(115,10,115,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentSettings.cs(115,10,115,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentPVGSettingsMenu.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentPVGSettingsMenu.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleGuidanceController.cs(24,6,24,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleGuidanceController.cs(24,6,24,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleGuidanceController.cs(418,33,418,41): error CS0246: The type or namespace name 'Solution' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleGuidanceController.cs(43,16,43,24): error CS0246: The type or namespace name 'Solution' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSpaceplaneGuidance.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSpaceplaneGuidance.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRendezvousGuidance.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRendezvousGuidance.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleInfoItems.cs(19,6,19,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleInfoItems.cs(19,6,19,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(74,10,74,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(74,10,74,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentGTAutopilot.cs(13,6,13,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentGTAutopilot.cs(13,6,13,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(78,10,78,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(78,10,78,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) OrbitExtensions.cs(52,23,52,25): error CS0246: The type or namespace name 'V3' could not be found (are you missing a using directive or an assembly reference?) OrbitExtensions.cs(62,23,62,25): error CS0246: The type or namespace name 'V3' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(122,10,122,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(122,10,122,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) OrbitExtensions.cs(72,24,72,26): error CS0246: The type or namespace name 'V3' could not be found (are you missing a using directive or an assembly reference?) OrbitExtensions.cs(72,32,72,34): error CS0246: The type or namespace name 'V3' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(137,10,137,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(137,10,137,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(163,10,163,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(163,10,163,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(188,10,188,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(188,10,188,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(192,10,192,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(192,10,192,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(305,10,305,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(305,10,305,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(309,10,309,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustController.cs(309,10,309,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustWindow.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleThrustWindow.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWarpHelper.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWarpHelper.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleDockingGuidance.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleDockingGuidance.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWarpHelper.cs(34,10,34,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWarpHelper.cs(34,10,34,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleCustomInfoWindow.cs(23,10,23,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleCustomInfoWindow.cs(23,10,23,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorderGraph.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorderGraph.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleCustomInfoWindow.cs(217,10,217,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleCustomInfoWindow.cs(217,10,217,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleLandingAutopilot.cs(16,6,16,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleLandingAutopilot.cs(16,6,16,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(25,10,25,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(25,10,25,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(43,10,43,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(43,10,43,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRCSBalancer.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRCSBalancer.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(85,10,85,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(85,10,85,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(129,10,129,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(129,10,129,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationPlane.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationPlane.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationEllipticize.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationEllipticize.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(133,10,133,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(133,10,133,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(137,10,137,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(137,10,137,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(141,10,141,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(141,10,141,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(181,10,181,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(181,10,181,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(197,10,197,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(197,10,197,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationSemiMajor.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationSemiMajor.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(229,10,229,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(229,10,229,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationSemiMajor.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationSemiMajor.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationEccentricity.cs(12,10,12,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationEccentricity.cs(12,10,12,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/Porkchop.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/Porkchop.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosAttitudeController.cs(11,10,11,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosAttitudeController.cs(11,10,11,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosAttitudeController.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosAttitudeController.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(19,10,19,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(19,10,19,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(23,10,23,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(23,10,23,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(27,10,27,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(27,10,27,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(447,10,447,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(447,10,447,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(512,10,512,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(512,10,512,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(515,10,515,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(515,10,515,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(37,10,37,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationTransfer.cs(37,10,37,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationApoapsis.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationApoapsis.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(613,10,613,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(613,10,613,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(619,10,619,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(619,10,619,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/HybridController.cs(11,10,11,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/HybridController.cs(11,10,11,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(778,10,778,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(778,10,778,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/HybridController.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/HybridController.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/HybridController.cs(19,10,19,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/HybridController.cs(19,10,19,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationApoapsis.cs(14,10,14,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationApoapsis.cs(14,10,14,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationCourseCorrection.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationCourseCorrection.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/HybridController.cs(31,10,31,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/HybridController.cs(31,10,31,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(906,10,906,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(906,10,906,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(941,10,941,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) GuiUtils.cs(941,10,941,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationCourseCorrection.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationCourseCorrection.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationCourseCorrection.cs(19,10,19,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationCourseCorrection.cs(19,10,19,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationInterplanetaryTransfer.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationInterplanetaryTransfer.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(23,10,23,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(23,10,23,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(26,10,26,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(26,10,26,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(29,10,29,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(29,10,29,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(32,10,32,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(32,10,32,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(35,10,35,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(35,10,35,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(38,10,38,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(38,10,38,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(41,10,41,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(41,10,41,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(44,10,44,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(44,10,44,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(47,10,47,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(47,10,47,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(50,10,50,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(50,10,50,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(53,10,53,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(53,10,53,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(56,10,56,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(56,10,56,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationInterplanetaryTransfer.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationInterplanetaryTransfer.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(59,10,59,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(59,10,59,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(62,10,62,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(62,10,62,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(119,26,119,33): error CS0246: The type or namespace name 'PIDLoop' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(89,10,89,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(89,10,89,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(100,10,100,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/KosPIDLoop.cs(100,10,100,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleLandingGuidance.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleLandingGuidance.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(16,10,16,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(16,10,16,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(20,10,20,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(20,10,20,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(24,10,24,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(24,10,24,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleLandingGuidance.cs(18,10,18,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleLandingGuidance.cs(18,10,18,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(28,10,28,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(28,10,28,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(19,10,19,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(19,10,19,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleLandingPredictions.cs(16,6,16,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleLandingPredictions.cs(16,6,16,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(32,10,32,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(32,10,32,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(25,10,25,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(25,10,25,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(29,10,29,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(29,10,29,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(36,10,36,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(36,10,36,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(33,10,33,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(33,10,33,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(40,10,40,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(40,10,40,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(37,10,37,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(37,10,37,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(41,10,41,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(41,10,41,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(44,10,44,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(44,10,44,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSmartRcs.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSmartRcs.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(45,10,45,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(45,10,45,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(49,10,49,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(49,10,49,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(48,10,48,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(48,10,48,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(53,10,53,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(53,10,53,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(58,10,58,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/MJAttitudeController.cs(58,10,58,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(52,10,52,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(52,10,52,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(56,10,56,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(56,10,56,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSpinupController.cs(15,6,15,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSpinupController.cs(15,6,15,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationEllipticize.cs(16,10,16,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationEllipticize.cs(16,10,16,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(60,10,60,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(60,10,60,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationEllipticize.cs(20,10,20,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationEllipticize.cs(20,10,20,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationLambert.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationLambert.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(64,10,64,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(64,10,64,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(68,10,68,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(68,10,68,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationLambert.cs(14,10,14,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationLambert.cs(14,10,14,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationAdvancedTransfer.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationAdvancedTransfer.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentMenu.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentMenu.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentMenu.cs(506,36,506,44): error CS0246: The type or namespace name 'Solution' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(72,10,72,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(72,10,72,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentMenu.cs(66,10,66,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentMenu.cs(66,10,66,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(76,10,76,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(76,10,76,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentMenu.cs(70,10,70,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentMenu.cs(70,10,70,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(80,10,80,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(80,10,80,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentMenu.cs(360,10,360,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentMenu.cs(360,10,360,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(84,10,84,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(84,10,84,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(88,10,88,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(88,10,88,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(92,10,92,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) AttitudeControllers/BetterController.cs(92,10,92,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationCircularize.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationCircularize.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationLongitude.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationLongitude.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleTranslatron.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleTranslatron.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleDockingAutopilot.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleDockingAutopilot.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentClassicAutopilot.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleAscentClassicAutopilot.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRendezvousAutopilot.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleRendezvousAutopilot.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) ModExtensionDemo.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) ModExtensionDemo.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWaypointWindow.cs(23,10,23,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWaypointWindow.cs(23,10,23,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationMoonReturn.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationMoonReturn.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationMoonReturn.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationMoonReturn.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationPeriapsis.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationPeriapsis.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWaypointWindow.cs(211,6,211,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWaypointWindow.cs(211,6,211,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationPeriapsis.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationPeriapsis.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSolarPanelController.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSolarPanelController.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSpaceplaneAutopilot.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleSpaceplaneAutopilot.cs(11,6,11,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/TimeSelector.cs(24,10,24,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/TimeSelector.cs(24,10,24,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/TimeSelector.cs(31,10,31,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/TimeSelector.cs(31,10,31,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/TimeSelector.cs(35,10,35,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/TimeSelector.cs(35,10,35,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationKillRelVel.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationKillRelVel.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationResonantOrbit.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationResonantOrbit.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationResonantOrbit.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationResonantOrbit.cs(15,10,15,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationResonantOrbit.cs(19,10,19,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationResonantOrbit.cs(19,10,19,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationInclination.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationInclination.cs(8,6,8,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationInclination.cs(14,10,14,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationInclination.cs(14,10,14,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationLan.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) Maneuver/OperationLan.cs(9,6,9,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWaypointWindow.cs(1145,6,1145,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleWaypointWindow.cs(1145,6,1145,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(10,6,10,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleTargetController.cs(20,6,20,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleTargetController.cs(20,6,20,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(110,10,110,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(110,10,110,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(114,10,114,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(114,10,114,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(140,10,140,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(140,10,140,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStagingController.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStagingController.cs(12,6,12,20): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(148,10,148,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(148,10,148,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(153,10,153,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(153,10,153,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleStagingController.cs(91,31,91,40): error CS0246: The type or namespace name 'FuelStats' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(158,10,158,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(158,10,158,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(163,10,163,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(163,10,163,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(175,10,175,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(175,10,175,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(180,10,180,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(180,10,180,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(185,10,185,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(185,10,185,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(190,10,190,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(190,10,190,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(203,10,203,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(203,10,203,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(213,10,213,24): error CS0246: The type or namespace name 'UsedImplicitlyAttribute' could not be found (are you missing a using directive or an assembly reference?) MechJebModuleFlightRecorder.cs(213,10,213,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?) Build step 'Execute shell' marked build as failure Skipped archiving because build is not successful Triggering a new build of MechJeb2-CKAN-REPO Finished: FAILURE