updated dockerFile for recommendationAlgo #5
Annotations
1 error and 17 warnings
build
buildx failed with: ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref c51b6aa4-6dc7-4354-9f28-77ec5de5202c::tcqq94cu7k0y7o8zifge2u3sq: "/RecomendationAlgo/RecomendationAlgo.csproj": not found
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, docker/login-action@v1, docker/build-push-action@v2. 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: docker/login-action@v1, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
Backend/Common/MBcontracts/UploadVideoRequest.cs#L12
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Backend/Common/MBcontracts/UploadVideoRequest.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Backend/Common/MBcontracts/UploadVideoRequest.cs#L20
Non-nullable property 'VideoUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Backend/Common/MBcontracts/UploadVideoRequest.cs#L22
Non-nullable property 'ThumbnailUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Backend/Common/MBcontracts/RenderVideoRequest.cs#L6
Non-nullable property 'VideoUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Backend/Common/MBcontracts/RecommendationVideoResponse.cs#L6
Non-nullable property 'VideoIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Backend/Common/MBcontracts/HotVideoResponse.cs#L5
Non-nullable property 'VideoIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Backend/Common/Model/VideoCategory.cs#L105
Converting null literal or possible null value to non-nullable type.
|
build:
Backend/Common/Model/VideoCategory.cs#L107
Possible null reference argument for parameter 'element' in 'DescriptionAttribute? CustomAttributeExtensions.GetCustomAttribute<DescriptionAttribute>(MemberInfo element)'.
|
build:
Backend/Common/Model/VideoCategory.cs#L107
Converting null literal or possible null value to non-nullable type.
|