Skip to content

[Feat] .NET9 Support #946

[Feat] .NET9 Support

[Feat] .NET9 Support #946

Triggered via pull request November 1, 2024 07:42
@neozhuneozhu
synchronize #774
dotnet9rc2
Status Success
Total duration 5m 44s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze
Unexpected input(s) 'languages', valid inputs are ['check_name', 'output', 'upload', 'cleanup-level', 'ram', 'add-snippets', 'skip-queries', 'threads', 'checkout_path', 'ref', 'sha', 'category', 'upload-database', 'wait-for-processing', 'token', 'matrix', 'expect-error']
Analyze: src/Infrastructure/Services/ExcelService.cs#L132
Dereference of a possibly null reference.
Analyze: src/Infrastructure/Services/MultiTenant/MultiTenantUserStore.cs#L52
Possible null reference argument for parameter 'tenantId' in 'Task<ApplicationRole> MultiTenantUserStore.GetRoleAsync(string normalizedRoleName, string tenantId, CancellationToken cancellationToken)'.
Analyze: src/Infrastructure/Services/MultiTenant/MultiTenantUserStore.cs#L85
Possible null reference argument for parameter 'tenantId' in 'Task<ApplicationRole> MultiTenantUserStore.GetRoleAsync(string normalizedRoleName, string tenantId, CancellationToken cancellationToken)'.
Analyze: src/Infrastructure/Services/MultiTenant/MultiTenantUserStore.cs#L109
Possible null reference argument for parameter 'tenantId' in 'Task<ApplicationRole> MultiTenantUserStore.GetRoleAsync(string normalizedRoleName, string tenantId, CancellationToken cancellationToken)'.
Analyze: src/Infrastructure/Services/MultiTenant/MultiTenantUserManager.cs#L73
Possible null reference argument for parameter 'roleName' in 'Task<IdentityResult> MultiTenantUserManager.AddToRoleAsync(ApplicationUser user, string roleName)'.
Analyze: src/Infrastructure/Services/MultiTenant/MultiTenantUserManager.cs#L106
Possible null reference argument for parameter 'roleName' in 'Task<bool> MultiTenantUserManager.IsInRoleAsync(ApplicationUser user, string roleName)'.
Analyze: src/Infrastructure/Services/MultiTenant/MultiTenantUserManager.cs#L116
Possible null reference argument for parameter 'roleName' in 'Task IUserRoleStore<ApplicationUser>.AddToRoleAsync(ApplicationUser user, string roleName, CancellationToken cancellationToken)'.
Analyze
Unexpected input(s) 'languages', valid inputs are ['check_name', 'output', 'upload', 'cleanup-level', 'ram', 'add-snippets', 'skip-queries', 'threads', 'checkout_path', 'ref', 'sha', 'category', 'upload-database', 'wait-for-processing', 'token', 'matrix', 'expect-error']