We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e350e commit 18ee669Copy full SHA for 18ee669
src/Smdn.Reflection.ReverseGenerating/CompatibilitySuppressions.xml
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<!-- https://learn.microsoft.com/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>CP0008</DiagnosticId>
6
+ <Target>T:Smdn.Reflection.ReverseGenerating.MethodBodyOption</Target>
7
+ <Left>lib/net5.0/Smdn.Reflection.ReverseGenerating.dll</Left>
8
+ <Right>lib/netstandard2.0/Smdn.Reflection.ReverseGenerating.dll</Right>
9
+ <IsBaselineSuppression>true</IsBaselineSuppression>
10
+ </Suppression>
11
+</Suppressions>
0 commit comments