Skip to content

[WIP] Adding Advanced-ToDoList tutorial #256

[WIP] Adding Advanced-ToDoList tutorial

[WIP] Adding Advanced-ToDoList tutorial #256

Triggered via pull request January 25, 2026 11:54
Status Success
Total duration 11m 45s
Artifacts

run_tests.yml

on: pull_request
Build all projects to test the code
11m 41s
Build all projects to test the code
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build all projects to test the code
Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-x64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
Build all projects to test the code
Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-arm64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
Build all projects to test the code
Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations.
Build all projects to test the code
Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations.
Build all projects to test the code: src/Avalonia.Samples/CompleteApps/AdvancedToDoList/AdvancedToDoList/ViewModels/ManageToDoItemsViewModel.cs#L59
Possible null reference argument for parameter 'context' in 'IObservable<IChangeSet<ToDoItemViewModel, long>> Observable.ObserveOn<IChangeSet<ToDoItemViewModel, long>>(IObservable<IChangeSet<ToDoItemViewModel, long>> source, SynchronizationContext context)'.
Build all projects to test the code: src/Avalonia.Samples/CompleteApps/AdvancedToDoList/AdvancedToDoList/ViewModels/ManageCategoriesViewModel.cs#L35
Possible null reference argument for parameter 'context' in 'IObservable<IChangeSet<CategoryViewModel, long>> Observable.ObserveOn<IChangeSet<CategoryViewModel, long>>(IObservable<IChangeSet<CategoryViewModel, long>> source, SynchronizationContext context)'.
Build all projects to test the code: src/Avalonia.Samples/CompleteApps/AdvancedToDoList/AdvancedToDoList/ViewModels/ManageToDoItemsViewModel.cs#L59
Possible null reference argument for parameter 'context' in 'IObservable<IChangeSet<ToDoItemViewModel, long>> Observable.ObserveOn<IChangeSet<ToDoItemViewModel, long>>(IObservable<IChangeSet<ToDoItemViewModel, long>> source, SynchronizationContext context)'.
Build all projects to test the code: src/Avalonia.Samples/CompleteApps/AdvancedToDoList/AdvancedToDoList/ViewModels/ManageCategoriesViewModel.cs#L35
Possible null reference argument for parameter 'context' in 'IObservable<IChangeSet<CategoryViewModel, long>> Observable.ObserveOn<IChangeSet<CategoryViewModel, long>>(IObservable<IChangeSet<CategoryViewModel, long>> source, SynchronizationContext context)'.