Merge pull request #157 from lacmus-foundation/dev #21
Annotations
22 warnings
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/.
|
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/
|
Run cd src && dotnet build --configuration Release:
src/LacmusApp/Plugin/Services/PluginManager.cs#L211
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run cd src && dotnet build --configuration Release:
src/LacmusApp/Plugin/Services/PluginManager.cs#L211
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run cd src && dotnet build --configuration Release
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.
|
Run cd src && dotnet build --configuration Release:
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.
|
Run cd src && dotnet build --configuration Release:
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.
|
Run cd src && dotnet build --configuration Release:
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.
|
Run cd src && dotnet build --configuration Release:
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.
|
Run cd src && dotnet build --configuration Release:
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.
|
Run cd src && dotnet build --configuration Release:
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.
|
Run cd src && dotnet build --configuration Release:
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.
|
Create artifact linux:
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.
|
Create artifact linux:
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.
|
Create artifact linux:
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.
|
Create artifact linux:
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.
|
Create artifact linux:
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.
|
Create artifact linux:
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.
|
Create artifact linux:
src/LacmusApp.Avalonia/ViewModels/MetadataViewModel.cs#L67
'MetadataViewModel.RenderQr()' is obsolete: 'Obsolete'
|
Create artifact linux:
src/LacmusApp.Avalonia/Services/IO/AvaloniaBrushReader.cs#L43
'Bitmap.Bitmap(PixelFormat, nint, PixelSize, Vector, int)' is obsolete: 'Use overload taking an AlphaFormat.'
|
Create artifact linux:
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.
|
Create artifact linux:
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.
|
The logs for this run have expired and are no longer available.
Loading