Skip to content

Commit

Permalink
Explicitly specifying list of non-trimable assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsbk committed Aug 20, 2024
1 parent 3b57101 commit 505c50b
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
<ItemGroup>
<TrimmerRootAssembly Include="CloudMapEcsPrometheusDiscovery"/>
<!-- Below are assemblies that don't play nicely with trimming -->
<!-- <TrimmerRootAssembly Include="AWSSDK.ECS"/>-->
<!-- <TrimmerRootAssembly Include="AWSSDK.Extensions.NETCore.Setup"/>-->
<!-- <TrimmerRootAssembly Include="AWSSDK.ServiceDiscovery"/>-->
<!-- <TrimmerRootAssembly Include="Scrutor"/>-->
<TrimmerRootAssembly Include="AWSSDK.Core"/>
<TrimmerRootAssembly Include="AWSSDK.ECS"/>
<TrimmerRootAssembly Include="AWSSDK.Extensions.NETCore.Setup"/>
<TrimmerRootAssembly Include="AWSSDK.ServiceDiscovery"/>
<TrimmerRootAssembly Include="Scrutor"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 505c50b

Please sign in to comment.