Skip to content

Commit

Permalink
Allowing intentional breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 5, 2024
1 parent 52606a6 commit 8351766
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/Hastlayer/Hast.Communication/CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?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.Communication.Constants.CommandTypes</Target>
<Left>lib/net6.0/Hast.Communication.dll</Left>
<Right>lib/net6.0/Hast.Communication.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:Hast.Communication.Constants.CommunicationConstants.Ethernet.Ports</Target>
<Left>lib/net6.0/Hast.Communication.dll</Left>
<Right>lib/net6.0/Hast.Communication.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:Hast.Communication.Constants.CommunicationConstants.Ethernet.Signals</Target>
<Left>lib/net6.0/Hast.Communication.dll</Left>
<Right>lib/net6.0/Hast.Communication.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
</Suppressions>

0 comments on commit 8351766

Please sign in to comment.