You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BuildCheckResultError, BuildCheckResultWarning, BuildCheckResultInfo currently do not have structured information about location (see #10227 (comment)).
In order to do this - we'll need move IMsBuildElementLocation into Microsoft.Build.Framework and add it to IBuildCheckResult (instead of just the LocationString)
Justification
This will unlock the integration that uses the location info from the EventArgs (Binlog Viewer, Visual Studio Error Window, ...)
The text was updated successfully, but these errors were encountered:
Context
BuildCheckResultError
,BuildCheckResultWarning
,BuildCheckResultInfo
currently do not have structured information about location (see #10227 (comment)).In order to do this - we'll need move
IMsBuildElementLocation
into Microsoft.Build.Framework and add it toIBuildCheckResult
(instead of just theLocationString
)Justification
This will unlock the integration that uses the location info from the EventArgs (Binlog Viewer, Visual Studio Error Window, ...)
The text was updated successfully, but these errors were encountered: