dotnet / dotnet/project-system
1>FastUpToDate: Source '...\da\x.resources.dll' does not exist, not up-to-date. ()
Open
Feature-Up-to-date
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
## Visual Studio Version
17.14.6
## Summary
FastUpToDate breaks when build has resx files but is configured to not make satellite libs.
## Steps to Reproduce
1. Add resx to project
2. Add
```
false
```
## Expected Behavior
FastUpToDate uses previous output as what it supposed to be created.
## Actual Behavior
FastUpToDate assumes special files are created when special files are present.
## User Impact
FastUpToDate does not work for anyone using different method than satellite resx generation
Contributor guide
Assessment
This issue has not been assessed yet.