Skip to content

CodeQL

CodeQL #58

Triggered via schedule July 19, 2024 19:37
Status Success
Total duration 8m 29s
Artifacts

codeql.yml

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

Annotations

11 warnings
Analyze (csharp)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Analyze (csharp): MK.IO/Transform/Models/ThumbnailGeneratorPreset.cs#L16
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): MK.IO/Transform/Models/TransformPreset.cs#L21
Non-nullable property 'OdataType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): MK.IO/Transform/TransformsOperations.cs#L91
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): MK.IO/Transform/TransformsOperations.cs#L92
Dereference of a possibly null reference.
Analyze (csharp): MK.IO/Transform/Models/ThumbnailGeneratorConfiguration.cs#L20
Non-nullable property 'Format' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): MK.IO/Transform/Models/ThumbnailGeneratorConfiguration.cs#L27
Non-nullable property 'Height' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): MK.IO/Transform/Models/ThumbnailGeneratorConfiguration.cs#L34
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): MK.IO/Transform/Models/ThumbnailGeneratorConfiguration.cs#L48
Non-nullable property 'Range' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): MK.IO/Transform/Models/ThumbnailGeneratorConfiguration.cs#L62
Non-nullable property 'Start' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): MK.IO/Transform/Models/ThumbnailGeneratorConfiguration.cs#L69
Non-nullable property 'Step' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.