[PM-336] Enable Nullable In Unowned Services #6419
test.yml
on: pull_request
Check for test secrets
0s
Run tests
6m 2s
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/AdminConsole/OrganizationFeatures/Policies/PolicyValidators/TwoFactorAuthenticationPolicyValidator.cs#L107
Dereference of a possibly null reference.
|
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.
|