Feature/optional redis #13
Merged
Annotations
10 warnings
|
Build:
OpenLibraryRent/Models/ApplicationTenantDetail.cs#L140
Dereference of a possibly null reference.
|
|
Build:
OpenLibraryRent/Controllers/TenantsController.cs#L468
Possible null reference argument for parameter 'identifier' in 'Task TenantManagementService.UpdateRegistrationSettingsAsync(string identifier, int registrationMode, string? allowedEmailDomains, string? allowedEmails, string? approvalFormFields, string? approvalInstructions, string? defaultApprovedRoles, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
Build:
OpenLibraryRent/Controllers/TenantsController.cs#L435
Possible null reference argument for parameter 'identifier' in 'Task TenantManagementService.UpdateEmailRestrictionSettingsAsync(string identifier, bool restrictEmailLogin, string? allowedEmailDomains, string? allowedEmails, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
Build:
OpenLibraryRent/Controllers/TenantsController.cs#L402
Possible null reference argument for parameter 'identifier' in 'Task TenantManagementService.UpdateLoanSettingsAsync(string identifier, int loanPeriodDays, int maxLoansPerUser, bool enableOverdueNotification, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
Build:
OpenLibraryRent/Controllers/TenantsController.cs#L368
Possible null reference argument for parameter 'identifier' in 'Task TenantManagementService.UpdateOidcSettingsAsync(string identifier, string? authority, string? clientId, string? clientSecret, string? roleClaimName = null, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
Build:
OpenLibraryRent/Controllers/TenantsController.cs#L332
Possible null reference argument for parameter 'identifier' in 'Task TenantManagementService.DeleteTenantAsync(string identifier, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
Build:
OpenLibraryRent/Services/SystemInitializer.cs#L42
Possible null reference assignment.
|
|
Build:
OpenLibraryRent/Services/TenantManagementService.cs#L281
Possible null reference assignment.
|
|
Build:
OpenLibraryRent/Services/TenantManagementService.cs#L244
Possible null reference assignment.
|
|
Build:
OpenLibraryRent/Services/TenantManagementService.cs#L73
Possible null reference assignment.
|
Loading