Commit 76e044d
Add MauiXamlHotReload to the list of CompilerVisibleProperties (dotnet#34405)
The MauiXamlHotReload MSBuild property was introduced in dotnet#34028 but was
not registered as a compiler-visible property. Without this entry,
Roslyn source generators cannot read the property value via
AnalyzerConfigOptions.GlobalOptions. This change makes it accessible so
IDE and source generators can adjust their behavior based on the
configured hot reload mode (Legacy or SourceGen).
Co-authored-by: Kirill Ovchinnikov <kovchinnikov@microsoft.com>1 parent 6c123d7 commit 76e044d
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
- src/Controls/src/Build.Tasks/nuget/buildTransitive/netstandard2.0
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
0 commit comments