c# - Notification in Visual Studio -


i need troubleshoot project automatically when project built. i.e: have referred assemblies in project.i need refer assemblies in other part of project such web.config file. if missed reference there need notified visual studio while compilation. ways achieve this? how notify visual studio dynamically?

take @ this article. in prebuild, can add script checks existence of file. if doesn't find it, call exit 1, halts build. accompany echo of sort , have makings of simple check , notification in visual studio during build.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -