File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
src/OpenTelemetry.Exporter.Geneva Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 22<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
33<Suppressions xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
5- <Suppression >
6- <DiagnosticId >CP0008</DiagnosticId >
7- <Target >T:OpenTelemetry.Exporter.Geneva.EventNameExportMode</Target >
8- <Left >lib/net6.0/OpenTelemetry.Exporter.Geneva.dll</Left >
9- <Right >lib/netstandard2.0/OpenTelemetry.Exporter.Geneva.dll</Right >
10- <IsBaselineSuppression >true</IsBaselineSuppression >
11- </Suppression >
12- <Suppression >
13- <DiagnosticId >CP0008</DiagnosticId >
14- <Target >T:OpenTelemetry.Exporter.Geneva.ExceptionStackExportMode</Target >
15- <Left >lib/net6.0/OpenTelemetry.Exporter.Geneva.dll</Left >
16- <Right >lib/netstandard2.0/OpenTelemetry.Exporter.Geneva.dll</Right >
17- <IsBaselineSuppression >true</IsBaselineSuppression >
18- </Suppression >
195</Suppressions >
Original file line number Diff line number Diff line change 1212 <!-- Tweak style rules for Geneva: Allow underscores in constant names and allow regions inside code blocks -->
1313 <NoWarn >$(NoWarn);SA1123;SA1310</NoWarn >
1414 <MinVerTagPrefix >Exporter.Geneva-</MinVerTagPrefix >
15- <PackageValidationBaselineVersion >1.9 .0</PackageValidationBaselineVersion >
15+ <PackageValidationBaselineVersion >1.10 .0</PackageValidationBaselineVersion >
1616 </PropertyGroup >
1717
1818 <ItemGroup >
You can’t perform that action at this time.
0 commit comments