Implement IStorageProvider OpenFile/OpenFolder/SaveFile and MessageBox dialogs #323
Annotations
1 error, 4 warnings, and 10 notices
build
Issues found.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: xt0rted/pull-request-comment-branch@v1, 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/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: xt0rted/pull-request-comment-branch@v1, 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/
|
build:
src/Consolonia.NUnit/UnitTestConsole.cs#L97
"[CA2007] Consider calling ConfigureAwait on the awaited task" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.NUnit/UnitTestConsole.cs(97,23)
|
build:
src/Consolonia.NUnit/UnitTestConsole.cs#L99
"[CA2007] Consider calling ConfigureAwait on the awaited task" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.NUnit/UnitTestConsole.cs(99,23)
|
build:
src/Consolonia.Core/Infrastructure/SystemStorageFile.cs#L64
"[CanReplaceCastWithTypeArgument] Cast expression can be replaced with statically typed language construct" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.Core/Infrastructure/SystemStorageFile.cs(64,37)
|
build:
src/Consolonia.Core/Infrastructure/SystemStorageFolder.cs#L54
"[CanReplaceCastWithTypeArgument] Cast expression can be replaced with statically typed language construct" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.Core/Infrastructure/SystemStorageFolder.cs(54,37)
|
build:
src/Consolonia.Core/Infrastructure/SystemStorageFolder.cs#L90
"[CanReplaceCastWithTypeArgument] Cast expression can be replaced with statically typed language construct" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.Core/Infrastructure/SystemStorageFolder.cs(90,41)
|
build:
src/Consolonia.Core/Infrastructure/SystemStorageFolder.cs#L92
"[CanReplaceCastWithTypeArgument] Cast expression can be replaced with statically typed language construct" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.Core/Infrastructure/SystemStorageFolder.cs(92,37)
|
build:
src/Consolonia.Core/Infrastructure/SystemStorageFolder.cs#L99
"[CanReplaceCastWithTypeArgument] Cast expression can be replaced with statically typed language construct" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.Core/Infrastructure/SystemStorageFolder.cs(99,37)
|
build:
src/Consolonia.Core/Infrastructure/ConsoloniaStorageProvider.cs#L67
"[ConvertIfStatementToReturnStatement] Convert into 'return' statement" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.Core/Infrastructure/ConsoloniaStorageProvider.cs(67,13)
|
build:
src/Consolonia.Core/Infrastructure/ConsoloniaStorageProvider.cs#L74
"[ConvertIfStatementToReturnStatement] Convert into 'return' statement" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.Core/Infrastructure/ConsoloniaStorageProvider.cs(74,13)
|
build:
src/Consolonia.Core/Infrastructure/ConsoloniaStorageProvider.cs#L91
"[ConvertIfStatementToReturnStatement] Convert into 'return' statement" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.Core/Infrastructure/ConsoloniaStorageProvider.cs(91,13)
|
build:
src/Consolonia.Core/Infrastructure/SystemStorageFolder.cs#L89
"[ConvertIfStatementToReturnStatement] Convert into 'return' statement" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.Core/Infrastructure/SystemStorageFolder.cs(89,13)
|
build:
src/Consolonia.Core/Controls/FileOpenPicker.axaml.cs#L30
"[ConvertIfStatementToSwitchStatement] Convert 'if' statement into 'switch' statement" on /home/runner/work/Consolonia/Consolonia/src/Consolonia.Core/Controls/FileOpenPicker.axaml.cs(30,13)
|