mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
Merge branch 'vnext'
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user