Skip to content

fixed compile error #13

fixed compile error

fixed compile error #13

Triggered via push December 10, 2024 10:31
Status Success
Total duration 58s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
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 adding the 'required' modifier or 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/Models/MailRequest.cs#L8
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: src/Application/Common/Models/MailRequest.cs#L11
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Application/Common/Specification/Specification.cs#L11
Non-nullable property 'Criteria' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.