Skip to content

Commit fbca87b

Browse files
gladjohnCopilot
authored andcommitted
Remove unused using directives flagged by Copilot reviewer
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4480bdb commit fbca87b

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

tests/Microsoft.Identity.Test.Unit/CoreTests/WsTrustTests/WsTrustResponseExtendedTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
// Licensed under the MIT License.
33

44

5-
using System;
65
using System.Xml.Linq;
7-
using Microsoft.Identity.Client.Internal;
86
using Microsoft.Identity.Client.WsTrust;
97
using Microsoft.VisualStudio.TestTools.UnitTesting;
108

tests/Microsoft.Identity.Test.Unit/UtilTests/Base64UrlHelpersExtendedTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44

55
using System;
6-
using System.Text;
76
using Microsoft.Identity.Client.Utils;
87
using Microsoft.VisualStudio.TestTools.UnitTesting;
98

tests/Microsoft.Identity.Test.Unit/WebUITests/AuthorizationResultExtendedTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33

44

55
using System;
6-
using System.Collections.Generic;
76
using Microsoft.Identity.Client;
8-
using Microsoft.Identity.Client.OAuth2;
97
using Microsoft.Identity.Client.UI;
10-
using Microsoft.Identity.Client.Utils;
118
using Microsoft.VisualStudio.TestTools.UnitTesting;
129

1310
namespace Microsoft.Identity.Test.Unit.WebUITests

0 commit comments

Comments
 (0)