C
C#•10mo ago
Gustavo

"Using" Not working

I'm following a small tutorial to understand better how APIs work, but for some reason I'm getting the problem you see in the picture. In the tutorial everything is fine, I've tried to search the reason but most of the time its people talking about references from one project to another, since this is in the same project idk why it is happening
No description
5 Replies
Angius
Angius•10mo ago
Try deleting that using, then use a quick fix on your Action and see if that can add the using At a glance, everything seems fine
Gustavo
GustavoOP•10mo ago
These are the quick fixes, theres no option to add the using
No description
No description
Gustavo
GustavoOP•10mo ago
its frustrating since as you said, everything seems fine
Angius
Angius•10mo ago
Ah You have a namespace called Auction So either use a fully-qualified name for this class, use a type alias, or rename it
Gustavo
GustavoOP•10mo ago
Oh, you're right, completely not paying attention 😅 , that solved my problem, thank you very much

Did you find this page helpful?