Skip to content

Add ConfigureAwait(false) to all async calls in loaders, to provide a… #24

Add ConfigureAwait(false) to all async calls in loaders, to provide a…

Add ConfigureAwait(false) to all async calls in loaders, to provide a… #24

Triggered via push July 17, 2023 21:06
Status Success
Total duration 45s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
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
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: AsyncImageLoader.Avalonia.Demo/ViewLocator.cs#L20
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
build: AsyncImageLoader.Avalonia.Demo/ViewLocator.cs#L8
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
build: AsyncImageLoader.Avalonia.Demo/Pages/AdvancedImagePage.axaml.cs#L18
Dereference of a possibly null reference.
build: AsyncImageLoader.Avalonia.Demo/Controls/HamburgerMenu.axaml.cs#L52
Unboxing a possibly null value.
build: AsyncImageLoader.Avalonia.Demo/Controls/HamburgerMenu.axaml.cs#L52
Unboxing a possibly null value.
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.