Skip to content

Commit

Permalink
AoT compatibility (#236)
Browse files Browse the repository at this point in the history
This replaces `IsTrimmable` with `IsAotCompatible` which contains better
analyzers. However, the reliance on `Tingle.Extensions.JsonPatch` may
make it difficult to work with AoT but this will be removed in the next
API version.
  • Loading branch information
mburumaxwell authored Jun 5, 2024
1 parent a4a0246 commit 79498f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FaluSdk/FaluSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Description>The official client library for Falu. (https://falu.io)</Description>
<RootNamespace>Falu</RootNamespace>
<PackageIcon>falu-logo.png</PackageIcon>
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
<PackageId>Falu</PackageId>
<IsAotCompatible>true</IsAotCompatible>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 79498f2

Please sign in to comment.