Bump Avalonia and Avalonia.Fonts.Inter #100
Open
Annotations
6 errors and 11 warnings
|
Run release readiness validation
Process completed with exit code 1.
|
|
Run release readiness validation:
samples/Videra.Demo/Views/MainWindow.axaml.cs#L156
'IClipboard' does not contain a definition for 'SetTextAsync' and no accessible extension method 'SetTextAsync' accepting a first argument of type 'IClipboard' could be found (are you missing a using directive or an assembly reference?)
|
|
Run release readiness validation:
samples/Videra.Demo/App.axaml.cs#L85
'BindingPlugins' is inaccessible due to its protection level
|
|
Run release readiness validation:
samples/Videra.Demo/App.axaml.cs#L81
'BindingPlugins' is inaccessible due to its protection level
|
|
Run release readiness validation:
samples/Videra.SurfaceCharts.Demo/Views/MainWindow.axaml.cs#L562
'IClipboard' does not contain a definition for 'SetTextAsync' and no accessible extension method 'SetTextAsync' accepting a first argument of type 'IClipboard' could be found (are you missing a using directive or an assembly reference?)
|
|
Run release readiness validation:
samples/Videra.SurfaceCharts.Demo/Views/MainWindow.axaml.cs#L546
'IClipboard' does not contain a definition for 'SetTextAsync' and no accessible extension method 'SetTextAsync' accepting a first argument of type 'IClipboard' could be found (are you missing a using directive or an assembly reference?)
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run release readiness validation:
src/Videra.SurfaceCharts.Avalonia/Controls/Overlay/SurfaceCrosshairOverlayPresenter.cs#L127
Remove this unused method parameter 'yMin'.
|
|
Run release readiness validation:
src/Videra.SurfaceCharts.Avalonia/Controls/SurfaceScenePainter.cs#L63
Loop should be simplified by calling Select(line => line.Segments))
|
|
Run release readiness validation:
src/Videra.SurfaceCharts.Avalonia/Controls/Overlay/SurfaceAxisTickGenerator.cs#L59
Do not check floating point equality with exact values, use a range instead.
|
|
Run release readiness validation:
src/Videra.SurfaceCharts.Avalonia/Controls/Overlay/SurfaceProbeOverlayPresenter.cs#L265
Remove this unused method parameter 'metadata'.
|
|
Run release readiness validation:
src/Videra.SurfaceCharts.Avalonia/Controls/Plot/Plot3DAddApi.cs#L115
Make this method private or simplify its parameters to not use multidimensional/jagged arrays.
|
|
Run release readiness validation:
src/Videra.SurfaceCharts.Avalonia/Controls/Plot/Plot3DAddApi.cs#L139
Do not check floating point equality with exact values, use a range instead.
|
|
Run release readiness validation:
src/Videra.SurfaceCharts.Avalonia/Controls/Plot/Plot3DAddApi.cs#L65
Make this method private or simplify its parameters to not use multidimensional/jagged arrays.
|
|
Run release readiness validation:
src/Videra.SurfaceCharts.Avalonia/Controls/Plot/Plot3DAddApi.cs#L39
Make this method private or simplify its parameters to not use multidimensional/jagged arrays.
|
|
Run release readiness validation:
src/Videra.SurfaceCharts.Core/Rendering/BarRenderer.cs#L168
Loops should be simplified using the "Where" LINQ method
|
|
Run release readiness validation:
src/Videra.SurfaceCharts.Core/Rendering/BarRenderer.cs#L142
Loops should be simplified using the "Where" LINQ method
|
Loading