v1.0.3.0 #129
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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:
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/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/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.
|
Build:
SynthEBD/Patcher/PatcherAux/DeepCopyByExpressionTrees.cs#L773
Nullability of type of parameter 'x' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
SynthEBD/Patcher/PatcherAux/DeepCopyByExpressionTrees.cs#L773
Nullability of type of parameter 'y' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
SynthEBD/Settings/SettingsIO/JSONhandler.cs#L107
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
SynthEBD/Settings/SettingsIO/JSONhandler.cs#L133
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
SynthEBD/Settings/SettingsIO/JSONhandler.cs#L146
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Loading