Skip to content

Commit

Permalink
Fix CS1591 warnings
Browse files Browse the repository at this point in the history
Code CS1591: Missing XML comment for publicly visible type or member.
  • Loading branch information
Nirmal4G committed Sep 10, 2021
1 parent 5dfc575 commit b695a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UnitTests/UnitTests.Notifications.UWP/UnitTestApp.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ namespace UnitTests.Notifications.UWP
/// </summary>
public sealed partial class App : Application
{
/// <summary>
/// Initializes a new instance of the <see cref="App"/> class.
/// </summary>
public App()
{
InitializeComponent();
Expand Down

0 comments on commit b695a6d

Please sign in to comment.