Updated to 11.2 #243
Annotations
12 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build ChatGPT.UI.Desktop:
src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
|
Build ChatGPT.UI.Desktop:
src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L26
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
|
Build ChatGPT.UI.Desktop:
src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
|
Build ChatGPT.UI.Desktop:
src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L32
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
|
Build ChatGPT.UI.Desktop:
src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
|
Build ChatGPT.UI.Desktop:
src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L27
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
|
Build ChatGPT.UI.Desktop:
src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
|
Build ChatGPT.UI.Desktop:
src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L33
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
|
Build ChatGPT.UI.Desktop:
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)
|
Build ChatGPT.UI.Desktop:
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.'
|
Loading