Skip to content

Remove LoadControls #12

Remove LoadControls

Remove LoadControls #12

Triggered via push December 11, 2023 10:34
Status Failure
Total duration 3m 22s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 6 warnings
test: src/HUDMerger/Models/HUD.cs#L5
The type or namespace name 'HUDMergerVDF' could not be found (are you missing a using directive or an assembly reference?)
test: src/HUDMerger/Models/HUD.cs#L6
The type or namespace name 'HUDMergerVDF' could not be found (are you missing a using directive or an assembly reference?)
test: src/HUDMerger/Models/HUDAnimations.cs#L5
The type or namespace name 'HUDMergerVDF' could not be found (are you missing a using directive or an assembly reference?)
test: src/HUDMerger/Models/HUDAnimations.cs#L6
The type or namespace name 'HUDMergerVDF' could not be found (are you missing a using directive or an assembly reference?)
test: src/HUDMerger/Utilities.cs#L7
The type or namespace name 'HUDMergerVDF' could not be found (are you missing a using directive or an assembly reference?)
test: src/HUDMerger/Utilities.cs#L8
The type or namespace name 'HUDMergerVDF' could not be found (are you missing a using directive or an assembly reference?)
test: src/HUDMerger/Utilities.cs#L37
The type or namespace name 'VDFParseOptions' could not be found (are you missing a using directive or an assembly reference?)
test
Process completed with exit code 1.
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).
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/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'.