Skip to content

IValidator<T> and ValidationResult<T> #7753

IValidator<T> and ValidationResult<T>

IValidator<T> and ValidationResult<T> #7753

Triggered via pull request March 10, 2025 17:03
Status Success
Total duration 6m 50s
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/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.
Run tests: src/Core/Billing/Services/IProviderBillingService.cs#L62
XML comment has cref attribute 'planType' that could not be resolved
Run tests: src/Core/Vault/Repositories/ICipherRepository.cs#L48
XML comment has cref attribute 'IGetCipherPermissionsForUserQuery' that could not be resolved
Run tests: src/Infrastructure.Dapper/Repositories/DeviceRepository.cs#L23
Non-nullable field '_globalSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Run tests: src/Infrastructure.EntityFramework/Platform/Installations/Models/Installation.cs#L11
'Installation.LastActivityDate' hides inherited member 'Installation.LastActivityDate'. Use the new keyword if hiding was intended.
Run tests: test/Core.Test/Vault/Queries/GetTasksForOrganizationQueryTests.cs#L43
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.