Merge pull request #157 from lacmus-foundation/dev #21
release.yaml
on: push
Matrix: linux-artefact
Matrix: osx-artefact
Matrix: windows-artefact
Annotations
1 error and 34 warnings
osx-artefact (8.0.x, osx-latest)
The run was canceled by @gosha20777.
|
linux-artefact (8.0.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
linux-artefact (8.0.x, ubuntu-latest)
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/
|
linux-artefact (8.0.x, 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.
|
linux-artefact (8.0.x, 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.
|
linux-artefact (8.0.x, 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.
|
linux-artefact (8.0.x, 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.
|
linux-artefact (8.0.x, ubuntu-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.
|
linux-artefact (8.0.x, ubuntu-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.
|
linux-artefact (8.0.x, ubuntu-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.
|
linux-artefact (8.0.x, 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.
|
linux-artefact (8.0.x, 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.
|
linux-artefact (8.0.x, 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.
|
linux-artefact (8.0.x, 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.
|
linux-artefact (8.0.x, ubuntu-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.
|
linux-artefact (8.0.x, ubuntu-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.
|
linux-artefact (8.0.x, ubuntu-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.
|
linux-artefact (8.0.x, 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.
|
linux-artefact (8.0.x, 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.
|
linux-artefact (8.0.x, ubuntu-latest):
src/LacmusApp.Avalonia/ViewModels/MetadataViewModel.cs#L67
'MetadataViewModel.RenderQr()' is obsolete: 'Obsolete'
|
linux-artefact (8.0.x, ubuntu-latest):
src/LacmusApp.Avalonia/Services/IO/AvaloniaBrushReader.cs#L43
'Bitmap.Bitmap(PixelFormat, nint, PixelSize, Vector, int)' is obsolete: 'Use overload taking an AlphaFormat.'
|
linux-artefact (8.0.x, ubuntu-latest):
src/LacmusApp.Avalonia/ViewModels/MainWindowViewModel.cs#L297
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.
|
linux-artefact (8.0.x, ubuntu-latest):
src/LacmusApp.Avalonia/ViewModels/MainWindowViewModel.cs#L476
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.
|
windows-artefact (8.0.x, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
windows-artefact (8.0.x, windows-latest)
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/
|
windows-artefact (8.0.x, 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.
|
windows-artefact (8.0.x, 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.
|
windows-artefact (8.0.x, 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.
|
windows-artefact (8.0.x, windows-latest):
src/LacmusApp.Avalonia/Services/IO/AvaloniaBrushReader.cs#L43
'Bitmap.Bitmap(PixelFormat, nint, PixelSize, Vector, int)' is obsolete: 'Use overload taking an AlphaFormat.'
|
windows-artefact (8.0.x, 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.
|
windows-artefact (8.0.x, 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.
|
windows-artefact (8.0.x, 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.
|
windows-artefact (8.0.x, 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.
|
windows-artefact (8.0.x, 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.
|
windows-artefact (8.0.x, 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.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
artifact-linux-deb
Expired
|
9.88 MB |
|
artifact-linux-rpm
Expired
|
9.9 MB |
|
artifact-linux-tar
Expired
|
13.4 MB |
|
artifact-windows-setup
Expired
|
11.1 MB |
|
artifact-windows-zip
Expired
|
13.1 MB |
|