We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f2e71 commit 701d8f3Copy full SHA for 701d8f3
1 file changed
dev/DevWinUI.Gallery/Views/Pages/Features/SpectrumAnalyzerPage.xaml
@@ -10,6 +10,11 @@
10
11
<ScrollViewer>
12
<StackPanel Margin="10" dev:PanelAttach.ChildrenTransitions="Default" Spacing="10">
13
+ <InfoBar Title="AOT Not Supported"
14
+ IsClosable="False"
15
+ IsOpen="True"
16
+ Message="This sample does not work with AOT. NAudio is not AOT-compatible. Compile without AOT or replace the audio library."
17
+ Severity="Warning" />
18
<local:ControlExample DocPage="controls/spectrumAnalyzer"
19
HeaderText="SpectrumAnalyzer">
20
<local:ControlExample.Pane>
0 commit comments