Skip to content

Commit 1abe7c6

Browse files
committed
Update WaveformTimelinePage.xaml
1 parent 701d8f3 commit 1abe7c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/DevWinUI.Gallery/Views/Pages/Features/WaveformTimelinePage.xaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
mc:Ignorable="d">
1010
<ScrollViewer>
1111
<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" />
1217
<local:ControlExample DocPage="controls/waveformTimeline"
1318
HeaderText="WaveformTimeline">
1419
<local:ControlExample.Pane>

0 commit comments

Comments
 (0)