The console class for some reason became a ambiguous reference for some reason any advice on how to fix this issue. #2777
-
|
Hey so I got this error randomly while working on my Operating System. It just randomly showed up and I want to know what this error is and how can I fix it here is the full error: Severity Code Description Project File Line Suppression State |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
instead of using Cosmos.System;do using Sys = Cosmos.System;because cosmos also has a class named |
Beta Was this translation helpful? Give feedback.
instead of
do
because cosmos also has a class named
Consolein theCosmos.Systemnamespace. I think vs automatically added that line for you without you realizing which explains why its so random, VS moment:tm: