v1.0.4.0 #144
Triggered via release
October 8, 2024 14:44
Piranha91
published
v1.0.4.0.try2
Status
Success
Total duration
2m 30s
Artifacts
–
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The type 'AssemblyVersions' in 'D:\a\SynthEBD\SynthEBD\SynthEBD\obj\Release\net8.0\Noggog.SourceGenerators\Noggog.SourceGenerators.AssemblyVersion.Generator\AssemblyVersions.g.cs' conflicts with the imported type 'AssemblyVersions' in 'Mutagen.Bethesda.Synthesis.WPF, Version=0.30.4.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'D:\a\SynthEBD\SynthEBD\SynthEBD\obj\Release\net8.0\Noggog.SourceGenerators\Noggog.SourceGenerators.AssemblyVersion.Generator\AssemblyVersions.g.cs'.
|
build:
SynthEBD/Classes_Aux/ViewModels/VM.cs#L10
Nullability of reference types in type of 'event PropertyChangedEventHandler VM.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
build:
SynthEBD/General_Aux/ViewModels/VM_CustomEnvironment.cs#L114
'VM_CustomEnvironment.PropertyChanged' hides inherited member 'VM.PropertyChanged'. Use the new keyword if hiding was intended.
|
build:
SynthEBD/Patcher/PatcherAux/CombinationLog.cs#L229
Nullability of reference types in type of parameter 'x' of 'bool CombinationRecordComparer.Equals(GeneratedRecordInfo x, GeneratedRecordInfo y)' doesn't match implicitly implemented member 'bool IEqualityComparer<GeneratedRecordInfo>.Equals(GeneratedRecordInfo? x, GeneratedRecordInfo? y)' (possibly because of nullability attributes).
|
build:
SynthEBD/Patcher/PatcherAux/CombinationLog.cs#L229
Nullability of reference types in type of parameter 'y' of 'bool CombinationRecordComparer.Equals(GeneratedRecordInfo x, GeneratedRecordInfo y)' doesn't match implicitly implemented member 'bool IEqualityComparer<GeneratedRecordInfo>.Equals(GeneratedRecordInfo? x, GeneratedRecordInfo? y)' (possibly because of nullability attributes).
|
build:
SynthEBD/GUI_Aux/RelayCommand.cs#L22
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
build:
SynthEBD/GUI_Aux/RelayCommand.cs#L27
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
build:
SynthEBD/GUI_Aux/RelayCommand.cs#L16
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
build:
SynthEBD/Patcher/PatcherAux/DeepCopyByExpressionTrees.cs#L34
Cannot convert null literal to non-nullable reference type.
|
build:
SynthEBD/Patcher/PatcherAux/DeepCopyByExpressionTrees.cs#L739
Cannot convert null literal to non-nullable reference type.
|