Update to 11.1.0-rc1 #241
Annotations
3 errors and 12 warnings
src/ChatGPT.UI.Browser/Program.cs#L4
The type or namespace name 'Browser' does not exist in the namespace 'Avalonia' (are you missing an assembly reference?)
|
src/ChatGPT.UI.Browser/Program.cs#L4
The type or namespace name 'Browser' does not exist in the namespace 'Avalonia' (are you missing an assembly reference?)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
|
src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L26
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
|
src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
|
src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L32
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
|
src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
|
src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L27
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
|
src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
|
src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L33
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
|
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)
|
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.'
|
This job failed
Loading