Skip to content

Commit 8351766

Browse files
committed
Allowing intentional breaking changes
1 parent 52606a6 commit 8351766

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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>CP0001</DiagnosticId>
6+
<Target>T:Hast.Communication.Constants.CommandTypes</Target>
7+
<Left>lib/net6.0/Hast.Communication.dll</Left>
8+
<Right>lib/net6.0/Hast.Communication.dll</Right>
9+
<IsBaselineSuppression>true</IsBaselineSuppression>
10+
</Suppression>
11+
<Suppression>
12+
<DiagnosticId>CP0001</DiagnosticId>
13+
<Target>T:Hast.Communication.Constants.CommunicationConstants.Ethernet.Ports</Target>
14+
<Left>lib/net6.0/Hast.Communication.dll</Left>
15+
<Right>lib/net6.0/Hast.Communication.dll</Right>
16+
<IsBaselineSuppression>true</IsBaselineSuppression>
17+
</Suppression>
18+
<Suppression>
19+
<DiagnosticId>CP0001</DiagnosticId>
20+
<Target>T:Hast.Communication.Constants.CommunicationConstants.Ethernet.Signals</Target>
21+
<Left>lib/net6.0/Hast.Communication.dll</Left>
22+
<Right>lib/net6.0/Hast.Communication.dll</Right>
23+
<IsBaselineSuppression>true</IsBaselineSuppression>
24+
</Suppression>
25+
</Suppressions>

0 commit comments

Comments
 (0)