Skip to content

Fix bug with empty file #19

Fix bug with empty file

Fix bug with empty file #19

Triggered via push November 24, 2023 11:12
Status Failure
Total duration 2m 32s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
build: Audio/ViewModels/MainViewModel.cs#L170
'Package' does not contain a definition for 'Deconstruct' and no accessible extension method 'Deconstruct' accepting a first argument of type 'Package' could be found (are you missing a using directive or an assembly reference?)
build: Audio/ViewModels/MainViewModel.cs#L170
No suitable 'Deconstruct' instance or extension method was found for type 'Package', with 2 out parameters and a void return type.
build: Audio/ViewModels/MainViewModel.cs#L170
Cannot infer the type of implicitly-typed deconstruction variable 'parsed'.
build: Audio/ViewModels/MainViewModel.cs#L170
Cannot infer the type of implicitly-typed deconstruction variable 'package'.
build: Audio/ViewModels/MainViewModel.cs#L363
Argument 1: cannot convert from 'string' to 'System.IO.BinaryReader'
build
Process completed with exit code 1.
build: Audio/Views/MainView.axaml.cs#L48
Cannot convert null literal to non-nullable reference type.
build: Audio/Views/MainView.axaml.cs#L89
Cannot convert null literal to non-nullable reference type.
build: Audio/Views/MainView.axaml.cs#L113
Cannot convert null literal to non-nullable reference type.
build: Audio/Views/MainView.axaml.cs#L114
Cannot convert null literal to non-nullable reference type.
build: Audio/Models/Utils/ProgressHelper.cs#L6
Non-nullable field 'Instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Audio/Models/Chunks/Package.cs#L21
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Audio/Models/Chunks/Package.cs#L21
Non-nullable property 'FoldersDict' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Audio/Models/Chunks/Package.cs#L21
Non-nullable property 'Folders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Audio/Models/Chunks/Package.cs#L21
Non-nullable property 'Banks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Audio/Models/Chunks/Package.cs#L21
Non-nullable property 'Sounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.