Skip to content

Commit 54ba539

Browse files
committed
Remove unecessary usings (IDE0005)
1 parent 02e0bdc commit 54ba539

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Cake.AzureDevOps.Tests/Fakes/FakeNullForMethodsGitClientFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
namespace Cake.AzureDevOps.Tests.Fakes
22
{
33
using System;
4-
using System.Collections.Generic;
54
using System.Threading;
65
using Microsoft.TeamFoundation.SourceControl.WebApi;
76
using Moq;

src/Cake.AzureDevOps.Tests/Fakes/FakeNullGitClientFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
namespace Cake.AzureDevOps.Tests.Fakes
22
{
33
using System;
4-
using System.Collections.Generic;
54
using Cake.AzureDevOps.Authentication;
65
using Microsoft.TeamFoundation.SourceControl.WebApi;
76
using Moq;

src/Cake.AzureDevOps/AzureDevOpsException.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
namespace Cake.AzureDevOps
22
{
33
using System;
4-
using System.Runtime.Serialization;
54

65
/// <summary>
76
/// Represents errors that occur during connecting to Azure DevOps.

0 commit comments

Comments
 (0)