Skip to content

Update to dotnet 7 and enabling code analysis #69

Update to dotnet 7 and enabling code analysis

Update to dotnet 7 and enabling code analysis #69

Triggered via pull request September 15, 2023 19:44
Status Failure
Total duration 40s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: SynoAI/Notifiers/Webhook/Webhook.cs#L170
Member 'GetHttpClient' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build: SynoAI/Notifiers/Webhook/Webhook.cs#L170
Member 'GetHttpClient' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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: SynoAI/AIs/DeepStack/DeepStackPrediction.cs#L5
Missing XML comment for publicly visible type or member 'DeepStackPrediction'
build: SynoAI/AIs/DeepStack/DeepStackPrediction.cs#L7
Missing XML comment for publicly visible type or member 'DeepStackPrediction.Confidence'
build: SynoAI/AIs/DeepStack/DeepStackPrediction.cs#L8
Missing XML comment for publicly visible type or member 'DeepStackPrediction.Label'
build: SynoAI/AIs/DeepStack/DeepStackPrediction.cs#L11
Missing XML comment for publicly visible type or member 'DeepStackPrediction.MinX'
build: SynoAI/AIs/DeepStack/DeepStackPrediction.cs#L13
Missing XML comment for publicly visible type or member 'DeepStackPrediction.MinY'
build: SynoAI/AIs/DeepStack/DeepStackPrediction.cs#L15
Missing XML comment for publicly visible type or member 'DeepStackPrediction.MaxX'
build: SynoAI/AIs/DeepStack/DeepStackPrediction.cs#L17
Missing XML comment for publicly visible type or member 'DeepStackPrediction.MaxY'
build: SynoAI/AIs/DeepStack/DeepStackRequest.cs#L5
Missing XML comment for publicly visible type or member 'DeepStackRequest'
build: SynoAI/AIs/DeepStack/DeepStackRequest.cs#L8
Missing XML comment for publicly visible type or member 'DeepStackRequest.MinConfidence'
build: SynoAI/AIs/DeepStack/DeepStackResponse.cs#L8
Missing XML comment for publicly visible type or member 'DeepStackResponse.Success'