Compiler Error: c:\Users\John\Desktop\eb\Plugins\QuestPlugin\QuestPlugin.cs(1685,37) : 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\John\Desktop\eb\Plugins\QuestPlugin\QuestPlugin.cs(2370,79) : error CS0433: The type 'ExampleRoutine.ExampleRoutine' exists in both 'c:\Users\John\Desktop\eb\CompiledAssemblies\10446872\ExampleRoutine.dll' and 'c:\Users\John\Desktop\eb\CompiledAssemblies\10446872\John.dll'
Compiler Error: c:\Users\John\Desktop\eb\Plugins\QuestPlugin\QuestPlugin.cs(2498,37) : 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\John\Desktop\eb\Plugins\QuestPlugin\QuestPlugin.cs(5200,37) : 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\John\Desktop\eb\Plugins\QuestPlugin\QuestPlugin.cs(5869,84) : warning CS0642: Possible mistaken empty statement
Compiler Error: c:\Users\John\Desktop\eb\Plugins\QuestPlugin\QuestPlugin.cs(6995,37) : 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.