Add Teams to SCIM API key generation (#5036) #5736
Annotations
10 warnings
Test OSS solution:
src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
|
Test OSS solution:
src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
|
Test OSS solution:
src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L121
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
|
Test OSS solution:
src/Core/Billing/Services/Implementations/PaymentHistoryService.cs#L15
Parameter 'logger' is unread.
|
Test OSS solution:
src/Core/Billing/Services/IProviderBillingService.cs#L52
XML comment has cref attribute 'planType' that could not be resolved
|
Test OSS solution:
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.
|
Test OSS solution:
test/Core.Test/AdminConsole/Services/OrganizationServiceTests.cs#L100
Cannot convert null literal to non-nullable reference type.
|
Test OSS solution:
test/Core.Test/AdminConsole/Services/OrganizationServiceTests.cs#L104
Cannot convert null literal to non-nullable reference type.
|
Test OSS solution:
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.
|
Test OSS solution:
test/Core.Test/AdminConsole/Services/OrganizationServiceTests.cs#L175
Cannot convert null literal to non-nullable reference type.
|
Loading