Question to the supported targets in HotDesign #78
-
|
In #66 is told that desktop should be targeted for HotDesign. Thats my preferred one, fine from that, but does that also mean, other targets like windows should not even be also listed as target, or does that not cause problems if its just not the target at runtime for now? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @DevTKSS As stated in #66 and in the current Hot Design documentation, Hot Design is supported on all platforms since the Public Beta announcement, except for WinAppSdk (Windows). The Desktop platform ( You can choose to target all the supported platforms for Hot Design in your solution or pick and choose which platform(s) you want to target. Targeting Windows App SDK ( To summarize clearly:
I hope this helps clarify your doubts regarding the current support. |
Beta Was this translation helpful? Give feedback.

Hi @DevTKSS
As stated in #66 and in the current Hot Design documentation, Hot Design is supported on all platforms since the Public Beta announcement, except for WinAppSdk (Windows).
The Desktop platform (
net9.0-desktop), as of today, currently offers the most stable and reliable experience with the current Beta.Other platforms are still undergoing stabilization. You can continue to follow the upcoming versions, as work progresses and fixes/features are released.
You can choose to target all the supported platforms for Hot Design in your solution or pick and choose which platform(s) you want to target. Targeting Windows App SDK (
net9.0-windows10.0.26100) in the same solution will still b…