Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(14,24) : error CS0234: The type or namespace name 'Technicals' does not exist in the namespace 'Trinity' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(4,15) : error CS0234: The type or namespace name 'Config' does not exist in the namespace 'Trinity' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(5,15) : error CS0234: The type or namespace name 'DbProvider' does not exist in the namespace 'Trinity' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(6,15) : error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'Trinity' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(7,15) : error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'Trinity' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(8,15) : error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'Trinity' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(9,15) : error CS0234: The type or namespace name 'Reference' does not exist in the namespace 'Trinity' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(12,15) : error CS0234: The type or namespace name 'Technicals' does not exist in the namespace 'Trinity' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(15,15) : error CS0234: The type or namespace name 'Objects' does not exist in the namespace 'Trinity' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(16,15) : error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Trinity' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(25,35) : error CS0246: The type or namespace name 'CombatBase' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(34,23) : error CS0246: The type or namespace name 'CrusaderSetting' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(75,23) : error CS0246: The type or namespace name 'TrinityPower' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(189,24) : error CS0246: The type or namespace name 'TrinityPower' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(505,23) : error CS0246: The type or namespace name 'TrinityPower' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(812,40) : error CS0246: The type or namespace name 'TrinityPower' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(864,23) : error CS0246: The type or namespace name 'TrinityPower' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(1100,24) : error CS0246: The type or namespace name 'TrinityPower' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Coroutines\RiftCoroutines\CrusaderCombat.cs(30,24) : error CS0246: The type or namespace name 'Element' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Tags\GreaterRiftTag.cs(21,17) : error CS0246: The type or namespace name 'RiftCoroutine' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Tags\NephalemRiftTag.cs(21,17) : error CS0246: The type or namespace name 'RiftCoroutine' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Tags\RiftTag.cs(29,17) : error CS0246: The type or namespace name 'RiftCoroutine' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Game\Exploration\ExplorationGrid.cs(75,24) : warning CS0628: 'ExplorationGrid.MarkNodesNearWall': new protected member declared in sealed class
Compiler Error: D:\DB BETA\Plugins\Adventurer\Game\Exploration\ExplorationGrid.cs(102,40) : warning CS0108: 'ExplorationGrid.GetRayLine(Vector3, Vector3)' hides inherited member 'Grid<ExplorationNode>.GetRayLine(Vector3, Vector3)'. Use the new keyword if hiding was intended.
Compiler Error: D:\DB BETA\Plugins\Adventurer\Game\Grid\GridPoint.cs(5,19) : warning CS0660: 'GridPoint' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Game\Grid\GridPoint.cs(5,19) : warning CS0661: 'GridPoint' defines operator == or operator != but does not override Object.GetHashCode()
Compiler Error: D:\DB BETA\Plugins\Adventurer\Game\Exploration\IGrid.cs(20,14) : warning CS0108: 'IGrid<T>.Reset()' hides inherited member 'IGrid.Reset()'. Use the new keyword if hiding was intended.
Compiler Error: D:\DB BETA\Plugins\Adventurer\Game\Exploration\NavigationGrid.cs(48,24) : warning CS0628: 'NavigationGrid.MarkNodesNearWall': new protected member declared in sealed class
Compiler Error: D:\DB BETA\Plugins\Adventurer\Game\Exploration\GridPoint.cs(6,19) : warning CS0660: 'GridPoint' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: D:\DB BETA\Plugins\Adventurer\Game\Exploration\GridPoint.cs(6,19) : warning CS0661: 'GridPoint' defines operator == or operator != but does not override Object.GetHashCode()
Compiler Error: D:\DB BETA\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(19,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(20,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(21,18) : error CS0234: The type or namespace name 'Coroutines' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Coroutines\BuyItemsFromVendor.cs(16,7) : warning CS0105: The using directive for 'Zeta.Common' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\Coroutines\BuyItemsFromVendor.cs(17,7) : warning CS0105: The using directive for 'Zeta.Bot' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\Coroutines\PutItemsInStash.cs(12,7) : warning CS0105: The using directive for 'Zeta.Common' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\Coroutines\PutItemsInStash.cs(13,7) : warning CS0105: The using directive for 'Zeta.Bot' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\Coroutines\TakeItemsFromStash.cs(12,7) : warning CS0105: The using directive for 'Zeta.Common' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\Coroutines\TakeItemsFromStash.cs(13,7) : warning CS0105: The using directive for 'Zeta.Bot' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(4,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceManager.cs(5,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceNode.cs(3,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Utilities\GridUtil.cs(6,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Movement\NavHelper.cs(6,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Helpers\GameEvents.cs(3,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Movement\StuckHandler.cs(11,7) : warning CS0105: The using directive for 'System.Threading.Tasks' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\Settings\AvoidanceSetting.cs(9,18) : error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Settings\Loot\ItemListSettings.cs(27,7) : warning CS0105: The using directive for 'System.Text' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\Settings\Loot\ItemListSettings.cs(28,7) : warning CS0105: The using directive for 'System.IO' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\Settings\Paragon\ParagonSetting.cs(8,18) : error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\UI\Overlays\3D\ViewPortModel.cs(14,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\UI\UIComponents\BindingMember.cs(17,7) : warning CS0105: The using directive for 'Trinity.Technicals' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\UI\UIComponents\MarkupExtensions\WidthToColumnCountExtension.cs(6,7) : warning CS0105: The using directive for 'System' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(20,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\UI\Visualizer\RadarCanvas\DrawExtensions.cs(13,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\UI\Visualizer\RadarCanvas\RadarCanvas.cs(13,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\UI\Visualizer\RadarCanvas\RadarHitTestUtility.cs(2,7) : warning CS0105: The using directive for 'System' appeared previously in this namespace
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(11,41) : error CS0307: The namespace 'Trinity.Framework.Grid' cannot be used with type arguments
Compiler Error: D:\DB BETA\Plugins\Trinity\Items\ItemWrapper.cs(12,18) : warning CS0660: 'ItemWrapper' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(105,43) : error CS0246: The type or namespace name 'SceneData' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(191,99) : error CS0246: The type or namespace name 'Direction' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(44,30) : error CS0115: 'AvoidanceGrid.CanRayCast(Vector3, Vector3)': no suitable method found to override
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(49,30) : error CS0115: 'AvoidanceGrid.CanRayWalk(Vector3, Vector3)': no suitable method found to override
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(90,30) : error CS0115: 'AvoidanceGrid.Reset()': no suitable method found to override
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(95,31) : error CS0115: 'AvoidanceGrid.BoxSize': no suitable method found to override
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(100,29) : error CS0115: 'AvoidanceGrid.GridBounds': no suitable method found to override
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(105,33) : error CS0115: 'AvoidanceGrid.OnUpdated(SceneData)': no suitable method found to override
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceNode.cs(9,34) : error CS0246: The type or namespace name 'INode' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceNode.cs(33,16) : error CS0246: The type or namespace name 'IGroupNode' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceNode.cs(43,16) : error CS0246: The type or namespace name 'NodeFlags' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceNode.cs(44,16) : error CS0246: The type or namespace name 'GridPoint' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Avoidance\AvoidanceNode.cs(11,30) : error CS0246: The type or namespace name 'IDetailNode' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Utilities\GridUtil.cs(14,19) : error CS0246: The type or namespace name 'NavigationGrid' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\Framework\Utilities\GridUtil.cs(19,17) : error CS0246: The type or namespace name 'ExplorationGrid' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\DB BETA\Plugins\Trinity\UI\UIComponents\BindingMember.cs(40,50) : warning CS0108: 'BindingMember.PropertyChanged' hides inherited member 'BaseObject.PropertyChanged'. Use the new keyword if hiding was intended.
Compiler Error: D:\DB BETA\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(984,50) : warning CS0108: 'VisualizerViewModel.PropertyChanged' hides inherited member 'XmlSettings.PropertyChanged'. Use the new keyword if hiding was intended.
Compiler Error: D:\DB BETA\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(987,29) : warning CS0114: 'VisualizerViewModel.OnPropertyChanged(string)' hides inherited member 'XmlSettings.OnPropertyChanged(string)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Compiler Error: D:\DB BETA\Plugins\Trinity\Settings\AvoidanceSetting.cs(95,50) : warning CS0108: 'AvoidanceSetting.PropertyChanged' hides inherited member 'NotifyBase.PropertyChanged'. Use the new keyword if hiding was intended.