Skip to content

Commit 572de2d

Browse files
brentschmaltzHP712
andauthored
moved files to experimental folder (#3261)
Co-authored-by: id4s <[email protected]>
1 parent 3de9384 commit 572de2d

File tree

59 files changed

+2
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2
-5
lines changed

src/Microsoft.IdentityModel.Tokens/Exceptions/SecurityTokenArgumentNullException.cs renamed to src/Microsoft.IdentityModel.Tokens/Experimental/SecurityTokenArgumentNullException.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33

44
using System;
55
using System.Diagnostics;
6-
using Microsoft.IdentityModel.Tokens.Experimental;
76
#if !NET8_0_OR_GREATER
87
using System.Text;
98
#endif
109

1110
#nullable enable
12-
namespace Microsoft.IdentityModel.Tokens
11+
namespace Microsoft.IdentityModel.Tokens.Experimental
1312
{
1413
internal class SecurityTokenArgumentNullException : ArgumentNullException
1514
{

src/Microsoft.IdentityModel.Tokens/Validation/Results/Details/LogDetail.cs renamed to src/Microsoft.IdentityModel.Tokens/Experimental/Validation/Results/Details/LogDetail.cs

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

44
using Microsoft.IdentityModel.Abstractions;
5-
using Microsoft.IdentityModel.Tokens.Experimental;
65

7-
namespace Microsoft.IdentityModel.Tokens
6+
namespace Microsoft.IdentityModel.Tokens.Experimental
87
{
98
/// <summary>
109
/// Contains information so that logs can be written when needed.

src/Microsoft.IdentityModel.Xml/SignedInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using System.Xml;
88
using Microsoft.IdentityModel.Logging;
99
using Microsoft.IdentityModel.Tokens;
10-
//using Microsoft.IdentityModel.Tokens.Experimental;
1110
using static Microsoft.IdentityModel.Logging.LogHelper;
1211

1312
namespace Microsoft.IdentityModel.Xml

0 commit comments

Comments
 (0)