Skip to content

Merge pull request #25 from Drommedhar/next-release #56

Merge pull request #25 from Drommedhar/next-release

Merge pull request #25 from Drommedhar/next-release #56

Triggered via push November 10, 2024 15:51
Status Failure
Total duration 2m 6s
Artifacts

main.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build (x64)
The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify one of the following frameworks in order to publish: net8.0-windows
build (x64)
Process completed with exit code 1.
build (x64)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build (x64): DlssUpdater/GameLibrary/ManualLibrary.cs#L13
Nullability of reference types in type of 'event EventHandler<Tuple<int, int, LibraryType>> ManualLibrary.LoadingProgress' doesn't match implicitly implemented member 'event EventHandler<Tuple<int, int, LibraryType>>? ILibrary.LoadingProgress'.
build (x64): DlssUpdater/GameLibrary/XboxLibrary.cs#L24
Nullability of reference types in type of 'event EventHandler<Tuple<int, int, LibraryType>> XboxLibrary.LoadingProgress' doesn't match implicitly implemented member 'event EventHandler<Tuple<int, int, LibraryType>>? ILibrary.LoadingProgress'.
build (x64): DlssUpdater/Views/Pages/SettingsCommonPageControl.xaml.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (x64): DlssUpdater/Views/Pages/SettingsCommonPageControl.xaml.cs#L33
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (x64): DlssUpdater/Views/Pages/SettingsCommonPageControl.xaml.cs#L38
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (x64): DlssUpdater/Singletons/GameContainer.cs#L34
Non-nullable event 'LoadingProgress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build (x64): DlssUpdater/ViewModels/Pages/SettingsCommonPageViewModel.cs#L43
Non-nullable field '_epicPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (x64): DlssUpdater/ViewModels/Pages/SettingsCommonPageViewModel.cs#L43
Non-nullable field '_steamPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (x64): DlssUpdater/ViewModels/Pages/SettingsCommonPageViewModel.cs#L43
Non-nullable field '_ubiPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.