Skip to content

Fix image seed.

Fix image seed. #136

Triggered via pull request June 4, 2024 15:29
Status Success
Total duration 45s
Artifacts

dotnet-build-validation.yml

on: pull_request
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/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/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.'