Merge branch 'vnext'

This commit is contained in:
13xforever
2025-12-18 20:20:11 +05:00
2 changed files with 6 additions and 5 deletions

View File

@@ -218,6 +218,7 @@ internal static class BotStatus
try
{
await using var db = await ThumbnailDb.OpenReadAsync().ConfigureAwait(false);
db.WithNoCase();
var syscallCount = db.SyscallInfo.AsNoTracking().Where(sci => sci.Function.StartsWith("sys_") || sci.Function.StartsWith("_sys_")).Distinct().Count();
var totalFuncCount = db.SyscallInfo.AsNoTracking().Select(sci => sci.Function).Distinct().Count();
var fwCallCount = totalFuncCount - syscallCount;

View File

@@ -42,14 +42,14 @@
<AdditionalFiles Include="..\.resources\cpu_tier_list*.conf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Blurhash.ImageSharp" Version="4.0.0" />
<PackageReference Include="Blurhash.ImageSharp" Version="4.0.1" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.4.0" />
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02561" />
<PackageReference Include="DSharpPlus.Commands" Version="5.0.0-nightly-02561" />
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02561" />
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02563" />
<PackageReference Include="DSharpPlus.Commands" Version="5.0.0-nightly-02563" />
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02563" />
<PackageReference Include="DSharpPlus.Natives.Zstd" Version="1.5.7.21" />
<PackageReference Include="Florence2" Version="25.12.63049" />
<PackageReference Include="Google.Apis.Drive.v3" Version="1.73.0.3987" />
<PackageReference Include="Google.Apis.Drive.v3" Version="1.73.0.3996" />
<PackageReference Include="MathParser.org-mXparser" Version="6.1.0" />
<PackageReference Include="MegaApiClient" Version="1.10.5" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.23.0" />