Skip to content

Update Directory.Build.props #182

Update Directory.Build.props

Update Directory.Build.props #182

Triggered via push June 16, 2024 17:45
Status Success
Total duration 2m 29s
Artifacts

pages.yml

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

Annotations

14 warnings
deploy-to-github-pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1.9.0, JamesIves/github-pages-deploy-action@4.1.7. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
deploy-to-github-pages: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L26
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
deploy-to-github-pages: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
deploy-to-github-pages: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L32
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
deploy-to-github-pages: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
deploy-to-github-pages: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L27
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
deploy-to-github-pages: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
deploy-to-github-pages: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L33
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
deploy-to-github-pages: src/ChatGPT.Core/ViewModels/Layouts/LayoutViewModel.cs#L11
The constructor on type 'ChatGPT.ViewModels.Layouts.LayoutViewModel' has been annotated with JsonConstructorAttribute but is not accessible by the source generator. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1222)
deploy-to-github-pages: src/ChatGPT.UI/Controls/InvalidateContentControl.cs#L8
'IStyleable' is obsolete: 'This interface may be removed in 12.0. Use StyledElement, or override StyledElement.StyleKeyOverride to override the StyleKey for a class.'
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/