Skip to content

Commit

Permalink
Allowing intentional breaking changes in Hast.Vitis and Hast.Xilinx too
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 5, 2024
1 parent 81939c8 commit 2bde40c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Hastlayer/Hast.Vitis/CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?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>CP0001</DiagnosticId>
<Target>T:Hast.Vitis.Constants.Extensions</Target>
<Left>lib/net6.0/Hast.Vitis.dll</Left>
<Right>lib/net6.0/Hast.Vitis.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
</Suppressions>
11 changes: 11 additions & 0 deletions src/Hastlayer/Hast.Xilinx/CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?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>CP0001</DiagnosticId>
<Target>T:Hast.Xilinx.Constants</Target>
<Left>lib/net6.0/Hast.Xilinx.dll</Left>
<Right>lib/net6.0/Hast.Xilinx.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
</Suppressions>

0 comments on commit 2bde40c

Please sign in to comment.