Skip to content

v2.11.7 Update

v2.11.7 Update #332

Triggered via pull request August 15, 2024 01:15
@ionite34ionite34
synchronize #828
LykosAI:main
Status Success
Total duration 1m 59s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
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/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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the field as nullable.
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/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 adding the 'required' modifier or declaring the field as nullable.
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/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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the field as nullable.
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 adding the 'required' modifier or declaring the field as nullable.
build: Avalonia.Gif/Decoding/GifDecoder.cs#L76
Dereference of a possibly null reference.