microsoft / slow-cheetah

Tooling for XML and JSON file transforms on build from Visual Studio and MSBuild
Other
323 stars 67 forks source link

Changes to transform files require a full REBUILD to propagate. #248

Open aesalazar opened 2 years ago

aesalazar commented 2 years ago

Starting with VS2019 (now on VS2022), we see an issue with transform files (e.g. app.debug.config, app.release.config,) where any change made to those files does not trigger an update to the outputted app.config in the BIN folder when we hit F5. If we do a full project REBUILD, then we see the changes merged in.

This does not affect the main app.config, that seems to work as it should.

Any ideas?

soroshsabz commented 2 years ago

ITNOA

@adrianvmsft

Any plan for resolve this issue?

vlm--- commented 1 year ago

Recently we've upgraded our csproj files to sdk style and are facing the same issue in VS2022.