Skip to content

Merge pull request #833 from jeremydk/comfyui_unet #337

Merge pull request #833 from jeremydk/comfyui_unet

Merge pull request #833 from jeremydk/comfyui_unet #337

Triggered via push August 20, 2024 05:41
Status Success
Total duration 1m 41s
Artifacts

build.yml

on: push
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/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/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/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 adding the 'required' modifier or 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/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/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.