Deploy to GitHub Pages #41
deploy.yml
on: workflow_dispatch
deploy-to-github-pages
3m 17s
Annotations
11 warnings
|
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']
|
|
deploy-to-github-pages:
demo/Semi.Avalonia.Demo/ViewModels/IconDemoViewModel.cs#L42
Dereference of a possibly null reference.
|
|
deploy-to-github-pages:
demo/Semi.Avalonia.Demo/ViewModels/IconDemoViewModel.cs#L40
Dereference of a possibly null reference.
|
|
deploy-to-github-pages:
demo/Semi.Avalonia.Demo/ViewModels/IconDemoViewModel.cs#L39
Dereference of a possibly null reference.
|
|
deploy-to-github-pages:
demo/Semi.Avalonia.Demo/ViewModels/TreeDataGridDemo/FilesPageViewModel.cs#L165
Possible null reference assignment.
|
|
deploy-to-github-pages:
demo/Semi.Avalonia.Demo/Pages/NotificationDemo.axaml.cs#L30
Dereference of a possibly null reference.
|
|
deploy-to-github-pages:
demo/Semi.Avalonia.Demo/ViewModels/VariablesDemoViewModel.cs#L37
Possible null reference return.
|
|
deploy-to-github-pages:
demo/Semi.Avalonia.Demo/Pages/TreeDataGridDemo.axaml.cs#L20
Dereference of a possibly null reference.
|
|
deploy-to-github-pages:
demo/Semi.Avalonia.Demo/Pages/TreeViewDemo.axaml.cs#L66
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy-to-github-pages:
demo/Semi.Avalonia.Demo/Pages/TreeViewDemo.axaml.cs#L65
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy-to-github-pages:
demo/Semi.Avalonia.Demo/Pages/TreeViewDemo.axaml.cs#L64
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|