Fix xbox games not showing up #58
Annotations
10 warnings
Create the package
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.
|
Create the package:
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'.
|
Create the package:
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'.
|
Create the package:
DlssUpdater/GameLibrary/XboxLibrary.cs#L15
Non-nullable event 'LoadingProgress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Create the package:
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.
|
Create the package:
DlssUpdater/Singletons/DllUpdater.cs#L35
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Create the package:
DlssUpdater/Singletons/DllUpdater.cs#L35
Non-nullable field '_settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Create the package:
DlssUpdater/GameLibrary/ManualLibrary.cs#L9
Non-nullable event 'LoadingProgress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Create the package:
DlssUpdater/GameLibrary/ManualLibrary.cs#L24
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.
|
Create the package:
DlssUpdater/Helpers/SortableObservableCollection.cs#L8
Non-nullable property 'SortingSelector' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading