Deploy to GitHub Pages #26
deploy.yml
on: workflow_dispatch
deploy-to-github-pages
3m 16s
Annotations
12 warnings
deploy-to-github-pages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
deploy-to-github-pages:
src/Ursa/Controls/IPv4Box/IPv4BoxInputMethodClient.cs#L10
Possible null reference return.
|
deploy-to-github-pages:
src/Ursa/Controls/IPv4Box/IPv4BoxInputMethodClient.cs#L14
Non-nullable property 'SurroundingText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy-to-github-pages:
src/Ursa/Controls/Marquee/Marquee.cs#L176
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Ursa.Controls.Direction)4' is not covered.
|
deploy-to-github-pages:
src/Ursa/Controls/Marquee/Marquee.cs#L181
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Ursa.Controls.Direction)4' is not covered.
|
deploy-to-github-pages:
src/Ursa/Controls/PathPicker/PathPicker.cs#L268
Possible null reference assignment.
|
deploy-to-github-pages:
src/Ursa/Controls/IPv4Box/IPv4BoxInputMethodClient.cs#L9
Field 'IPv4BoxInputMethodClient._presenter' is never assigned to, and will always have its default value null
|
deploy-to-github-pages:
src/Ursa/Controls/IPv4Box/IPv4BoxInputMethodClient.cs#L20
The field 'IPv4BoxInputMethodClient._parent' is never used
|
deploy-to-github-pages:
src/Ursa/Controls/IPv4Box/IPv4BoxInputMethodClient.cs#L10
Possible null reference return.
|
deploy-to-github-pages:
src/Ursa/Controls/IPv4Box/IPv4BoxInputMethodClient.cs#L14
Non-nullable property 'SurroundingText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy-to-github-pages:
src/Ursa/Controls/Marquee/Marquee.cs#L72
Nullability of reference types in type of parameter 'sender' of 'void Marquee.OnPresenterSizeChanged(object sender, SizeChangedEventArgs e)' doesn't match the target delegate 'EventHandler<SizeChangedEventArgs>' (possibly because of nullability attributes).
|
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']
|