Skip to content

Commit 180ec45

Browse files
Ran a local build with Global Suppression to fix the PR build failures (#3348)
1 parent 76db1e5 commit 180ec45

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

src/Microsoft.Identity.Web.UI/CompatibilitySuppressions.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids -->
33
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4+
<Suppression>
5+
<DiagnosticId>CP0002</DiagnosticId>
6+
<Target>M:Microsoft.Identity.Web.UI.Areas.MicrosoftIdentity.Controllers.AccountController.SignIn(System.String,System.String)</Target>
7+
<Left>lib/net6.0/Microsoft.Identity.Web.UI.dll</Left>
8+
<Right>lib/net6.0/Microsoft.Identity.Web.UI.dll</Right>
9+
<IsBaselineSuppression>true</IsBaselineSuppression>
10+
</Suppression>
11+
<Suppression>
12+
<DiagnosticId>CP0002</DiagnosticId>
13+
<Target>M:Microsoft.Identity.Web.UI.Areas.MicrosoftIdentity.Controllers.AccountController.SignIn(System.String,System.String)</Target>
14+
<Left>lib/net7.0/Microsoft.Identity.Web.UI.dll</Left>
15+
<Right>lib/net7.0/Microsoft.Identity.Web.UI.dll</Right>
16+
<IsBaselineSuppression>true</IsBaselineSuppression>
17+
</Suppression>
418
<Suppression>
519
<DiagnosticId>PKV006</DiagnosticId>
620
<Target>.NETCoreApp,Version=v3.1</Target>

src/Microsoft.Identity.Web.UI/Microsoft.Identity.Web.UI.xml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)