Skip to content

Fix Dependencies JSON parse #13

Fix Dependencies JSON parse

Fix Dependencies JSON parse #13

Triggered via push December 20, 2023 03:26
Status Failure
Total duration 1m 40s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
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: src/HUDMerger/Utilities.cs#L50
The type or namespace name 'HUDAnimation' could not be found (are you missing a using directive or an assembly reference?)
test: src/HUDMerger/Models/HUD.cs#L136
The type or namespace name 'SchemeDependenciesManager' could not be found (are you missing a using directive or an assembly reference?)
test: src/HUDMerger/Models/HUD.cs#L208
The type or namespace name 'ClientschemeDependencies' could not be found (are you missing a using directive or an assembly reference?)
test: src/HUDMerger/Models/HUD.cs#L321
The type or namespace name 'ClientschemeDependencies' could not be found (are you missing a using directive or an assembly reference?)
test: src/HUDMerger/Models/HUD.cs#L394
The type or namespace name 'ClientschemeDependencies' could not be found (are you missing a using directive or an assembly reference?)
test: src/HUDMerger/Models/HUD.cs#L502
The type or namespace name 'ClientschemeDependencies' 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).