CsprojModifier icon indicating copy to clipboard operation
CsprojModifier copied to clipboard

`Regenerate project files` button doesn't seem to work

Open andanteyk opened this issue 11 months ago • 2 comments

Summary

Regenerate project files button doesn't seem to work. When I press it nothing happens.

Expected Behavior

When you press this button, the target .csproj file will be updated.

Actual Behavior

Nothing happens. The modified date of the .csproj file remains the same as before, and when I open the file I can't see any changes.

Reproduction Steps

  1. Create new project
  2. Install CsprojModifier via git
  3. Set any files to Additional Project Imports
  4. Push Regenerate project files

Workaround

If you perform the following operations, the changes will be reflected successfully.

  • Add or remove any .cs file.
  • Manually delete the .csproj and then reopen it in Visual Studio.

Environment

Unity 6000.1.0b1, 2021.3.13f1 Microsoft Visual Studio Community 2022 (64 bit) - Current Version 17.12.3 CsprojModifier 1.3.0

andanteyk avatar Jan 19 '25 02:01 andanteyk