Hello all,
I get the following error when I start up DB.
Flashing window
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\ExplorationGrid.cs(75,24) : warning CS0628: 'ExplorationGrid.MarkNodesNearWall': new protected member declared in sealed class
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\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: C:\Users\Lee\Documents\Demonbuddy\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: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\NavigationGrid.cs(49,24) : warning CS0628: 'NavigationGrid.MarkNodesNearWall': new protected member declared in sealed class
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\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: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Grid\GridPoint.cs(5,19) : warning CS0661: 'GridPoint' defines operator == or operator != but does not override Object.GetHashCode()
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\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: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\GridPoint.cs(6,19) : warning CS0661: 'GridPoint' defines operator == or operator != but does not override Object.GetHashCode()
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\IPluginCommunicator.cs(78,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\IPluginCommunicator.cs(115,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Util\MemoryHelper.cs(51,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Util\MemoryHelper.cs(61,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Tags\TestTag2.cs(53,33) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Tags\StopBotTag.cs(28,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Tags\TestTag.cs(53,33) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\WaitCoroutine.cs(29,33) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\TownPortalCoroutine.cs(118,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\NavigationCoroutine.cs(133,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToScenePositionCoroutine.cs(106,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToScenePositionCoroutine.cs(161,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToScenePositionCoroutine.cs(167,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToSceneCoroutine.cs(102,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(96,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(106,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToSceneCoroutine.cs(148,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(170,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToSceneCoroutine.cs(154,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(177,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(112,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(184,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(192,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\KeywardenCoroutines\KeywardenCoroutine.cs(221,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\KeywardenCoroutines\KeywardenCoroutine.cs(227,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(174,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(180,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToMapMarkerCoroutine.cs(113,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToMapMarkerCoroutine.cs(169,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToMapMarkerCoroutine.cs(176,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(140,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(182,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(188,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(194,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToActorCoroutine.cs(100,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToActorCoroutine.cs(145,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToActorCoroutine.cs(151,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\KillUniqueMonsterCoroutine.cs(110,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\ExplorationHelpers.cs(129,13) : warning CS0162: Unreachable code detected
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearAreaForNSecondsCoroutine.cs(84,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\KillUniqueMonsterCoroutine.cs(165,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\KillUniqueMonsterCoroutine.cs(177,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearAreaForNSecondsCoroutine.cs(136,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearAreaForNSecondsCoroutine.cs(142,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Grid\SceneDefinition.cs(31,17) : warning CS0162: Unreachable code detected
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Grid\SceneDefinition.cs(61,17) : warning CS0162: Unreachable code detected
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\UI\DeveloperUI.cs(785,17) : warning CS0219: The variable 'wpNr' is assigned but its value is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearLevelAreaCoroutine.cs(83,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithUnitCoroutine.cs(112,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearLevelAreaCoroutine.cs(122,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearLevelAreaCoroutine.cs(127,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\EnterLevelAreaCoroutine.cs(148,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithUnitCoroutine.cs(205,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithUnitCoroutine.cs(211,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\EnterLevelAreaCoroutine.cs(276,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithGizmoCoroutine.cs(114,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\Experiments\SceneDef.cs(15,35) : error CS1061: 'Scene.NavMesh' does not contain a definition for 'SceneSNO' and no extension method 'SceneSNO' accepting a first argument of type 'Scene.NavMesh' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithGizmoCoroutine.cs(218,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithGizmoCoroutine.cs(224,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGateScene.cs(16,96) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(224,81) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(245,108) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(245,20) : error CS0117: 'Logger' does not contain a definition for 'DebugSetting'
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(246,105) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)
I get the following error when I start up DB.
Flashing window
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\ExplorationGrid.cs(75,24) : warning CS0628: 'ExplorationGrid.MarkNodesNearWall': new protected member declared in sealed class
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\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: C:\Users\Lee\Documents\Demonbuddy\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: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\NavigationGrid.cs(49,24) : warning CS0628: 'NavigationGrid.MarkNodesNearWall': new protected member declared in sealed class
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\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: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Grid\GridPoint.cs(5,19) : warning CS0661: 'GridPoint' defines operator == or operator != but does not override Object.GetHashCode()
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\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: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\GridPoint.cs(6,19) : warning CS0661: 'GridPoint' defines operator == or operator != but does not override Object.GetHashCode()
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\IPluginCommunicator.cs(78,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\IPluginCommunicator.cs(115,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Util\MemoryHelper.cs(51,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Util\MemoryHelper.cs(61,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Tags\TestTag2.cs(53,33) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Tags\StopBotTag.cs(28,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Tags\TestTag.cs(53,33) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\WaitCoroutine.cs(29,33) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\TownPortalCoroutine.cs(118,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\NavigationCoroutine.cs(133,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToScenePositionCoroutine.cs(106,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToScenePositionCoroutine.cs(161,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToScenePositionCoroutine.cs(167,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToSceneCoroutine.cs(102,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(96,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(106,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToSceneCoroutine.cs(148,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(170,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToSceneCoroutine.cs(154,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(177,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(112,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(184,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(192,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\KeywardenCoroutines\KeywardenCoroutine.cs(221,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\KeywardenCoroutines\KeywardenCoroutine.cs(227,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(174,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(180,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToMapMarkerCoroutine.cs(113,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToMapMarkerCoroutine.cs(169,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToMapMarkerCoroutine.cs(176,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(140,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(182,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(188,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(194,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToActorCoroutine.cs(100,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToActorCoroutine.cs(145,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToActorCoroutine.cs(151,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\KillUniqueMonsterCoroutine.cs(110,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\ExplorationHelpers.cs(129,13) : warning CS0162: Unreachable code detected
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearAreaForNSecondsCoroutine.cs(84,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\KillUniqueMonsterCoroutine.cs(165,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\KillUniqueMonsterCoroutine.cs(177,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearAreaForNSecondsCoroutine.cs(136,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearAreaForNSecondsCoroutine.cs(142,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Grid\SceneDefinition.cs(31,17) : warning CS0162: Unreachable code detected
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Grid\SceneDefinition.cs(61,17) : warning CS0162: Unreachable code detected
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\UI\DeveloperUI.cs(785,17) : warning CS0219: The variable 'wpNr' is assigned but its value is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearLevelAreaCoroutine.cs(83,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithUnitCoroutine.cs(112,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearLevelAreaCoroutine.cs(122,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearLevelAreaCoroutine.cs(127,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\EnterLevelAreaCoroutine.cs(148,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithUnitCoroutine.cs(205,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithUnitCoroutine.cs(211,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\EnterLevelAreaCoroutine.cs(276,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithGizmoCoroutine.cs(114,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\Experiments\SceneDef.cs(15,35) : error CS1061: 'Scene.NavMesh' does not contain a definition for 'SceneSNO' and no extension method 'SceneSNO' accepting a first argument of type 'Scene.NavMesh' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithGizmoCoroutine.cs(218,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithGizmoCoroutine.cs(224,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGateScene.cs(16,96) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(224,81) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(245,108) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(245,20) : error CS0117: 'Logger' does not contain a definition for 'DebugSetting'
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(246,105) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)






