Commit 52f1670
fix(brewhouse): remove Hot Design previews folder property
The HotDesignPreviewsFolder/HotDesignStoriesFolder PropertyGroup is not needed for
previews to work: Hot Design discovers [Preview]/PreviewGroup types at runtime by
assembly scan, and the Previews/ files compile via normal Uno globbing in Debug. The
property's only effect was to make the SDK exclude the Previews/ folder from Release
(Optimize=true) builds, where the Uno.UI.HotDesign package — and thus the hd:/[Preview]
types — is excluded. Previews are a Debug / Hot Design concern here, so the property
is dropped and the csproj returns to the template default.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f103fc8 commit 52f1670
1 file changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 38 | | |
51 | 39 | | |
52 | 40 | | |
| |||
0 commit comments