[PM-336] Enable Nullable In Unowned Services #6421
test.yml
on: pull_request
Check for test secrets
0s
Run tests
5m 42s
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/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/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/AdminConsole/OrganizationFeatures/Policies/PolicyValidators/TwoFactorAuthenticationPolicyValidator.cs#L107
Dereference of a possibly null reference.
|
Run tests:
src/Core/AdminConsole/OrganizationFeatures/Policies/PolicyValidators/FreeFamiliesForEnterprisePolicyValidator.cs#L40
Possible null reference argument for parameter 'email' in 'Task IMailService.SendFamiliesForEnterpriseRemoveSponsorshipsEmailAsync(string email, string offerAcceptanceDate, string organizationId, string organizationName)'.
|
Run tests:
src/Core/AdminConsole/OrganizationFeatures/Policies/PolicyValidators/FreeFamiliesForEnterprisePolicyValidator.cs#L41
Possible null reference argument for parameter 'organizationId' in 'Task IMailService.SendFamiliesForEnterpriseRemoveSponsorshipsEmailAsync(string email, string offerAcceptanceDate, string organizationId, string organizationName)'.
|