Skip to content

Commit 43be302

Browse files
committed
Add CompatibilitySuppressions
1 parent 25f406f commit 43be302

File tree

14 files changed

+103
-3
lines changed

14 files changed

+103
-3
lines changed

.vsts-dotnet-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
name: Windows_x64_Net80
121121
buildScript: build.cmd
122122
innerLoop: true
123-
vsTestConfiguration: "/Framework:.NETCoreApp,Version=v3.1"
123+
vsTestConfiguration: "/Framework:.NETCoreApp,Version=v8.0"
124124
pool:
125125
name: NetCore-Public
126126
demands: ImageOverride -equals 1es-windows-2019-open
@@ -132,7 +132,7 @@ jobs:
132132
architecture: x86
133133
buildScript: build.cmd
134134
innerLoop: true
135-
vsTestConfiguration: "/Framework:.NETCoreApp,Version=v3.1"
135+
vsTestConfiguration: "/Framework:.NETCoreApp,Version=v8.0"
136136
pool:
137137
name: NetCore-Public
138138
demands: ImageOverride -equals 1es-windows-2019-open
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/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>PKV006</DiagnosticId>
6+
<Target>.NETStandard,Version=v2.0</Target>
7+
</Suppression>
8+
</Suppressions>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/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>PKV006</DiagnosticId>
6+
<Target>.NETCoreApp,Version=v3.1</Target>
7+
</Suppression>
8+
<Suppression>
9+
<DiagnosticId>PKV006</DiagnosticId>
10+
<Target>.NETStandard,Version=v2.0</Target>
11+
</Suppression>
12+
</Suppressions>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/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>PKV006</DiagnosticId>
6+
<Target>.NETStandard,Version=v2.0</Target>
7+
</Suppression>
8+
</Suppressions>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/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>PKV006</DiagnosticId>
6+
<Target>.NETStandard,Version=v2.0</Target>
7+
</Suppression>
8+
</Suppressions>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/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>PKV006</DiagnosticId>
6+
<Target>.NETStandard,Version=v2.0</Target>
7+
</Suppression>
8+
</Suppressions>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/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>PKV006</DiagnosticId>
6+
<Target>.NETStandard,Version=v2.0</Target>
7+
</Suppression>
8+
</Suppressions>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/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>PKV006</DiagnosticId>
6+
<Target>.NETStandard,Version=v2.0</Target>
7+
</Suppression>
8+
</Suppressions>

src/Microsoft.ML.Mkl.Redist/CompatibilitySuppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
23
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3-
<!-- The previous version of this package had an empty assembly which was removed -->
44
<Suppression>
55
<DiagnosticId>PKV006</DiagnosticId>
66
<Target>.NETStandard,Version=v2.0</Target>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/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>PKV006</DiagnosticId>
6+
<Target>.NETStandard,Version=v2.0</Target>
7+
</Suppression>
8+
</Suppressions>

0 commit comments

Comments
 (0)