Features/october pack #64
Annotations
12 warnings
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]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, cezarypiatek/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build extension:
src/ScriptRunner/AppInstaller/Program.cs#L80
Possible null reference argument for parameter 'path' in 'void Directory.Delete(string path, bool recursive)'.
|
Build extension:
src/ScriptRunner/AppInstaller/Program.cs#L87
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#L67
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/BackgroundTasks/OutdatedRepositoryModel.cs#L7
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading