Skip to content

206

206 #1639

Triggered via pull request March 14, 2024 22:37
@wieslawsolteswieslawsoltes
synchronize #212
206
Status Failure
Total duration 2m 14s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
Build ubuntu-latest
Process completed with exit code 1.
Build windows-latest
The job was canceled because "ubuntu-latest" failed.
Build windows-latest
The operation was canceled.
Build macos-latest
The job was canceled because "ubuntu-latest" failed.
Build macos-latest
The operation was canceled.
Build ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build ubuntu-latest: src/Svg.Skia/SKSvg.Model.cs#L199
Possible null reference argument for parameter 'path' in 'SKPicture? SKSvg.Load(string path, SvgParameters? parameters = null)'.
Build ubuntu-latest: src/Svg.Skia/SKSvg.Model.cs#L199
Possible null reference argument for parameter 'path' in 'SKPicture? SKSvg.Load(string path, SvgParameters? parameters = null)'.
Build ubuntu-latest: src/Svg.Skia/SKSvg.Model.cs#L199
Possible null reference argument for parameter 'path' in 'SKPicture? SKSvg.Load(string path, SvgParameters? parameters = null)'.
Build ubuntu-latest: samples/AvaloniaSvgSkiaSample/MainWindow.axaml.cs#L101
'DataObjectExtensions.GetFileNames(IDataObject)' is obsolete: 'Use GetFiles, this method is supported only on desktop platforms.'
Build ubuntu-latest: tests/Avalonia.Svg.Skia.UiTests/SvgImageReloadTests.cs#L34
Nullability of reference types in type of parameter 'sender' of 'void SvgImageReloadTests.Timer_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
Build ubuntu-latest: tests/Avalonia.Svg.Skia.UiTests/SvgImageReloadTests.cs#L46
Converting null literal or possible null value to non-nullable type.
Build ubuntu-latest: tests/Avalonia.Svg.Skia.UiTests/SvgImageReloadTests.cs#L47
Dereference of a possibly null reference.
Build ubuntu-latest: tests/Avalonia.Svg.Skia.UiTests/SvgImageReloadTests.cs#L13
Non-nullable field '_test' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build ubuntu-latest: tests/Avalonia.Svg.Skia.UiTests/SvgImageReloadTests.cs#L15
Non-nullable field '_window' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build ubuntu-latest: samples/TestApp/Views/MainView.axaml.cs#L40
'DataObjectExtensions.GetFileNames(IDataObject)' is obsolete: 'Use GetFiles, this method is supported only on desktop platforms.'