File tree 1 file changed +8
-1
lines changed
src/OpenTelemetry.Exporter.OpenTelemetryProtocol
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 9
9
<Nullable >disable</Nullable >
10
10
<DefineConstants >BUILDING_INTERNAL_PERSISTENT_STORAGE;$(DefineConstants)</DefineConstants >
11
11
<EnableConfigurationBindingGenerator >true</EnableConfigurationBindingGenerator >
12
- <!-- SYSLIB1100;SYSLIB1101 - Configuration.Binder: can't create instance and unsupported type -->
12
+
13
+ <!-- Note: SYSLIB1100;SYSLIB1101 - Configuration.Binder: Can't create
14
+ instance and unsupported type are being emitted by config source generator
15
+ processing OtlpExporterBuilderOptions. It would be preferable to suppress
16
+ this at the call site but there is a bug. This could possibly be cleaned up
17
+ in the future (hopefully .NET 9) see:
18
+ https://github.com/open-telemetry/opentelemetry-dotnet/pull/5520#discussion_r1556221048
19
+ and https://github.com/dotnet/runtime/issues/92509 -->
13
20
<NoWarn >$(NoWarn);SYSLIB1100;SYSLIB1101</NoWarn >
14
21
</PropertyGroup >
15
22
You can’t perform that action at this time.
0 commit comments