Skip to content

Initial refactor

Initial refactor #20

Triggered via push January 23, 2025 23:38
Status Failure
Total duration 1m 36s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: Yura/App.xaml.cs#L32
'ArchiveFile' does not contain a definition for 'Filename' and no accessible extension method 'Filename' accepting a first argument of type 'ArchiveFile' could be found (are you missing a using directive or an assembly reference?)
build: Yura/App.xaml.cs#L32
'ArchiveFile' does not contain a definition for 'Filename' and no accessible extension method 'Filename' accepting a first argument of type 'ArchiveFile' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: Yura.Shared/Archive/ArchiveOptions.cs#L11
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Yura.Shared/Archive/LegendArchive.cs#L62
Dereference of a possibly null reference.
build: Yura.Shared/Archive/TigerArchive.cs#L105
Dereference of a possibly null reference.
build: Yura.Shared/Archive/ArchiveFile.cs#L68
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: Yura/App.xaml.cs#L27
'SentryOptions.BeforeSend' is obsolete: 'This property will be removed in a future version. Use SetBeforeSend instead.'
build: Yura/Windows/SearchWindow.xaml.cs#L43
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '4' is not covered.
build: Yura.Shared/Archive/ArchiveOptions.cs#L11
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Yura.Shared/Archive/LegendArchive.cs#L62
Dereference of a possibly null reference.
build: Yura.Shared/Archive/TigerArchive.cs#L105
Dereference of a possibly null reference.
build: Yura.Shared/Archive/ArchiveFile.cs#L68
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.