Feature/moderator users #74
Annotations
3 errors and 11 warnings
Build:
tests/Tests/Services/UserServiceTests.cs#L48
There is no argument given that corresponds to the required parameter 'organizerDto' of 'UserService.AddOrganizer(Guid, UserCreateDTO)'
|
Build:
tests/Tests/Services/UserServiceTests.cs#L48
There is no argument given that corresponds to the required parameter 'organizerDto' of 'UserService.AddOrganizer(Guid, UserCreateDTO)'
|
Build
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
emails/Services/EmailService.cs#L25
Nullability of reference types in return type of 'Task<SendResponse?> EmailService.SendEmailAsync<T>(string emailTo, string subject, T model, string templateName)' doesn't match implicitly implemented member 'Task<SendResponse> IEmailService.SendEmailAsync<T>(string emailTo, string subject, T model, string templateName)'.
|
Build:
emails/Services/CustomRazorRenderer.cs#L12
Cannot convert null literal to non-nullable reference type.
|
Build:
emails/Models/UserCreationModel.cs#L14
Non-nullable property 'Salutation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
emails/Models/UserCreationModel.cs#L19
Non-nullable property 'AccountCreatedText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
emails/Models/UserCreationModel.cs#L24
Non-nullable property 'TemporaryPasswordHeader' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
emails/Models/UserCreationModel.cs#L27
Non-nullable property 'TemporaryPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
emails/Models/UserCreationModel.cs#L32
Non-nullable property 'LoginButtonText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
emails/Models/UserCreationModel.cs#L34
Non-nullable property 'ButtonLink' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
emails/Models/StatusChangeModel.cs#L9
Non-nullable property 'Salutation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
emails/Models/StatusChangeModel.cs#L14
Non-nullable property 'StatusHeaderText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading