Error handling for index checkpoints #253
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
21 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Avalonia.Gif/Decoding/GifRect.cs#L30
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
Avalonia.Gif/Decoding/GifDecoder.cs#L76
Dereference of a possibly null reference.
|
build:
Avalonia.Gif/Decoding/GifDecoder.cs#L68
Non-nullable field '_backupFrameIndexBuf' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Avalonia.Gif/Decoding/GifDecoder.cs#L105
Cannot convert null literal to non-nullable reference type.
|
build:
Avalonia.Gif/Decoding/GifDecoder.cs#L106
Cannot convert null literal to non-nullable reference type.
|
build:
Avalonia.Gif/Decoding/GifDecoder.cs#L107
Cannot convert null literal to non-nullable reference type.
|
build:
Avalonia.Gif/Decoding/GifDecoder.cs#L108
Cannot convert null literal to non-nullable reference type.
|
build:
Avalonia.Gif/Decoding/GifDecoder.cs#L109
Cannot convert null literal to non-nullable reference type.
|
build:
Avalonia.Gif/Decoding/GifDecoder.cs#L110
Cannot convert null literal to non-nullable reference type.
|
build:
Avalonia.Gif/Decoding/LzwDecompressionException.cs#L21
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
Avalonia.Gif/Decoding/GifRect.cs#L30
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
Avalonia.Gif/InvalidGifStreamException.cs#L18
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
Avalonia.Gif/GifInstance.cs#L45
Non-nullable field '_colorTableIdList' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Avalonia.Gif/GifInstance.cs#L141
Possible null reference argument for parameter 'writeableBitmap' in 'void GifDecoder.RenderFrame(int fIndex, WriteableBitmap writeableBitmap, bool forceClear = false)'.
|
build:
Avalonia.Gif/Decoding/LzwDecompressionException.cs#L21
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
Avalonia.Gif/Decoding/InvalidGifStreamException.cs#L21
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
Avalonia.Gif/Decoding/GifHeader.cs#L14
Non-nullable field 'IterationCount' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Avalonia.Gif/Decoding/GifHeader.cs#L16
Non-nullable field '_globarColorTable' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Avalonia.Gif/Decoding/GifHeader.cs#L17
Non-nullable field 'GlobarColorTable' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Avalonia.Gif/Decoding/GifFrame.cs#L18
Non-nullable field 'LocalColorTable' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|