Merge pull request #161 from lacmus-foundation/dev #278
Annotations
39 warnings
Test on dotnet 8.0.x and ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test on dotnet 8.0.x and ubuntu-latest
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/
|
Test on dotnet 8.0.x and ubuntu-latest
Unexpected input(s) 'node-version', valid inputs are ['dotnet-version', 'source-url', 'owner', 'config-file', 'include-prerelease']
|
Test on dotnet 8.0.x and ubuntu-latest:
src/LacmusApp/Plugin/Services/PluginManager.cs#L211
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test on dotnet 8.0.x and ubuntu-latest:
src/LacmusApp/Plugin/Services/PluginManager.cs#L211
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test on dotnet 8.0.x and ubuntu-latest
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Packaging.Targets. 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.
|
Test on dotnet 8.0.x and ubuntu-latest:
src/LacmusApp.Avalonia/Services/IO/AvaloniaBrushReader.cs#L43
'Bitmap.Bitmap(PixelFormat, nint, PixelSize, Vector, int)' is obsolete: 'Use overload taking an AlphaFormat.'
|
Test on dotnet 8.0.x and ubuntu-latest:
src/LacmusApp.Avalonia/Services/Plugin/PluginManager.cs#L144
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test on dotnet 8.0.x and ubuntu-latest:
src/LacmusApp.Avalonia/Services/Plugin/PluginManager.cs#L144
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test on dotnet 8.0.x and ubuntu-latest:
src/LacmusApp.Avalonia/ViewModels/ThirdWizardViewModel.cs#L59
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test on dotnet 8.0.x and ubuntu-latest:
src/LacmusApp.Avalonia/ViewModels/ThirdWizardViewModel.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test on dotnet 8.0.x and ubuntu-latest:
src/LacmusApp.Avalonia/ViewModels/MetadataViewModel.cs#L67
'MetadataViewModel.RenderQr()' is obsolete: 'Obsolete'
|
Test on dotnet 8.0.x and ubuntu-latest:
src/LacmusApp.Avalonia/ViewModels/WizardWindowViewModel.cs#L129
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test on dotnet 8.0.x and macOS-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test on dotnet 8.0.x and macOS-latest
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/
|
Test on dotnet 8.0.x and macOS-latest:
src/LacmusApp/Plugin/Services/PluginManager.cs#L211
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test on dotnet 8.0.x and macOS-latest:
src/LacmusApp/Plugin/Services/PluginManager.cs#L211
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test on dotnet 8.0.x and macOS-latest
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Packaging.Targets. 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.
|
Test on dotnet 8.0.x and macOS-latest:
src/LacmusApp.Avalonia/ViewModels/WizardWindowViewModel.cs#L129
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test on dotnet 8.0.x and macOS-latest:
src/LacmusApp.Avalonia/ViewModels/WizardWindowViewModel.cs#L134
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test on dotnet 8.0.x and macOS-latest:
src/LacmusApp.Avalonia/ViewModels/WizardWindowViewModel.cs#L139
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test on dotnet 8.0.x and macOS-latest:
src/LacmusApp.Avalonia/ViewModels/WizardWindowViewModel.cs#L145
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test on dotnet 8.0.x and macOS-latest:
src/LacmusApp.Avalonia/ViewModels/ThirdWizardViewModel.cs#L59
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test on dotnet 8.0.x and macOS-latest:
src/LacmusApp.Avalonia/ViewModels/ThirdWizardViewModel.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test on dotnet 8.0.x and macOS-latest:
src/LacmusApp.Avalonia/ViewModels/MetadataViewModel.cs#L67
'MetadataViewModel.RenderQr()' is obsolete: 'Obsolete'
|
Test on dotnet 8.0.x and macOS-latest
Unexpected input(s) 'node-version', valid inputs are ['dotnet-version', 'source-url', 'owner', 'config-file', 'include-prerelease']
|
Test on dotnet 8.0.x and windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test on dotnet 8.0.x and windows-latest
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/
|
Test on dotnet 8.0.x and windows-latest:
src/LacmusApp/Plugin/Services/PluginManager.cs#L211
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test on dotnet 8.0.x and windows-latest:
src/LacmusApp/Plugin/Services/PluginManager.cs#L211
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test on dotnet 8.0.x and windows-latest
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Packaging.Targets. 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.
|
Test on dotnet 8.0.x and windows-latest:
src/LacmusApp.Avalonia/ViewModels/WizardWindowViewModel.cs#L129
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test on dotnet 8.0.x and windows-latest:
src/LacmusApp.Avalonia/ViewModels/WizardWindowViewModel.cs#L134
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test on dotnet 8.0.x and windows-latest:
src/LacmusApp.Avalonia/ViewModels/WizardWindowViewModel.cs#L139
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test on dotnet 8.0.x and windows-latest:
src/LacmusApp.Avalonia/ViewModels/WizardWindowViewModel.cs#L145
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test on dotnet 8.0.x and windows-latest:
src/LacmusApp.Avalonia/ViewModels/ThirdWizardViewModel.cs#L59
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test on dotnet 8.0.x and windows-latest:
src/LacmusApp.Avalonia/ViewModels/ThirdWizardViewModel.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test on dotnet 8.0.x and windows-latest:
src/LacmusApp.Avalonia/Services/Plugin/PluginManager.cs#L144
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test on dotnet 8.0.x and windows-latest
Unexpected input(s) 'node-version', valid inputs are ['dotnet-version', 'source-url', 'owner', 'config-file', 'include-prerelease']
|