Skip to content

Commit b695a6d

Browse files
committed
Fix CS1591 warnings
Code CS1591: Missing XML comment for publicly visible type or member.
1 parent 5dfc575 commit b695a6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UnitTests/UnitTests.Notifications.UWP/UnitTestApp.xaml.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ namespace UnitTests.Notifications.UWP
1616
/// </summary>
1717
public sealed partial class App : Application
1818
{
19+
/// <summary>
20+
/// Initializes a new instance of the <see cref="App"/> class.
21+
/// </summary>
1922
public App()
2023
{
2124
InitializeComponent();

0 commit comments

Comments
 (0)