Skip to content

Merge pull request #563 from SharebookBR/fix-jobs #155

Merge pull request #563 from SharebookBR/fix-jobs

Merge pull request #563 from SharebookBR/fix-jobs #155

Triggered via push July 20, 2024 20:50
Status Success
Total duration 45s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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.Domain/Exceptions/MeetupDisabledException.cs#L14
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: ShareBook/ShareBook.Domain/Exceptions/AwsSqsDisabledException.cs#L14
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: ShareBook/ShareBook.Repository/Migrations/20181221183602_facilitator.cs#L7
The type name 'facilitator' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: ShareBook/ShareBook.Repository/Migrations/20181221183602_facilitator.Designer.cs#L16
The type name 'facilitator' only contains lower-cased ascii characters. Such names may become reserved for the language.
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#L67
'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))'