Skip to content

[PM-7452] Resolve PayPal issue #4799

[PM-7452] Resolve PayPal issue

[PM-7452] Resolve PayPal issue #4799

Triggered via pull request October 4, 2024 17:06
Status Success
Total duration 6m 0s
Artifacts

test.yml

on: pull_request
Check for test secrets
0s
Check for test secrets
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Run tests: src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Run tests: src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Run tests: src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L118
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Run tests: test/Core.Test/AdminConsole/OrganizationFeatures/OrganizationUsers/DeleteManagedOrganizationUserAccountCommandTests.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run tests: src/Admin/AdminConsole/Models/OrganizationEditModel.cs#L146
'OrganizationEditModel.UseSecretsManager' hides inherited member 'OrganizationViewModel.UseSecretsManager'. Use the new keyword if hiding was intended.
Run tests: src/Api/AdminConsole/Public/Models/MemberBaseModel.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run tests: test/Api.Test/AdminConsole/Controllers/GroupsControllerPutTests.cs#L306
Argument of type 'Task<Tuple<Group?, ICollection<CollectionAccessSelection>>>' cannot be used for parameter 'value' of type 'Task<Tuple<Group, ICollection<CollectionAccessSelection>>>' in 'ConfiguredCall SubstituteExtensions.Returns<Tuple<Group, ICollection<CollectionAccessSelection>>>(Task<Tuple<Group, ICollection<CollectionAccessSelection>>> value, Tuple<Group, ICollection<CollectionAccessSelection>> returnThis, params Tuple<Group, ICollection<CollectionAccessSelection>>[] returnThese)' due to differences in the nullability of reference types.