Skip to content

add dockerfile

add dockerfile #10

Triggered via push May 15, 2024 23:45
Status Success
Total duration 58s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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: src/Domain/Common/ValueObject.cs#L26
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/Domain/ValueObjects/Colour.cs#L12
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Domain/Common/ValueObject.cs#L16
Possible null reference argument for parameter 'obj' in 'bool ValueObject.Equals(object obj)'.
build: src/Application/Common/Extensions/ExpressionExtensions.cs#L353
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
build: src/Application/Common/Specification/Specification.cs#L11
Non-nullable property 'Criteria' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Common/Security/RequestAuthorizeAttribute.cs#L15
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Common/Security/RequestAuthorizeAttribute.cs#L15
Non-nullable property 'Policy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Common/Models/MailRequest.cs#L8
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Common/Models/MailRequest.cs#L9
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Common/Models/MailRequest.cs#L10
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.