hello im developing a project template. that project contains code files and i implemented a msbuild task to compile them. i also have a mef editor extension to display the error squigles and populate the error list while the code is been edited. the problem
is that when i compile i get the errors repeated, once from the log from the build task and once from the editor extension. how can i solve this?
↧