Skip to content
Triggered via push January 6, 2024 13:22
Status Failure
Total duration 1m 54s
Artifacts

pages.yml

on: push
deploy-to-github-pages
1m 44s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
deploy-to-github-pages
Process completed with exit code 2.
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. 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.'