Deploy to GitHub Pages #31
deploy.yml
on: workflow_dispatch
deploy-to-github-pages
1m 0s
Annotations
1 error and 5 warnings
|
deploy-to-github-pages
Process completed with exit code 1.
|
|
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:
demo/Semi.Avalonia.Demo/Pages/TreeViewDemo.axaml.cs#L62
Non-nullable property 'Items' 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#L63
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 '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/NotificationDemo.axaml.cs#L30
Dereference of a possibly null reference.
|