C
C#•2mo 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•2mo 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
Gustavo•2mo ago
These are the quick fixes, theres no option to add the using
No description
No description
Gustavo
Gustavo•2mo ago
its frustrating since as you said, everything seems fine
Angius
Angius•2mo 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
Gustavo•2mo ago
Oh, you're right, completely not paying attention 😅 , that solved my problem, thank you very much