Skip to content

The console class for some reason became a ambiguous reference for some reason any advice on how to fix this issue. #2777

Closed Answered by 9xbt
SuperWasTaken asked this question in Q&A
Discussion options

You must be logged in to vote

instead of

using Cosmos.System;

do

using Sys = Cosmos.System;

because cosmos also has a class named Console in the Cosmos.System namespace. I think vs automatically added that line for you without you realizing which explains why its so random, VS moment:tm:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SuperWasTaken
Comment options

Answer selected by SuperWasTaken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants