This is the first time I'm trying to do unit tests so I'm pretty sure it's on me, but for some reason I'm not able to make them work.
I have a project, with some classes. The project is in 4.7.2 Framework .Net.
In the solution, I added a new project. I chose MStest for 4.7.2 framework .Net too.
Now, I added the references via Add references.
But even that, for some reason in the UnitTest.cs file, I can't call any classes. I can't even call the main one program.cs, it looks like it can't recognize the namespace. What's going on? What am I doing wrong?
Acording to Microsoft docs
myNameSpace.Program.Main()
it should work, but it doesn't. There's not even showed the project's namespace