Hello.
I've found out that if i run a project without debug, and then for example edit a .cshtml file, then refresh the browser, then it takes 0 seconds to refresh.
But if i edit a .cs file (for example a controller), and then refresh the browser, then it takes up to 25 seconds delay before it refreshes.
Then i tried to turn AVG off, then it took maybe 4 seconds to refresh.
Also, when i update a .cs file, and then refresh the browser, then i can see in the output window that ASP.Net Core is actually rebuilding the project.
If i can AVG turned off, then the rebuild starts immediately when i refresh the browser.
But if i have AVG turned on, then the rebuild will start maybe after 10-20 seconds.
So does anyone know how to fix that problem with AVG?
Also, i have tried older versions of asp.net core, and in the early stages eg. vNEXT, then it didn't rebuild if i edited a .cs file, but now it does. Is it supposed to rebuild or is it a bug?