Skip to content

Commit 0f881a6

Browse files
Fix issue with XML comment for StackedNotificationsBehavior
2023-08-17T20:08:53.7233918Z 5>D:\a\Windows\Windows\components\Behaviors\src\Notification\StackedNotificationsBehavior.cs(16,70): error CS1574: XML comment has cref attribute 'InfoBar' that could not be resolved
1 parent 16cce2d commit 0f881a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Behaviors/src/Notification/StackedNotificationsBehavior.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace CommunityToolkit.WinUI.Behaviors;
1414

1515
/// <summary>
16-
/// A behavior to add the stacked notification support to <see cref="InfoBar"/>.
16+
/// A behavior to add the stacked notification support to <see cref="MUXC.InfoBar"/>.
1717
/// </summary>
1818
public class StackedNotificationsBehavior : BehaviorBase<MUXC.InfoBar>
1919
{

0 commit comments

Comments
 (0)