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

Commit decaa29

Browse files
committed
Suppress braindead CA error.
1 parent 8bf176f commit decaa29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitHub.App/ViewModels/Dialog/LoginToGitHubForEnterpriseViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.ComponentModel.Composition;
3+
using System.Diagnostics.CodeAnalysis;
34
using System.Reactive;
45
using System.Reactive.Concurrency;
56
using System.Reactive.Linq;
@@ -113,6 +114,7 @@ public EnterpriseLoginMethods? SupportedLoginMethods
113114

114115
public ReactivePropertyValidator EnterpriseUrlValidator { get; }
115116

117+
[SuppressMessage("Microsoft.Usage", "CA2234:PassSystemUriObjectsInsteadOfStrings")]
116118
protected override Uri BaseUri => new UriBuilder(EnterpriseUrl).Uri;
117119

118120
public IReactiveCommand<Unit> NavigateLearnMore

0 commit comments

Comments
 (0)