Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 10c038a

Browse files
committed
Suppress CA1823 for IVSServices used in VS2015
1 parent 0bb7282 commit 10c038a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.TeamFoundation.14/Services/VSGitServices.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public class VSGitServices : IVSGitServices
3636

3737
[SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Justification = "Used in VS2017")]
3838
readonly Lazy<IStatusBarNotificationService> statusBar;
39+
[SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Justification = "Used in VS2015")]
3940
readonly Lazy<IVSServices> vsServices;
4041

4142
/// <summary>

0 commit comments

Comments
 (0)