Skip to content

Merge pull request #896 from seerge/l10n_main #63

Merge pull request #896 from seerge/l10n_main

Merge pull request #896 from seerge/l10n_main #63

Triggered via push July 25, 2023 20:41
Status Success
Total duration 1m 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: app/AppConfig.cs#L113
Cannot convert null literal to non-nullable reference type.
build: app/Settings.cs#L978
Cannot convert null literal to non-nullable reference type.
build: app/Updates.cs#L53
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#L58
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/AnimeMatrix/AnimeMatrixDevice.cs#L141
Possible null reference return.
build: app/AnimeMatrix/AnimeMatrixDevice.cs#L144
Possible null reference return.
build: app/Updates.cs#L109
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
build: app/Updates.cs#L109
Possible null reference assignment.
build: app/Updates.cs#L126
Dereference of a possibly null reference.
build: app/Updates.cs#L134
Possible null reference assignment.