Merge pull request #300 from irihitech/trim #8
deploy.yml
on: push
deploy-to-github-pages
2m 22s
Annotations
11 warnings
deploy-to-github-pages:
src/Ursa/Controls/Clock/Clock.cs#L184
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
deploy-to-github-pages:
src/Ursa/Controls/Clock/Clock.cs#L182
Dereference of a possibly null reference.
|
deploy-to-github-pages:
src/Ursa/Controls/Clock/Clock.cs#L183
Dereference of a possibly null reference.
|
deploy-to-github-pages:
src/Ursa/Controls/Clock/Clock.cs#L159
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.
|
deploy-to-github-pages:
src/Ursa/Controls/ControlClassesInput/ControlClassesInput.cs#L56
Argument of type 'AvaloniaPropertyChangedEventArgs<ObservableCollection<string>>' cannot be used for parameter 'args' of type 'AvaloniaPropertyChangedEventArgs<ObservableCollection<string>?>' in 'void ControlClassesInput.OnClassesChanged(AvaloniaPropertyChangedEventArgs<ObservableCollection<string>?> args)' due to differences in the nullability of reference types.
|
deploy-to-github-pages:
src/Ursa/Controls/ControlClassesInput/ControlClassesInput.cs#L60
Non-nullable field '_targetClasses' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
deploy-to-github-pages:
src/Ursa/Controls/Timeline/Timeline.cs#L165
Dereference of a possibly null reference.
|
deploy-to-github-pages:
src/Ursa/Controls/DateTimePicker/CalendarView.cs#L322
Nullable value type may be null.
|
deploy-to-github-pages:
src/Ursa/Controls/DateTimePicker/CalendarView.cs#L322
Nullable value type may be null.
|
deploy-to-github-pages:
src/Ursa/Controls/TimeBox.cs#L335
Nullable value type may be null.
|
deploy-to-github-pages
Unexpected input(s) 'GITHUB_TOKEN', valid inputs are ['ssh-key', 'token', 'branch', 'folder', 'target-folder', 'commit-message', 'clean', 'clean-exclude', 'dry-run', 'force', 'git-config-name', 'git-config-email', 'repository-name', 'tag', 'single-commit', 'silent']
|