Skip to content

Commit

Permalink
Ignore info message
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Rehan Saeed committed Jun 26, 2019
1 parent 185fdc6 commit eb1b51c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,9 @@ public TestException()

protected string ProtectedProperty { get; set; }

#pragma warning disable IDE0052 // Remove unread private members
private string PrivateProperty { get; set; }
#pragma warning restore IDE0052 // Remove unread private members

public string this[int i] => "IndexerValue";
}
Expand Down

0 comments on commit eb1b51c

Please sign in to comment.