CodeQL #273
Annotations
13 warnings
Post Set up .NET Core
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Initialize CodeQL
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'.
|
Set up .NET Core
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Build with dotnet:
IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
|
Build with dotnet:
IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
|
Build with dotnet:
IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
|
Build with dotnet:
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.'
|
Build with dotnet:
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)
|
Build with dotnet:
IntellitectTerminal.Data/Services/CommandService.cs#L106
Dereference of a possibly null reference.
|
Build with dotnet:
IntellitectTerminal.Data/Services/TreeNode.cs#L94
Possible null reference return.
|
Build with dotnet:
IntellitectTerminal.Web/Api/Generated/CommandServiceController.g.cs#L39
'CommandServiceController.Request(Guid?)' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
|
Build with dotnet:
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.'
|
Build with dotnet:
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)
|
Loading