Skip to content

Merge pull request #377 from zdpcdt/font #8

Merge pull request #377 from zdpcdt/font

Merge pull request #377 from zdpcdt/font #8

Triggered via push July 11, 2024 02:20
Status Success
Total duration 2m 48s
Artifacts

deploy.yml

on: push
deploy-to-github-pages
2m 37s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
deploy-to-github-pages
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
deploy-to-github-pages
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
deploy-to-github-pages
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
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 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 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 declaring the property as nullable.
deploy-to-github-pages: src/Semi.Avalonia/Themes/SemiTheme.axaml.cs#L33
Using member 'Avalonia.Markup.Xaml.AvaloniaXamlLoader.Load(IServiceProvider, Uri, Uri)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. AvaloniaXamlLoader.Load(uri, baseUri) dynamically loads referenced assembly with Avalonia resources.
deploy-to-github-pages
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
deploy-to-github-pages
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
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']