Merge pull request #34 from microsoft/dev #56
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/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.
|
Analyze (csharp):
MK.IO/Transform/Models/ThumbnailGeneratorConfiguration.cs#L76
Non-nullable property 'Width' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
MK.IO/Job/Models/Track/TrackDiscriminator.cs#L27
Non-nullable property 'OdataType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|