Evaluation events don't specify node and project instance IDs
Open
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
All `ProjectEvaluationStartedEventArgs` and `ProjectEvaluationFinishedEventArgs` have `BuildEventContext.ProjectInstanceId = -1` and `BuildEventContext.NodeId = -2`, but the event occurs on a specific node and should be able to be associated with a specific project instance.
In order to get a more complete accounting of what a node is doing, it'd help to have this data from the events.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.