Skip to content

[PM-336] Enable Nullable In Unowned Services #6419

[PM-336] Enable Nullable In Unowned Services

[PM-336] Enable Nullable In Unowned Services #6419

Triggered via pull request December 26, 2024 19:39
Status Success
Total duration 6m 19s
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/Services/Implementations/StripeAdapter.cs#L87
Cannot convert null literal to non-nullable reference type.
Run tests: src/Core/Services/IStripeAdapter.cs#L14
Cannot convert null literal to non-nullable reference type.
Run tests: src/Core/Services/IStripeAdapter.cs#L28
Cannot convert null literal to non-nullable reference type.
Run tests: src/Core/Services/NoopImplementations/NoopPushRegistrationService.cs#L14
Nullability of reference types in type of parameter 'pushToken' of 'Task NoopPushRegistrationService.CreateOrUpdateRegistrationAsync(string pushToken, string deviceId, string userId, string identifier, DeviceType type)' doesn't match implicitly implemented member 'Task IPushRegistrationService.CreateOrUpdateRegistrationAsync(string? pushToken, string deviceId, string userId, string identifier, DeviceType type)' (possibly because of nullability attributes).
Run tests: src/Core/Services/NoopImplementations/NoopLicensingService.cs#L62
Possible null reference return.
Run tests: src/Core/Services/NoopImplementations/NoopLicensingService.cs#L67
Cannot convert null literal to non-nullable reference type.