Update dotnet.yml #30
Annotations
1 error and 13 warnings
publish
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The target framework 'net5.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 'net5.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:
samples/Simple.Hateoas.Sample.Core/Dtos/PagedResult.cs#L11
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/Simple.Hateoas.Sample.Core/Dtos/CustomerInputDto.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/Simple.Hateoas.Sample.Core/Dtos/CustomerInputDto.cs#L8
Non-nullable property 'PhoneNumbers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/Simple.Hateoas.Sample.Core/Dtos/CustomerPhoneOutputDto.cs#L9
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/Simple.Hateoas.Sample.Core/Dtos/CustomerOutputDto.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build
The target framework 'net5.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:
samples/Simple.Hateoas.Sample.Core/Dtos/PagedResult.cs#L11
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/Simple.Hateoas.Sample.Core/Dtos/CustomerInputDto.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/Simple.Hateoas.Sample.Core/Dtos/CustomerInputDto.cs#L8
Non-nullable property 'PhoneNumbers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|