Remove HUDLayout #8
Annotations
7 errors and 10 warnings
src/HUDMergerTests/Models/HUDLayoutTests.cs#L14
The type or namespace name 'HUDLayout' could not be found (are you missing a using directive or an assembly reference?)
|
src/HUDMergerTests/Models/HUDLayoutTests.cs#L14
The type or namespace name 'HUDLayout' could not be found (are you missing a using directive or an assembly reference?)
|
src/HUDMergerTests/Models/HUDLayoutTests.cs#L40
The type or namespace name 'HUDLayout' could not be found (are you missing a using directive or an assembly reference?)
|
src/HUDMergerTests/Models/HUDLayoutTests.cs#L40
The type or namespace name 'HUDLayout' could not be found (are you missing a using directive or an assembly reference?)
|
src/HUDMergerTests/Models/HUDLayoutTests.cs#L47
The type or namespace name 'HUDLayout' could not be found (are you missing a using directive or an assembly reference?)
|
src/HUDMergerTests/Models/HUDLayoutTests.cs#L47
The type or namespace name 'HUDLayout' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/HUDMerger/Commands/CommandBase.cs#L10
Nullability of reference types in type of parameter 'parameter' of 'bool CommandBase.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
src/HUDMerger/Commands/CommandBase.cs#L20
Nullability of reference types in type of parameter 'parameter' of 'void CommandBase.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
src/HUDMerger/Commands/CommandBase.cs#L8
Nullability of reference types in type of 'event EventHandler CommandBase.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
src/HUDMerger/Utilities.cs#L210
Cannot convert null literal to non-nullable reference type.
|
src/HUDMerger/ViewModels/ViewModelBase.cs#L8
Nullability of reference types in type of 'event PropertyChangedEventHandler ViewModelBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
src/HUDMerger/VDF/VDF.cs#L26
Cannot convert null literal to non-nullable reference type.
|
src/HUDMerger/VDF/VDF.cs#L130
Cannot convert null literal to non-nullable reference type.
|
src/HUDMerger/VDF/VDFTokeniser.cs#L34
Cannot convert null literal to non-nullable reference type.
|
src/HUDMerger/Models/FilesHashSet.cs#L12
Nullability of reference types in type of parameter 'x' of 'bool FilePathComparer.Equals(string x, string y)' doesn't match implicitly implemented member 'bool IEqualityComparer<string>.Equals(string? x, string? y)' (possibly because of nullability attributes).
|
src/HUDMerger/Models/FilesHashSet.cs#L12
Nullability of reference types in type of parameter 'y' of 'bool FilePathComparer.Equals(string x, string y)' doesn't match implicitly implemented member 'bool IEqualityComparer<string>.Equals(string? x, string? y)' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading