dotnet / dotnet/msbuild

Proposal: DependsOnTask for project items Include

Open
#3,220 6 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

For `Problem statement` and `Part 1`, see https://github.com/Microsoft/msbuild/issues/3219

Part 2:

```xml

```

this will indicate the design-time or first-evaluation-time to run the task before evaluating this line, ignore the task result and continue evaluation once task is finished. If task fails (due to insufficient credentials / no internet connection / wrong URL / any other reason), a reason warning will be issued and subsequent steps will fail as they fail today:

> CSC : error CS2001: Source file 'C:\testproj\nonexisting.cs' could not be found.

for `` and for ``

> error : File not found: 'C:\testproj\mockimage.png'

etc.

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.