Skip to content

CodeQL

CodeQL #275

Triggered via schedule June 2, 2024 02:15
Status Success
Total duration 3m 31s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

52 warnings
Analyze (python): IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
Analyze (python): IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
Analyze (python): IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
Analyze (python): IntellitectTerminal.Web/Hangfire/HangfireStartup.cs#L28
'RecurringJob.AddOrUpdate<T>(Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use an overload with the explicit recurringJobId parameter and RecurringJobOptions instead. Will be removed in 2.0.0.'
Analyze (python): IntellitectTerminal.Tests/Tests/RecurringJobServiceHangfireTests.cs#L21
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
Analyze (python): IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
Analyze (python): IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
Analyze (python): IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
Analyze (python): IntellitectTerminal.Web/Hangfire/HangfireStartup.cs#L28
'RecurringJob.AddOrUpdate<T>(Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use an overload with the explicit recurringJobId parameter and RecurringJobOptions instead. Will be removed in 2.0.0.'
Analyze (python): IntellitectTerminal.Tests/Tests/RecurringJobServiceHangfireTests.cs#L21
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
Analyze (python)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (python)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (python)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
Analyze (typescript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
Analyze (typescript)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (typescript): IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
Analyze (typescript): IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
Analyze (typescript): IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
Analyze (typescript): IntellitectTerminal.Web/Hangfire/HangfireStartup.cs#L28
'RecurringJob.AddOrUpdate<T>(Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use an overload with the explicit recurringJobId parameter and RecurringJobOptions instead. Will be removed in 2.0.0.'
Analyze (typescript): IntellitectTerminal.Tests/Tests/RecurringJobServiceHangfireTests.cs#L21
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
Analyze (typescript): IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
Analyze (typescript): IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
Analyze (typescript): IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
Analyze (typescript): IntellitectTerminal.Web/Hangfire/HangfireStartup.cs#L28
'RecurringJob.AddOrUpdate<T>(Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use an overload with the explicit recurringJobId parameter and RecurringJobOptions instead. Will be removed in 2.0.0.'
Analyze (typescript): IntellitectTerminal.Tests/Tests/RecurringJobServiceHangfireTests.cs#L21
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
Analyze (typescript)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (javascript): IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
Analyze (javascript): IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
Analyze (javascript): IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
Analyze (javascript): IntellitectTerminal.Web/Hangfire/HangfireStartup.cs#L28
'RecurringJob.AddOrUpdate<T>(Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use an overload with the explicit recurringJobId parameter and RecurringJobOptions instead. Will be removed in 2.0.0.'
Analyze (javascript): IntellitectTerminal.Tests/Tests/RecurringJobServiceHangfireTests.cs#L21
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
Analyze (javascript): IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
Analyze (javascript): IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
Analyze (javascript): IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
Analyze (javascript): IntellitectTerminal.Web/Hangfire/HangfireStartup.cs#L28
'RecurringJob.AddOrUpdate<T>(Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use an overload with the explicit recurringJobId parameter and RecurringJobOptions instead. Will be removed in 2.0.0.'
Analyze (javascript): IntellitectTerminal.Tests/Tests/RecurringJobServiceHangfireTests.cs#L21
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
Analyze (javascript)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (javascript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
Analyze (javascript)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (csharp)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (csharp)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
Analyze (csharp): IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
Analyze (csharp): IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
Analyze (csharp): IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
Analyze (csharp): IntellitectTerminal.Web/Hangfire/HangfireStartup.cs#L28
'RecurringJob.AddOrUpdate<T>(Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use an overload with the explicit recurringJobId parameter and RecurringJobOptions instead. Will be removed in 2.0.0.'
Analyze (csharp): IntellitectTerminal.Tests/Tests/RecurringJobServiceHangfireTests.cs#L21
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
Analyze (csharp): IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
Analyze (csharp): IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
Analyze (csharp): IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
Analyze (csharp): IntellitectTerminal.Web/Hangfire/HangfireStartup.cs#L28
'RecurringJob.AddOrUpdate<T>(Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use an overload with the explicit recurringJobId parameter and RecurringJobOptions instead. Will be removed in 2.0.0.'
Analyze (csharp): IntellitectTerminal.Tests/Tests/RecurringJobServiceHangfireTests.cs#L21
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
Analyze (csharp)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']