dotnet / dotnet/roslyn-tools

WPF inputs are not added to UpToDateCheckInput

Open
#156 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
109
Forks
85
Avg merge
2d 16h
Merged PRs (30d)
1

Description

#### Steps to reproduce:

1. Build a project containing a XAML page
2. Make a change to a XAML page (in a *.xaml file)
3. Build the project again

#### Expected results:

The project builds.

#### Actual results:

The project does not build, reporting that it is already up to date.

#### Resolution steps:

Add the following somewhere in the toolset targets:

```xml

```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the toolset targets used when building the XAML project and reproduce the issue by changing a *.xaml file between builds. Add the specified UpToDateCheckInput entries for Page and Resource, then rebuild to confirm the changed project is no longer reported as already up to date.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.