Skip to content

Commit

Permalink
suppress ToStringRaw removal
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras committed Nov 18, 2023
1 parent c9a424b commit 5f6fb2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Sep/CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<?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">
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:nietras.SeparatedValues.SepReader.Col.ToStringRaw</Target>
<Left>lib/net7.0/Sep.dll</Left>
<Right>lib/net7.0/Sep.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:nietras.SeparatedValues.SepReader.Cols.get_Length</Target>
Expand Down

0 comments on commit 5f6fb2f

Please sign in to comment.