Skip to content

v028.5

v028.5 #27

Triggered via release December 21, 2024 22:18
@ExactolExactol
prereleased v028.5
Status Success
Total duration 2m 8s
Artifacts

build_release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
create-build
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/
create-build
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/
create-build: CompilePalX/Compiling/ErrorFinder.cs#L176
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
create-build: CompilePalX/ObservableDictionary.cs#L187
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler ObservableDictionary<TKey, TValue>.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
create-build: CompilePalX/ObservableDictionary.cs#L196
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableDictionary<TKey, TValue>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
create-build: CompilePalX/GameConfiguration/GameConfigurationWindow.xaml#L20
'GameConfigurationWindow.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
create-build: CompilePalX/Compilers/BSPPack/PakFile.cs#L296
Cannot convert null literal to non-nullable reference type.
create-build: CompilePalX/Compiling/CompilingManager.cs#L71
Nullability of reference types in type of 'event PropertyChangedEventHandler Map.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
create-build: CompilePalX/MainWindow.xaml.cs#L131
Cannot convert null literal to non-nullable reference type.
create-build: CompilePalX/MainWindow.xaml.cs#L222
Cannot convert null literal to non-nullable reference type.
create-build: CompilePalX/Compilers/CustomProcess.cs#L232
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
create-build: CompilePalX/Compilers/CustomProcess.cs#L48
'CustomProgram' overrides Object.Equals(object o) but does not override Object.GetHashCode()