-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot Restart does not support xcframeworks or binding resource packages #16571
Comments
I notice this has been labeled for .NET 8. Should I expect then that the fix won't be released for .NET 6 or 7 then? I need to know, so I can decide whether or not I should include a custom build target in my own nuget package as a workaround in the meantime. Thanks. |
@mattjohnsonpint once it's fixed, we'll decide exactly where to backport it. However, it's certainly not going to be in the initial .NET 7 release (since packages are already public at NuGet.org). My recommendation would be to include a workaround with your NuGet if that's possible (just make sure that the workaround is compatible with the fix too). |
…nd add tests. Fixes #16571. (#18103) Rework Hot Restart builds to use as much as possible of the normal build logic, because this is the easiest way to make sure the Hot Restart build is as close as possible to normal builds (and we don't end up missing features). This is done by executing selected parts of a normal build, and at the end we have a new task that computes where each file goes in the various output directories Hot Restart uses (HotRestartAppBundlePath, HotRestartContentDir, HotRestartAppContentDir, etc.) This PR also: * Adds a test that runs on Windows and verifies that everything consumed in a build is placed in the correct location for a Hot Restart build (this is a variation of the BundleStructure test we already have). * Removes tasks that aren't used anymore. * Misc fixes to make sure existing code works on Windows. --- This PR is best reviewed commit-by-commit. Ref: #13924 * Fixes #16571 * Fixes #16001 * Fixes #10784 * Fixes #17579 * Contributes towards #13924.
It seems Hot Restart does not support neither xcframeworks nor binding resource packages.
Ref: dotnet/maui#10800 (comment)
Ref: dotnet/maui#10800 (comment)
Note that this is a mirror issue for https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1656382.
The text was updated successfully, but these errors were encountered: