Dev - version 2.1.1 #69
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.
|