Skip to content

Commit

Permalink
Disable native AoT
Browse files Browse the repository at this point in the history
Disable native AoT due to issue with OpenTelemetry 1.8.0.
  • Loading branch information
martincostello committed Apr 18, 2024
1 parent 9fb241a commit 2a6ce80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/LondonTravel.Skill/LondonTravel.Skill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<RootNamespace>MartinCostello.LondonTravel.Skill</RootNamespace>
<TargetFramework>net9.0</TargetFramework>
<TieredCompilation>false</TieredCompilation>
<!-- HACK Workaround for https://github.com/open-telemetry/opentelemetry-dotnet/issues/5518 -->
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<PublishAot>false</PublishAot>
</PropertyGroup>
<PropertyGroup Condition=" '$(PublishForAWSLambda)' == 'true' ">
<AssemblyName>bootstrap</AssemblyName>
Expand Down

0 comments on commit 2a6ce80

Please sign in to comment.