Skip to content

Dev - version 2.1.1 #69

Dev - version 2.1.1

Dev - version 2.1.1 #69

Triggered via pull request September 4, 2024 14:34
@xpouyatxpouyat
opened #39
dev
Status Success
Total duration 5m 48s
Artifacts

codeql.yml

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

Annotations

11 warnings
Analyze (csharp)
The following actions use a deprecated Node.js version 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/TransformPreset.cs#L24
Non-nullable property 'OdataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): MK.IO/Transform/Models/TransformPreset.cs#L24
Non-nullable property 'OdataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): MK.IO/Account/Models/AccountStats.cs#L22
Non-nullable property 'Assets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): MK.IO/Account/Models/AccountStats.cs#L25
Non-nullable property 'ContentKeyPolicies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): MK.IO/Account/Models/AccountStats.cs#L28
Non-nullable property 'Extra' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): MK.IO/Transform/Models/TrackInserter.cs#L20
Non-nullable property 'OdataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): MK.IO/Transform/Models/ThumbnailGeneratorConfiguration.cs#L20
Non-nullable property 'Format' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): MK.IO/Account/Models/AccountStats.cs#L31
Non-nullable property 'LiveEvents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): MK.IO/Account/Models/AccountStats.cs#L22
Non-nullable property 'Assets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.