Skip to content

[PM-14892] Sales tax estimation #4718

[PM-14892] Sales tax estimation

[PM-14892] Sales tax estimation #4718

Triggered via pull request November 20, 2024 10:33
@jonashendrickxjonashendrickx
synchronize #5045
Status Success
Total duration 8m 41s
Artifacts

scan.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Quality scan: src/Core/Models/Business/TaxInfo.cs#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Quality scan: src/Core/Models/Business/TaxInfo.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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/Billing/Models/Api/Requests/TaxInformationRequestModel.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Quality scan: src/Core/Billing/Services/TaxService.cs#L893
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Quality scan: src/Core/Billing/Services/ITaxService.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Quality scan: src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L121
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Quality scan: src/Core/Billing/Services/IProviderBillingService.cs#L52
XML comment has cref attribute 'planType' that could not be resolved