Skip to content

Merge pull request #550 from henriqueholtz/upgrade-dotnet6-to-dotnet8 #130

Merge pull request #550 from henriqueholtz/upgrade-dotnet6-to-dotnet8

Merge pull request #550 from henriqueholtz/upgrade-dotnet6-to-dotnet8 #130

Triggered via push April 14, 2024 00:56
Status Success
Total duration 45s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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.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.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.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#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))'