Add or update the Azure App Service build and deployment workflow config #1
Annotations
1 error and 12 warnings
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/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:
HackerNewsCodingChallenge.Server/Model/Story.cs#L11
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HackerNewsCodingChallenge.Server/Model/Story.cs#L14
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HackerNewsCodingChallenge.Server/Services/HackerNewsService.cs#L30
Converting null literal or possible null value to non-nullable type.
|
build:
HackerNewsCodingChallenge.Server/Services/HackerNewsService.cs#L33
Possible null reference argument for parameter 'source' in 'IEnumerable<Task<Story>> Enumerable.Select<int, Task<Story>>(IEnumerable<int> source, Func<int, Task<Story>> selector)'.
|
build:
HackerNewsCodingChallenge.Server/Services/HackerNewsService.cs#L62
Possible null reference return.
|
build:
HackerNewsTests/HackerNewsServiceTests.cs#L16
Non-nullable field '_httpClientFactoryMock' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
HackerNewsTests/HackerNewsServiceTests.cs#L17
Non-nullable field '_hackerNewsService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
HackerNewsTests/HackerNewsServiceTests.cs#L18
Non-nullable field '_httpMessageHandlerMock' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
HackerNewsCodingChallenge.Server/Model/Story.cs#L11
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HackerNewsCodingChallenge.Server/Model/Story.cs#L14
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|