NopCommerce caching

1 month ago
Hi all,

I think the biggest issue I`ve been having with NopCommerce is the fact that when I update more global things like dependencies, create new Plugins etc, NopCommerce start showing those unusual errors that it doesnt find the dlls, and I start this long process of cleaning, rebuilding, removing the .vs files, as well as the temp ones in each project to try and make it work.
How do you deal with those situations?
Plus, the rebuild of the application is very slow

Thanks in advance!
1 month ago
I don't know why you're having the "unusual errors that it doesnt find the dlls".
Typically "removing the .vs files" will last quite a while ;)
Also, try closing and re-opening Visual Studio.

For improving build performance in Visual Studio you can select only the plugin you’re working on in the solution configuration.  Unselect all the other projects.  Be sure to first do a build of all projects before you unselect, and also rebuild all if changing to/from Debug to Release mode. Then you can unselect.
1 month ago
For faster build you can apply some settings as suggested on this link.
https://learn.microsoft.com/en-us/visualstudio/ide/visual-studio-performance-tips-and-tricks?view=vs-2022

Best Regards,
Faiz