CodeQL #277
Annotations
13 warnings
|
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'.
|
|
IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
|
IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
|
IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
|
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.'
|
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)
|
IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
|
IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
|
IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
|
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.'
|
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)
|
This job succeeded
Loading