Skip to content

Deploy sample wasm

Deploy sample wasm #4

Triggered via pull request March 2, 2024 13:46
@rabbitismrabbitism
synchronize #138
main-1
Status Success
Total duration 2m 58s
Artifacts

deploy.yml

on: pull_request
deploy-to-github-pages
2m 50s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/TagInput/TagInput.cs#L49
Non-nullable field '_items' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy-to-github-pages: src/Ursa/Controls/IPv4Box.cs#L508
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/NumberDisplayer/NumberDisplayerBase.cs#L13
Non-nullable field '_internalText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy-to-github-pages: src/Ursa/Controls/IPv4Box.cs#L523
Converting null literal or possible null value to non-nullable type.
deploy-to-github-pages: src/Ursa/Controls/NumericUpDown/NumericUpDownBase.cs#L209
Dereference of a possibly null reference.
deploy-to-github-pages: src/Ursa/Controls/NavMenu/NavMenuItem.cs#L30
The field 'NavMenuItem._popupPanel' is never used
deploy-to-github-pages: src/Ursa/Controls/RangeSlider/RangeTrack.cs#L24
The field 'RangeTrack._lastDrag' is never used
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']