[backend/federation] Make use of RemoveUnusedInlineContextProperties dotNetRdf option
This commit is contained in:
parent
7c0e6dfea1
commit
95ac792ad9
2 changed files with 5 additions and 2 deletions
|
@ -69,7 +69,10 @@ public static class LdHelpers
|
|||
ExpandContext = ASExtensions,
|
||||
ProcessingMode = JsonLdProcessingMode.JsonLd11,
|
||||
KeepIRIs = [$"{Constants.ActivityStreamsNs}#Public"],
|
||||
ForceArray = ASForceArray.Select(p => $"{Constants.ActivityStreamsNs}#{p}").ToList()
|
||||
ForceArray = ASForceArray.Select(p => $"{Constants.ActivityStreamsNs}#{p}").ToList(),
|
||||
|
||||
// separated for readability
|
||||
RemoveUnusedInlineContextProperties = true,
|
||||
};
|
||||
|
||||
public static readonly JsonSerializerSettings JsonSerializerSettings = new()
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<PackageReference Include="AsyncKeyedLock" Version="6.3.4"/>
|
||||
<PackageReference Include="Blurhash.ImageSharp" Version="3.0.0"/>
|
||||
<PackageReference Include="cuid.net" Version="5.0.2"/>
|
||||
<PackageReference Include="dotNetRdf.Core" Version="3.2.2-iceshrimp" />
|
||||
<PackageReference Include="dotNetRdf.Core" Version="3.2.3-iceshrimp" />
|
||||
<PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="8.0.0"/>
|
||||
<PackageReference Include="EntityFrameworkCore.Projectables" Version="3.0.4"/>
|
||||
<PackageReference Include="Isopoh.Cryptography.Argon2" Version="2.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue