CodeQL #78
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/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/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#L34
Non-nullable property 'StorageAccounts' 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#L37
Non-nullable property 'StreamingEndpoints' 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#L40
Non-nullable property 'StreamingLocators' 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#L43
Non-nullable property 'StreamingPolicies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze (csharp):
MK.IO/ConverterLE.cs#L38
Possible null reference return.
|