Thanks to visit codestin.com
Credit goes to github.com

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

Errors and Warnings from the DesignTimeHost shouldn't be strings #275

@Alxandr

Description

@Alxandr

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions