dotnet / dotnet/msbuild

Evaluation events don't specify node and project instance IDs

Open
#2,436 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.