Replies: 1 comment 1 reply
-
This issue is probably the most significant remaining challenge in WiX v4. We've started conversations with Microsoft on how to solve the root issue best, and we plan will continue now that the holidays are over. I should open an issue tracking the issue. I'll do that now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. In an effort to get all our projects over to using PackageReferences I've been trying to get a head start on a Wix4 migration. I'm running into an issue where VS throws up an error while trying to restore NuGet packages for the converted Wix projects.
The error seems to be HeatWave choking on log entries like the following in the
project.assets.json
file;I don't know if this is an actual issue with Wix, or that NuGet is breaking due to the project, my setup, or some other reason. I've been unable to reproduce the issue with a small-scale test project. With a .NET Framework 4.7.2 project, or a .NET 6.0 project.
The project being converted is a .NET Framework 4.7.2 project.
VS 2022
17.4.2
Wix
4.0.0-rc.1
HeatWave
0.9.2
I've unfortunately needed to do some redacting in the
project.assets.json
file;Beta Was this translation helpful? Give feedback.
All reactions