Skip to content

Commit

Permalink
remove unnecessary suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeebowen committed Mar 14, 2024
1 parent 4f8fa48 commit 7a8377a
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions src/DocumentFormat.OpenXml/CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.get_ExtensionList</Target>
Expand Down Expand Up @@ -212,24 +213,4 @@
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0003</DiagnosticId>
<Target>DocumentFormat.OpenXml, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17</Target>
<Left>lib/net35/DocumentFormat.OpenXml.dll</Left>
<Right>lib/net35/DocumentFormat.OpenXml.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0003</DiagnosticId>
<Target>DocumentFormat.OpenXml, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17</Target>
<Left>lib/net40/DocumentFormat.OpenXml.dll</Left>
<Right>lib/net40/DocumentFormat.OpenXml.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0003</DiagnosticId>
<Target>DocumentFormat.OpenXml, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17</Target>
<Left>lib/netstandard2.0/DocumentFormat.OpenXml.dll</Left>
<Right>lib/netstandard2.0/DocumentFormat.OpenXml.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
</Suppressions>
</Suppressions>

0 comments on commit 7a8377a

Please sign in to comment.