Skip to content

CodeQL

CodeQL #381

Triggered via schedule July 23, 2023 05:24
Status Success
Total duration 9m 47s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
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/
Analyze (csharp): MusicWinModule/ViewModels/MediaPlayerViewModel.cs#L204
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): MusicWinModule/ViewModels/MediaPlayerViewModel.cs#L204
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): FearGreedIndexModule/FearGreedLoadModule.cs#L19
Non-nullable field '_fearGreedIndexUC' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): FearGreedIndexModule/Models/Metadata.cs#L8
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): FearGreedIndexModule/Models/FearGreedIndex.cs#L9
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): FearGreedIndexModule/Models/FearGreedIndex.cs#L23
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): FearGreedIndexModule/Models/FearGreedIndex.cs#L26
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): FearGreedIndexModule/Models/IndexData.cs#L10
Non-nullable field 'valueClassification' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): FearGreedIndexModule/FearGreedLoadModule.cs#L19
Non-nullable field '_fearGreedIndexUC' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): FearGreedIndexModule/Models/Metadata.cs#L8
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.