Skip to content

CodeQL

CodeQL #349

Triggered via schedule June 18, 2023 05:25
Status Success
Total duration 9m 21s
Artifacts

codeql-analysis.yml

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

Annotations

11 warnings
Analyze (csharp)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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/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/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/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/IndexData.cs#L10
Non-nullable field 'valueClassification' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.