Skip to content

Refactor

Refactor #27

Triggered via pull request January 25, 2025 20:47
Status Success
Total duration 2m 20s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/DeusExArchive.cs#L66
Dereference of a possibly null reference.
build: Yura.Shared/Archive/LegendArchive.cs#L59
Dereference of a possibly null reference.
build: Yura.Shared/Archive/DefianceArchive.cs#L53
Dereference of a possibly null reference.
build: Yura.Shared/Archive/TigerArchive.cs#L106
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#L44
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/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#L44
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.