Open UgiNyaa opened 8 years ago
There is an invisible independence between fun.Basics and fun.IO. It's not mentioned in Visual Studio because we want it to be generic. So it first builds fun.IO, but it can not since fun.Basics does not exist.
At least you just have to tell Visual Studio to build fun.Basics. This would solve the bug.
Does this problem still occur or is it fixed?
it still occurs, just build fun.Basics when it happens and start again.
There is an invisible independence between fun.Basics and fun.IO. It's not mentioned in Visual Studio because we want it to be generic. So it first builds fun.IO, but it can not since fun.Basics does not exist.