Skip to content

Adjust the background of the item previews #46

Adjust the background of the item previews

Adjust the background of the item previews #46

Triggered via pull request July 23, 2024 16:25
Status Success
Total duration 4m 32s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
tests
Found version-specific or distribution-specific runtime identifier(s): osx.11.0-arm64. Affected libraries: NotificationIconSharp. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
tests
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
tests
Found version-specific or distribution-specific runtime identifier(s): osx.11.0-arm64. Affected libraries: NotificationIconSharp. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
tests
Found version-specific or distribution-specific runtime identifier(s): osx.11.0-arm64. Affected libraries: NotificationIconSharp. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
tests: src/Sidekick.Mock/MockClipboardProvider.cs#L9
Nullability of reference types in return type of 'Task<string> MockClipboardProvider.Copy()' doesn't match implicitly implemented member 'Task<string?> IClipboardProvider.Copy()'.
tests: src/Sidekick.Mock/MockClipboardProvider.cs#L19
Nullability of reference types in return type of 'Task<string> MockClipboardProvider.GetText()' doesn't match implicitly implemented member 'Task<string?> IClipboardProvider.GetText()'.
tests: src/Sidekick.Mock/MockClipboardProvider.cs#L24
Nullability of reference types in type of parameter 'text' of 'Task MockClipboardProvider.SetText(string text)' doesn't match implicitly implemented member 'Task IClipboardProvider.SetText(string? text)' (possibly because of nullability attributes).
tests: src/Sidekick.Mock/MockKeyboardProvider.cs#L14
Non-nullable event 'OnKeyDown' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
tests: src/Sidekick.Mock/MockProcessProvider.cs#L14
Non-nullable event 'OnFocus' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
tests: src/Sidekick.Mock/MockProcessProvider.cs#L16
Non-nullable event 'OnBlur' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.