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