CodeQL #382
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/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/FearGreedLoadModule.cs#L19
Non-nullable field '_fearGreedIndexUC' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|