Skip to content

Remove HUDLayout

Remove HUDLayout #8

Triggered via push November 1, 2023 01:13
Status Failure
Total duration 1m 53s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
test: 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?)
test: 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?)
test: 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?)
test: 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?)
test: 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?)
test: 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?)
test
Process completed with exit code 1.
test: 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).
test: 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).
test: 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'.
test: src/HUDMerger/Utilities.cs#L210
Cannot convert null literal to non-nullable reference type.
test: 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'.
test: src/HUDMerger/VDF/VDF.cs#L26
Cannot convert null literal to non-nullable reference type.
test: src/HUDMerger/VDF/VDF.cs#L130
Cannot convert null literal to non-nullable reference type.
test: src/HUDMerger/VDF/VDFTokeniser.cs#L34
Cannot convert null literal to non-nullable reference type.
test: 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).
test: 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).