Skip to content

[PM-11127] Write OrganizationInstallation record when license is retrieved #5957

[PM-11127] Write OrganizationInstallation record when license is retrieved

[PM-11127] Write OrganizationInstallation record when license is retrieved #5957

Triggered via pull request November 26, 2024 19:40
Status Success
Total duration 6m 31s
Artifacts

test.yml

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

Annotations

10 warnings
Run tests: src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Run tests: src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Run tests: src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Run tests: src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L121
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Run tests: src/Core/Billing/Services/IProviderBillingService.cs#L52
XML comment has cref attribute 'planType' that could not be resolved
Run tests: src/Infrastructure.EntityFramework/AdminConsole/Repositories/OrganizationUserRepository.cs#L251
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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: test/Core.Test/AdminConsole/OrganizationFeatures/OrganizationUsers/RemoveOrganizationUserCommandTests.cs#L127
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Run tests: test/Core.Test/AdminConsole/OrganizationFeatures/OrganizationUsers/RemoveOrganizationUserCommandTests.cs#L211
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.