Compile Pal V028.2 #24
Annotations
13 warnings
create-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected], test-room-7/[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/
|
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/ObservableDictionary.cs#L188
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#L197
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/Compilers/BSPPack/AssetUtils.cs#L17
Cannot convert null literal to non-nullable reference type.
|
create-build:
CompilePalX/Compilers/BSPPack/AssetUtils.cs#L17
Cannot convert null literal to non-nullable reference type.
|
create-build:
CompilePalX/GameConfiguration/GameConfigurationWindow.xaml#L54
'GameConfigurationWindow.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
|
create-build:
CompilePalX/Compilers/BSPPack/PakFile.cs#L273
Cannot convert null literal to non-nullable reference type.
|
create-build:
CompilePalX/MainWindow.xaml.cs#L129
Cannot convert null literal to non-nullable reference type.
|
create-build:
CompilePalX/MainWindow.xaml.cs#L219
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/Compiling/CompilingManager.cs#L74
Cannot convert null literal to non-nullable reference type.
|