Skip to content

Commit 32bbe8a

Browse files
committed
Fix sources/ClangSharp.Interop/CompatibilitySuppressions.xml
1 parent 86ba626 commit 32bbe8a

File tree

1 file changed

+51
-56
lines changed

1 file changed

+51
-56
lines changed
Lines changed: 51 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,53 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
23
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3-
<Suppression>
4-
<DiagnosticId>CP0002</DiagnosticId>
5-
<Target>M:ClangSharp.Interop.clang.add_ResolveLibrary(System.Runtime.InteropServices.DllImportResolver)</Target>
6-
<Left>lib/net6.0/ClangSharp.Interop.dll</Left>
7-
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
8-
<IsBaselineSuppression>true</IsBaselineSuppression>
9-
</Suppression>
10-
<Suppression>
11-
<DiagnosticId>CP0002</DiagnosticId>
12-
<Target>M:ClangSharp.Interop.clang.remove_ResolveLibrary(System.Runtime.InteropServices.DllImportResolver)</Target>
13-
<Left>lib/net6.0/ClangSharp.Interop.dll</Left>
14-
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
15-
<IsBaselineSuppression>true</IsBaselineSuppression>
16-
</Suppression>
17-
<Suppression>
18-
<DiagnosticId>CP0002</DiagnosticId>
19-
<Target>M:ClangSharp.Interop.CXCodeCompleteResults.GetContaininerKind(System.Boolean@)</Target>
20-
<Left>lib/net6.0/ClangSharp.Interop.dll</Left>
21-
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
22-
<IsBaselineSuppression>true</IsBaselineSuppression>
23-
</Suppression>
24-
<Suppression>
25-
<DiagnosticId>CP0002</DiagnosticId>
26-
<Target>M:ClangSharp.Interop.clang.add_ResolveLibrary(System.Runtime.InteropServices.DllImportResolver)</Target>
27-
<Left>lib/net7.0/ClangSharp.Interop.dll</Left>
28-
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
29-
<IsBaselineSuppression>true</IsBaselineSuppression>
30-
</Suppression>
31-
<Suppression>
32-
<DiagnosticId>CP0002</DiagnosticId>
33-
<Target>M:ClangSharp.Interop.clang.remove_ResolveLibrary(System.Runtime.InteropServices.DllImportResolver)</Target>
34-
<Left>lib/net7.0/ClangSharp.Interop.dll</Left>
35-
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
36-
<IsBaselineSuppression>true</IsBaselineSuppression>
37-
</Suppression>
38-
<Suppression>
39-
<DiagnosticId>CP0002</DiagnosticId>
40-
<Target>M:ClangSharp.Interop.CXCodeCompleteResults.GetContaininerKind(System.Boolean@)</Target>
41-
<Left>lib/net7.0/ClangSharp.Interop.dll</Left>
42-
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
43-
<IsBaselineSuppression>true</IsBaselineSuppression>
44-
</Suppression>
45-
<Suppression>
46-
<DiagnosticId>CP0002</DiagnosticId>
47-
<Target>M:ClangSharp.Interop.CXCodeCompleteResults.GetContaininerKind(out bool)</Target>
48-
<Left>lib/netstandard2.0/ClangSharp.Interop.dll</Left>
49-
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
50-
</Suppression>
51-
<Suppression>
52-
<DiagnosticId>CP0002</DiagnosticId>
53-
<Target>M:ClangSharp.Interop.CXCodeCompleteResults.GetContaininerKind(System.Boolean@)</Target>
54-
<Left>lib/netstandard2.0/ClangSharp.Interop.dll</Left>
55-
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
56-
<IsBaselineSuppression>true</IsBaselineSuppression>
57-
</Suppression>
58-
</Suppressions>
4+
<Suppression>
5+
<DiagnosticId>CP0002</DiagnosticId>
6+
<Target>M:ClangSharp.Interop.clang.add_ResolveLibrary(System.Runtime.InteropServices.DllImportResolver)</Target>
7+
<Left>lib/net6.0/ClangSharp.Interop.dll</Left>
8+
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
9+
<IsBaselineSuppression>true</IsBaselineSuppression>
10+
</Suppression>
11+
<Suppression>
12+
<DiagnosticId>CP0002</DiagnosticId>
13+
<Target>M:ClangSharp.Interop.clang.remove_ResolveLibrary(System.Runtime.InteropServices.DllImportResolver)</Target>
14+
<Left>lib/net6.0/ClangSharp.Interop.dll</Left>
15+
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
16+
<IsBaselineSuppression>true</IsBaselineSuppression>
17+
</Suppression>
18+
<Suppression>
19+
<DiagnosticId>CP0002</DiagnosticId>
20+
<Target>M:ClangSharp.Interop.CXCodeCompleteResults.GetContaininerKind(System.Boolean@)</Target>
21+
<Left>lib/net6.0/ClangSharp.Interop.dll</Left>
22+
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
23+
<IsBaselineSuppression>true</IsBaselineSuppression>
24+
</Suppression>
25+
<Suppression>
26+
<DiagnosticId>CP0002</DiagnosticId>
27+
<Target>M:ClangSharp.Interop.clang.add_ResolveLibrary(System.Runtime.InteropServices.DllImportResolver)</Target>
28+
<Left>lib/net7.0/ClangSharp.Interop.dll</Left>
29+
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
30+
<IsBaselineSuppression>true</IsBaselineSuppression>
31+
</Suppression>
32+
<Suppression>
33+
<DiagnosticId>CP0002</DiagnosticId>
34+
<Target>M:ClangSharp.Interop.clang.remove_ResolveLibrary(System.Runtime.InteropServices.DllImportResolver)</Target>
35+
<Left>lib/net7.0/ClangSharp.Interop.dll</Left>
36+
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
37+
<IsBaselineSuppression>true</IsBaselineSuppression>
38+
</Suppression>
39+
<Suppression>
40+
<DiagnosticId>CP0002</DiagnosticId>
41+
<Target>M:ClangSharp.Interop.CXCodeCompleteResults.GetContaininerKind(System.Boolean@)</Target>
42+
<Left>lib/net7.0/ClangSharp.Interop.dll</Left>
43+
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
44+
<IsBaselineSuppression>true</IsBaselineSuppression>
45+
</Suppression>
46+
<Suppression>
47+
<DiagnosticId>CP0002</DiagnosticId>
48+
<Target>M:ClangSharp.Interop.CXCodeCompleteResults.GetContaininerKind(System.Boolean@)</Target>
49+
<Left>lib/netstandard2.0/ClangSharp.Interop.dll</Left>
50+
<Right>lib/netstandard2.0/ClangSharp.Interop.dll</Right>
51+
<IsBaselineSuppression>true</IsBaselineSuppression>
52+
</Suppression>
53+
</Suppressions>

0 commit comments

Comments
 (0)