[PM-13706] Add repository + stored procedures for private key regeneration #5010
Annotations
9 warnings
src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
|
src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
|
src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L118
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
|
src/Core/Billing/Services/Implementations/PaymentHistoryService.cs#L15
Parameter 'logger' is unread.
|
src/Infrastructure.Dapper/AdminConsole/Repositories/OrganizationRepository.cs#L180
Possible null reference return.
|
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.
|
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.
|
src/Admin/AdminConsole/Models/OrganizationEditModel.cs#L146
'OrganizationEditModel.UseSecretsManager' hides inherited member 'OrganizationViewModel.UseSecretsManager'. Use the new keyword if hiding was intended.
|
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.
|
This job succeeded
Loading