fixed compile error #13
Annotations
12 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Restore dependencies
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.
|
Loading