Skip to content

Check for executable files #677

Check for executable files

Check for executable files #677

Triggered via pull request June 16, 2026 14:31
Status Success
Total duration 1m 22s
Artifacts

dotnet.yml

on: pull_request
Build Docker image
0s
Build Docker image
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
Build Release
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Release: CompatBot/EventHandlers/LogAsTextMonitor.cs#L29
Dereference of a possibly null reference.
Build Release: CompatBot/EventHandlers/GithubLinksHandler.cs#L60
Dereference of a possibly null reference.
Build Release: CompatBot/EventHandlers/GithubLinksHandler.cs#L35
Dereference of a possibly null reference.
Build Release: CompatBot/EventHandlers/EmpathySimulationHandler.cs#L53
Dereference of a possibly null reference.
Build Release: CompatBot/EventHandlers/BotReactionsHandler.cs#L182
Dereference of a possibly null reference.
Build Release: CompatBot/EventHandlers/BotReactionsHandler.cs#L179
Possible null reference argument for parameter 'mbr' in 'DiscordPermissions DiscordChannel.PermissionsFor(DiscordMember mbr)'.
Build Release: CompatBot/EventHandlers/BotReactionsHandler.cs#L76
Dereference of a possibly null reference.
Build Release: CompatBot/Ocr/Backend/Florence2.cs#L7
Non-nullable field 'model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Release: CompatBot/Ocr/Backend/Tesseract.cs#L11
Non-nullable field 'engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Release: CompatBot/Ocr/Backend/AzureVision.cs#L9
Non-nullable field 'cvClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Run Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Tests: CompatBot/Ocr/Backend/Florence2.cs#L7
Non-nullable field 'model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Run Tests: CompatBot/Ocr/Backend/AzureVision.cs#L9
Non-nullable field 'cvClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Run Tests: CompatBot/Ocr/Backend/Tesseract.cs#L11
Non-nullable field 'engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Run Tests: CompatBot/EventHandlers/BotReactionsHandler.cs#L182
Dereference of a possibly null reference.
Run Tests: CompatBot/EventHandlers/BotReactionsHandler.cs#L179
Possible null reference argument for parameter 'mbr' in 'DiscordPermissions DiscordChannel.PermissionsFor(DiscordMember mbr)'.
Run Tests: CompatBot/EventHandlers/BotReactionsHandler.cs#L76
Dereference of a possibly null reference.
Run Tests: CompatBot/Database/Providers/ThumbnailProvider.cs#L176
Converting null literal or possible null value to non-nullable type.
Run Tests: CompatBot/Commands/Misc.cs#L455
Dereference of a possibly null reference.
Run Tests: CompatBot/Commands/Misc.cs#L449
Dereference of a possibly null reference.
Run Tests: CompatBot/Commands/Explain.cs#L355
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.