Skip to content

Remove unsupported code #176

Remove unsupported code

Remove unsupported code #176

Triggered via push December 22, 2023 20:09
Status Success
Total duration 4m 13s
Artifacts

pages.yml

on: push
deploy-to-github-pages
4m 3s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1.9.0, JamesIves/github-pages-deploy-action@4.1.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy-to-github-pages: src/XamlPlayground/ViewModels/MainViewModel.cs#L69
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/XamlPlayground/ViewModels/MainViewModel.cs#L292
Possible null reference argument for parameter 'xaml' in 'Control? AvaloniaRuntimeXamlLoader.Parse<Control?>(string xaml, Assembly? localAssembly = null)'.
deploy-to-github-pages: src/XamlPlayground/Behaviors/TextEditorBehavior.cs#L15
The field 'TextEditorBehavior._registryOptions' is never used
deploy-to-github-pages: src/XamlPlayground/ViewModels/ViewModelBase.cs#L6
The type XamlPlayground.ViewModels.ViewModelBase is using the
deploy-to-github-pages: src/XamlPlayground/ViewModels/MainViewModel.cs#L120
The field XamlPlayground.ViewModels.MainViewModel._samples is annotated with
deploy-to-github-pages: src/XamlPlayground/ViewModels/MainViewModel.cs#L182
The field XamlPlayground.ViewModels.MainViewModel._enableAutoRun is annotated with
deploy-to-github-pages: src/XamlPlayground.Wasm/Roots.xml#L11
Could not resolve assembly 'Avalonia.Themes.Simple'.
deploy-to-github-pages: src/XamlPlayground.Wasm/Roots.xml#L28
Could not resolve assembly 'Avalonia.Web'.
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', 'git-config-name', 'git-config-email', 'repository-name', 'workspace', 'single-commit', 'silent']
deploy-to-github-pages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/