aihub #13
Annotations
27 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Extract metadata (tags, labels) for Docker
The `set-output` 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/
|
Extract metadata (tags, labels) for Docker
The `set-output` 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/
|
Extract metadata (tags, labels) for Docker
The `set-output` 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/
|
Extract metadata (tags, labels) for Docker
The `set-output` 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/
|
Extract metadata (tags, labels) for Docker
The `set-output` 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/
|
dotnet publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build with dotnet:
src/AIHub/SampleCode.cs#L482
The entry point of the program is global code; ignoring 'Program.Main(string[])' entry point.
|
Build with dotnet:
src/AIHub/Controllers/ImageAnalyzerController.cs#L31
Possible null reference assignment.
|
Build with dotnet:
src/AIHub/Controllers/ImageAnalyzerController.cs#L32
Possible null reference assignment.
|
Build with dotnet:
src/AIHub/Controllers/ImageAnalyzerController.cs#L33
Possible null reference assignment.
|
Build with dotnet:
src/AIHub/Controllers/ImageAnalyzerController.cs#L34
Possible null reference assignment.
|
Build with dotnet:
src/AIHub/Controllers/ImageAnalyzerController.cs#L35
Possible null reference assignment.
|
Build with dotnet:
src/AIHub/Controllers/ImageAnalyzerController.cs#L36
Possible null reference assignment.
|
Build with dotnet:
src/AIHub/Controllers/ImageAnalyzerController.cs#L28
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build with dotnet:
src/AIHub/Controllers/ImageAnalyzerController.cs#L28
Non-nullable field 'Visionendpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build with dotnet:
src/AIHub/Controllers/ImageAnalyzerController.cs#L28
Non-nullable field 'OCRendpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build and push Docker image
The entry point of the program is global code; ignoring 'Program.Main(string[])' entry point.
|
Build and push Docker image
Possible null reference assignment.
|
Build and push Docker image
Possible null reference assignment.
|
Build and push Docker image
Possible null reference assignment.
|
Build and push Docker image
Possible null reference assignment.
|
Build and push Docker image
Possible null reference assignment.
|
Build and push Docker image
Possible null reference assignment.
|
Build and push Docker image
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build and push Docker image
Non-nullable field 'Visionendpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build and push Docker image
Non-nullable field 'OCRendpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading