Skip to content
Failed

Console Output

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 b9cbd3681b56d4acd97d92493f28229227f30fd3 (refs/remotes/origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b9cbd3681b56d4acd97d92493f28229227f30fd3 # timeout=10
Commit message: "Merge pull request #1840 from MuMech/lcg/tsit5"
 > git rev-list --no-walk e0f5894933843c199acb2b39b5ece27e31fed5e7 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins11773811332326358832.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 #1367 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
MechJebModuleRoverWindow.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModulePVGGlueBall.cs(7,14,7,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModulePVGGlueBall.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?)
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(14,14,14,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
MechJebModuleAttitudeAdjustment.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleAscentClassicPathMenu.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleAscentClassicPathMenu.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?)
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
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,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?)
MechJebModuleSuicideTimer.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?)
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,25): error CS0246: The type or namespace name 'MechJebLibBindings' 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
MechJebModuleRoverController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleSpaceplaneGuidance.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleSpaceplaneGuidance.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?)
MechJebModuleInfoItems.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleInfoItems.cs(11,14,11,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
MechJebModuleSpinupController.cs(9,14,9,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
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
MechJebModuleSpaceplaneAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
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
MechJebModuleDockingGuidance.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleAscentPVGAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleDebugArrows.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleSmartASS.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
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(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?)
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
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
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
MechJebModuleRCSController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
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,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?)
MechJebModuleNodeExecutor.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?)
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(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?)
MechJebModuleLandingAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
GuiUtils.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
GuiUtils.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?)
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(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?)
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
MechJebModuleTranslatron.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleTranslatron.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?)
MechJebModuleAscentClassicAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleRendezvousAutopilot.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleRendezvousAutopilot.cs(4,14,4,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
MechJebModuleStagingController.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleStagingController.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?)
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,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?)
MechJebModuleStageStats.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?)
MechJebModuleStageStats.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?)
MechJebModuleStageStats.cs(7,7,7,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,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?)
MechJebModuleAscentPVGSettingsMenu.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?)
MechJebModuleGuidanceController.cs(7,14,7,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleGuidanceController.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?)
MechJebModuleGuidanceController.cs(10,7,10,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(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?)
MechJebModuleRendezvousGuidance.cs(1,14,1,34): error CS0430: The extern alias 'JetBrainsAnnotations' was not specified in a /reference option
MechJebModuleRendezvousGuidance.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?)
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(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/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?)
MechJebModulePVGGlueBall.cs(44,17,44,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?)
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?)
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?)
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?)
MechJebModuleManeuverPlanner.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?)
MechJebModuleManeuverPlanner.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?)
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?)
MechJebModuleStageStats.cs(24,30,24,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(25,30,25,39): error CS0246: The type or namespace name 'FuelStats' 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?)
MechJebModuleStageStats.cs(27,25,27,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(28,25,28,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(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(46,26,46,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(47,26,47,42): error CS0246: The type or namespace name 'SimVesselManager' 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?)
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?)
ComputerModule.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?)
ComputerModule.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?)
ComputerModule.cs(11,21,11,43): error CS0103: The name 'ImplicitUseTargetFlags' does not exist in the current context
ComputerModule.cs(276,10,276,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(276,10,276,24): error CS0246: The type or namespace name 'UsedImplicitly' could not be found (are you missing a using directive or an assembly reference?)
MechJebModuleWarpController.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?)
MechJebModuleWarpController.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?)
MechJebModuleAirplaneGuidance.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?)
MechJebModuleAirplaneGuidance.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?)
MechJebModuleAirplaneGuidance.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?)
MechJebModuleAirplaneGuidance.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?)
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?)
MechJebModuleSuicideTimer.cs(13,17,13,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(14,17,14,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(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?)
MechJebModuleNodeEditor.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?)
MechJebModuleNodeEditor.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?)
MechJebModuleNodeEditor.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?)
MechJebModuleNodeEditor.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?)
MechJebModuleNodeEditor.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?)
MechJebModuleNodeEditor.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?)
MechJebModuleNodeEditor.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?)
MechJebModuleAscentSettings.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?)
MechJebModuleAscentSettings.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?)
MechJebModuleAscentSettings.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?)
MechJebModuleAscentSettings.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?)
MechJebModuleGuidanceController.cs(416,33,416,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(41,16,41,24): error CS0246: The type or namespace name 'Solution' could not be found (are you missing a using directive or an assembly reference?)
MechJebModuleFlightRecorder.cs(109,10,109,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(109,10,109,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(113,10,113,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(113,10,113,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(139,10,139,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(139,10,139,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(73,10,73,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(73,10,73,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(77,10,77,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(77,10,77,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(147,10,147,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(147,10,147,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(152,10,152,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(152,10,152,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(157,10,157,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(157,10,157,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(162,10,162,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(162,10,162,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(121,10,121,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(121,10,121,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(174,10,174,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(174,10,174,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(136,10,136,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(136,10,136,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(179,10,179,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(179,10,179,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(184,10,184,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(184,10,184,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(189,10,189,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(189,10,189,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(202,10,202,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(202,10,202,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(212,10,212,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(212,10,212,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(162,10,162,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(162,10,162,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(187,10,187,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(187,10,187,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(191,10,191,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(191,10,191,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(304,10,304,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(304,10,304,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(308,10,308,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(308,10,308,24): 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(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?)
ComputerModule.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?)
ComputerModule.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?)
ComputerModule.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?)
ComputerModule.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?)
ComputerModule.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?)
ComputerModule.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?)
ComputerModule.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?)
ComputerModule.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?)
ComputerModule.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?)
ComputerModule.cs(65,10,65,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(65,10,65,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(243,10,243,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(243,10,243,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(480,36,480,44): error CS0246: The type or namespace name 'Solution' could not be found (are you missing a using directive or an assembly reference?)
ComputerModule.cs(246,10,246,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(246,10,246,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(65,10,65,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(65,10,65,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(69,10,69,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(69,10,69,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(334,10,334,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(334,10,334,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?)
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?)
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?)
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?)
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?)
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?)
MechJebModuleLandingGuidance.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?)
MechJebModuleLandingGuidance.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?)
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?)
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?)
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?)
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?)
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?)
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?)
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/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?)
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?)
AttitudeControllers/KosAttitudeController.cs(10,10,10,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(10,10,10,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?)
AttitudeControllers/KosAttitudeController.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?)
AttitudeControllers/KosAttitudeController.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?)
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?)
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(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(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?)
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?)
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(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?)
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?)
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?)
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?)
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?)
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?)
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/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?)
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/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?)
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?)
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/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/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?)
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?)
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/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/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?)
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?)
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?)
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(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/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?)
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?)
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?)
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?)
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?)
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?)
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/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?)
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?)
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/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?)
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/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(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?)
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/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/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?)
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/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/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?)
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?)
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(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?)
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?)
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?)
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(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?)
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?)
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?)
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/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?)
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?)
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?)
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/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/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?)
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?)
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?)
MechJebModuleWarpHelper.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?)
MechJebModuleWarpHelper.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?)
MechJebModuleWaypointWindow.cs(1144,6,1144,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(1144,6,1144,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?)
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?)
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?)
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?)
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?)
MechJebModuleStagingController.cs(89,31,89,40): error CS0246: The type or namespace name 'FuelStats' 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?)
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