Skip to content

Fix adding recently executed action to current action history log #74

Fix adding recently executed action to current action history log

Fix adding recently executed action to current action history log #74

Triggered via push February 15, 2024 20:44
Status Success
Total duration 2m 56s
Artifacts

release.yml

on: push
build-extension
2m 45s
build-extension
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build-extension
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, cezarypiatek/[email protected], actions/create-release@v1, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-extension
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, cezarypiatek/[email protected], actions/create-release@v1, actions/upload-release-asset@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-extension
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-extension: src/ScriptRunner/AppInstaller/Program.cs#L78
Possible null reference argument for parameter 'path' in 'void Directory.Delete(string path, bool recursive)'.
build-extension: src/ScriptRunner/AppInstaller/Program.cs#L85
Possible null reference argument for parameter 'destinationDirectoryName' in 'void ZipFileExtensions.ExtractToDirectory(ZipArchive source, string destinationDirectoryName)'.
build-extension: src/ScriptRunner/ScriptRunner.GUI/ViewLocator.cs#L33
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
build-extension: src/ScriptRunner/ScriptRunner.GUI/ViewLocator.cs#L18
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
build-extension: src/ScriptRunner/ScriptRunner.GUI/ViewModels/TroubleShootingSeverityToBrushConverter.cs#L12
Nullability of reference types in type of parameter 'value' of 'object TroubleShootingSeverityToBrushConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
build-extension: src/ScriptRunner/ScriptRunner.GUI/ViewModels/TroubleShootingSeverityToBrushConverter.cs#L12
Nullability of reference types in type of parameter 'parameter' of 'object TroubleShootingSeverityToBrushConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
build-extension: src/ScriptRunner/ScriptRunner.GUI/ViewModels/TroubleShootingSeverityToBrushConverter.cs#L29
Nullability of reference types in type of parameter 'value' of 'object TroubleShootingSeverityToBrushConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
build-extension: src/ScriptRunner/ScriptRunner.GUI/ViewModels/TroubleShootingSeverityToBrushConverter.cs#L29
Nullability of reference types in type of parameter 'parameter' of 'object TroubleShootingSeverityToBrushConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
build-extension: src/ScriptRunner/ScriptRunner.GUI/Views/VaultPicker.axaml.cs#L66
Non-nullable property 'SelectedEntry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-extension: src/ScriptRunner/ScriptRunner.GUI/Views/VaultPicker.axaml.cs#L14
Non-nullable property 'Entries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-extension
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-extension
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-extension
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/