unoplatform / uno.resizetizer

The home for Uno.Resizetizer, an image resizting tooling for Uno Platform apps
https://platform.uno
Other
15 stars 6 forks source link

UnoAppManifest should be be overrwritten if not changed #282

Closed jeromelaban closed 1 month ago

jeromelaban commented 1 month ago

Current behavior

On an incremental build the following message appears:

Input file "obj\Release\net8.0-browserwasm\unoresizetizer\sp\UnoAppManifest.js" is newer than output file "obj\Release\net8.0-browserwasm\UnoApp8.pdb".

Expected behavior

Incremental build works.

How to reproduce it (as minimally and precisely as possible)

Build an app twice, the second build should not execute CSC.

This issue is related to https://github.com/unoplatform/uno/issues/16015