shiru0108
✅ Visual studio dont see new changes
I made a refactor in mvc project to clean architecture but when i moved a class 'Car' from CarRental.Presentation, file Models to file Entities in CarRental.Domain, Visual Studio dont see new changes and displays error with but directory when i write code, I also changed name from (for instance CarsProject) to CarRental. Therefore when i try to use class Car in other solution 'Infrastructure' and use dependency to car in entities it showing only directory to old car in models. Why?
22 replies
✅ Smpt | email sending
Hi, I have a problem, I uploaded a project to github with the function of sending email in smtp, but after cloning the repository on another computer, this function does not work. It does not send the email. I added a secret manager for the password just like on the computer from which I sent. Does anyone know where the problem is? I checked and on one computer the email goes to the same account and on the other it does not, I did not change anything in the code, the only thing I did was delete the temporary files and the ones compiled in the repository.
10 replies