Skip to content

Commit 04e4d30

Browse files
keegan-carusoKeegan Caruso
andauthored
Suppression file is needed (#3592)
Co-authored-by: Keegan Caruso <[email protected]>
1 parent ad4d7f4 commit 04e4d30

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids -->
3+
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4+
<Suppression>
5+
<DiagnosticId>CP0001</DiagnosticId>
6+
<Target>T:Microsoft.Identity.Web.OpenIdConnectOptions</Target>
7+
<Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left>
8+
<Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right>
9+
</Suppression>
10+
<Suppression>
11+
<DiagnosticId>CP0002</DiagnosticId>
12+
<Target>M:Microsoft.Identity.Web.MicrosoftIdentityAuthenticationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)</Target>
13+
<Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left>
14+
<Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right>
15+
</Suppression>
16+
<Suppression>
17+
<DiagnosticId>CP0002</DiagnosticId>
18+
<Target>M:Microsoft.Identity.Web.MicrosoftIdentityOptions.get_ErrorPath</Target>
19+
<Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left>
20+
<Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right>
21+
</Suppression>
22+
<Suppression>
23+
<DiagnosticId>CP0002</DiagnosticId>
24+
<Target>M:Microsoft.Identity.Web.MicrosoftIdentityOptions.get_ResetPasswordPath</Target>
25+
<Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left>
26+
<Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right>
27+
</Suppression>
28+
<Suppression>
29+
<DiagnosticId>CP0006</DiagnosticId>
30+
<Target>M:Microsoft.Identity.Web.ITokenAcquisition.ReplyForbiddenWithWwwAuthenticateHeader(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.MsalUiRequiredException,System.String,Microsoft.AspNetCore.Http.HttpResponse)</Target>
31+
<Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left>
32+
<Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right>
33+
</Suppression>
34+
<Suppression>
35+
<DiagnosticId>CP0006</DiagnosticId>
36+
<Target>M:Microsoft.Identity.Web.ITokenAcquisition.ReplyForbiddenWithWwwAuthenticateHeaderAsync(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.MsalUiRequiredException,Microsoft.AspNetCore.Http.HttpResponse)</Target>
37+
<Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left>
38+
<Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right>
39+
</Suppression>
40+
<Suppression>
41+
<DiagnosticId>CP0007</DiagnosticId>
42+
<Target>T:Microsoft.Identity.Web.MicrosoftIdentityOptions</Target>
43+
<Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left>
44+
<Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right>
45+
</Suppression>
46+
</Suppressions>

0 commit comments

Comments
 (0)