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

Commit d29f61b

Browse files
committed
Suppress CA warning.
1 parent ab2dd86 commit d29f61b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitHub.App/ViewModels/PullRequestCreationViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
using GitHub.App;
1616
using System.Reactive.Subjects;
1717
using System.Reactive;
18+
using System.Diagnostics.CodeAnalysis;
1819

1920
namespace GitHub.ViewModels
2021
{
2122
[ExportViewModel(ViewType = UIViewType.PRCreation)]
2223
[PartCreationPolicy(CreationPolicy.NonShared)]
24+
[SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable")]
2325
public class PullRequestCreationViewModel : BaseViewModel, IPullRequestCreationViewModel
2426
{
2527
readonly IRepositoryHost repositoryHost;

0 commit comments

Comments
 (0)