Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
<DefineConstants>BUILDING_INTERNAL_PERSISTENT_STORAGE;$(DefineConstants)</DefineConstants>
<EnableConfigurationBindingGenerator>true</EnableConfigurationBindingGenerator>

<!-- Note: SYSLIB1100;SYSLIB1101 - Configuration.Binder: Can't create
instance and unsupported type are being emitted by config source generator
processing OtlpExporterBuilderOptions. It would be preferable to suppress
this at the call site but there is a bug. This could possibly be cleaned up
in the future (hopefully .NET 9) see:
https://github.com/open-telemetry/opentelemetry-dotnet/pull/5520#discussion_r1556221048
and https://github.com/dotnet/runtime/issues/92509 -->
<!--
Note: SYSLIB1100;SYSLIB1101 - Configuration.Binder: Can't create
instance and unsupported type are being emitted by config source generator
processing OtlpExporterBuilderOptions. It would be preferable to suppress
this at the call site but there is a bug. This could possibly be cleaned up
in a future release of .NET see:
https://github.com/open-telemetry/opentelemetry-dotnet/pull/5520#discussion_r1556221048
and https://github.com/dotnet/runtime/issues/92509
-->
<NoWarn>$(NoWarn);SYSLIB1100;SYSLIB1101</NoWarn>
<AllowUnsafeBlocks Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == '$(NetFrameworkMinimumSupportedVersion)'">true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down
Loading