Feature/meetup small improvements #116
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
ShareBook/ShareBook.Domain/MailBounce.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ShareBook/ShareBook.Domain/MailBounce.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ShareBook/ShareBook.Domain/MailBounce.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ShareBook/ShareBook.Domain/MailBounce.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ShareBook/ShareBook.Service/Email/EmailService.cs#L197
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ShareBook/ShareBook.Service/Generic/BaseService.cs#L83
'DefaultValidatorExtensions.Validate<T>(IValidator<T>, T, params Expression<Func<T, object>>[])' is obsolete: 'This method will be removed in FluentValidation 10. Instead use Validate(instance, options => options.IncludeProperties(expressions))'
|
build:
ShareBook/ShareBook.Service/Email/EmailService.cs#L137
'MailboxAddress.MailboxAddress(string)' is obsolete: 'This constructor will be going away due to it causing too much confusion. Use new MailboxAddress(string name, string address) or MailboxAddress.Parse(string) instead.'
|
build:
ShareBook/ShareBook.Test.Unit/Services/BookUserServiceTests.cs#L24
Field 'BookUserServiceTests.bookUserValidator' is never assigned to, and will always have its default value null
|
build:
ShareBook/ShareBook.Domain/MailBounce.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ShareBook/ShareBook.Domain/MailBounce.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|