Skip to content

Move from Azure SQL Edge to native SQL Server (#4786) #3419

Move from Azure SQL Edge to native SQL Server (#4786)

Move from Azure SQL Edge to native SQL Server (#4786) #3419

Triggered via push September 20, 2024 09:12
Status Success
Total duration 38m 15s
Artifacts

scan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Quality scan: src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Quality scan: src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Quality scan: src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L118
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Quality scan: src/Core/Services/Implementations/MultiServiceMailDeliveryService.cs#L14
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
Quality scan: src/Core/Utilities/CoreHelpers.cs#L32
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
Quality scan: src/Core/OrganizationFeatures/OrganizationSubscriptions/AddSecretsManagerSubscriptionCommand.cs#L77
'plan' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
Quality scan: src/Core/OrganizationFeatures/OrganizationSubscriptions/AddSecretsManagerSubscriptionCommand.cs#L82
'plan' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
Quality scan: src/Core/Jobs/BaseJobsHostedService.cs#L100
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
Quality scan: src/Core/Jobs/BaseJobsHostedService.cs#L145
'_scheduler?.Shutdown(cancellationToken)' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)