You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Runtime/Simulation/Simulation.cs contains line
using GluonGui.WorkspaceWindow.Views.WorkspaceExplorer.Configuration;
it causes the compiler error:
Packages/com.shijbey.anansi/Runtime/Simulation/Simulation.cs(1,7): error CS0246: The type or namespace name 'GluonGui' could not be found (are you missing a using directive or an assembly reference?)
The text was updated successfully, but these errors were encountered:
The Runtime/Simulation/Simulation.cs contains line
it causes the compiler error:
The text was updated successfully, but these errors were encountered: