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
Post a Comment