Test #81
Annotations
3 errors and 11 warnings
build (Release, x64)
Certificate file 'D:\a\WslToolbox\WslToolbox\cert.pfx' not found.
|
build (Release, x64)
The certificate specified is not valid for signing. For more information about valid certificates, see http://go.microsoft.com/fwlink/?LinkID=241478.
|
build (Release, x64)
Process completed with exit code 1.
|
build (Release, x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (Release, x64):
WslToolbox.Core.Legacy/Helpers/InstanceHelper.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (Release, x64):
WslToolbox.Core.Legacy/DistributionClass.cs#L101
The variable 'e' is declared but never used
|
build (Release, x64)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Win32.Registry
|
build (Release, x64):
WslToolbox.UI.Core/Models/UpdateModel.cs#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (Release, x64):
WslToolbox.UI.Core/Models/UpdateModel.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (Release, x64):
WslToolbox.UI.Core/Models/WslSetting.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (Release, x64):
WslToolbox.UI.Core/Models/WslSetting.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (Release, x64):
WslToolbox.UI.Core/Services/LogService.cs#L15
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.
|
build (Release, x64):
WslToolbox.UI.Core/Commands/OpenUrlCommand.cs#L18
The event 'OpenUrlCommand.CanExecuteChanged' is never used
|
build (Release, x64):
WslToolbox.UI/Converters/BytesToReadableConverter.cs#L11
Possible null reference return.
|