This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Description
Currently, the design time host gives diagnostic messages as strings (that VS and other consumers then have to parse). These strings obviously are generated from an object containing sources-file, line-number etc. and transforming that into a string, just to have the receiver parse it again seems kind of impractical. Shouldn't rather a representation of the raw object containing all the metadata be transferred, and then if a consumer needs it as a string it can generate it itself?