Add SMTP Mail Tests #7374
Triggered via pull request
April 3, 2025 12:41
justindbaur
synchronize
#5597
Status
Success
Total duration
8m 11s
Artifacts
–
scan.yml
on: pull_request_target
Check PR run
/
Check
1s
Annotations
10 warnings
Quality scan:
src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
|
Quality scan:
src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
|
Quality scan:
src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
Quality scan:
src/Core/Vault/Queries/GetCipherPermissionsForUserQuery.cs#L86
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Quality scan:
src/Core/Billing/Services/Implementations/PaymentHistoryService.cs#L15
Parameter 'logger' is unread.
|
Quality scan:
src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/Interfaces/IConfirmOrganizationUserCommand.cs#L18
XML comment has cref attribute 'BadRequestException' that could not be resolved
|
Quality scan:
src/Core/Billing/Services/IProviderBillingService.cs#L62
XML comment has cref attribute 'planType' that could not be resolved
|
Quality scan:
src/Core/Vault/Repositories/ICipherRepository.cs#L48
XML comment has cref attribute 'IGetCipherPermissionsForUserQuery' that could not be resolved
|
Quality scan:
src/Core/Services/Implementations/MailKitSmtpMailDeliveryService.cs#L76
Enable server certificate validation on this SSL/TLS connection (https://rules.sonarsource.com/csharp/RSPEC-4830)
|
Quality scan:
src/Infrastructure.EntityFramework/Platform/Installations/Models/Installation.cs#L11
'Installation.LastActivityDate' hides inherited member 'Installation.LastActivityDate'. Use the new keyword if hiding was intended.
|