Skip to content

Merge pull request #1416 from seerge/l10n_main #822

Merge pull request #1416 from seerge/l10n_main

Merge pull request #1416 from seerge/l10n_main #822

Triggered via push October 4, 2023 16:16
Status Success
Total duration 2m 11s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: app/Settings.cs#L1137
Cannot convert null literal to non-nullable reference type.
build: app/Display/ScreenNative.cs#L10
Nullability of reference types in type of parameter 'x' of 'int DeviceComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
build: app/Display/ScreenNative.cs#L10
Nullability of reference types in type of parameter 'y' of 'int DeviceComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
build: app/Display/ScreenNative.cs#L26
Nullability of reference types in type of parameter 'x' of 'int ScreenComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
build: app/Display/ScreenNative.cs#L26
Nullability of reference types in type of parameter 'y' of 'int ScreenComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
build: app/AppConfig.cs#L149
Cannot convert null literal to non-nullable reference type.
build: app/AsusACPI.cs#L194
The variable 'result' is declared but never used
build: app/AppConfig.cs#L40
Possible null reference assignment.
build: app/Updates.cs#L55
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: app/Updates.cs#L60
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.