Skip to content

Update Directory.Build.props #236

Update Directory.Build.props

Update Directory.Build.props #236

Triggered via push March 9, 2024 12:16
Status Failure
Total duration 5m 14s
Artifacts

build.yml

on: push
Build Windows Desktop
2m 29s
Build Windows Desktop
Build Windows Browser
4m 17s
Build Windows Browser
Build Windows Android
5m 3s
Build Windows Android
Build Windows iOS
2m 5s
Build Windows iOS
Build Ubuntu Desktop
47s
Build Ubuntu Desktop
Build Ubuntu Android
3m 0s
Build Ubuntu Android
Build Ubuntu Browser
1m 30s
Build Ubuntu Browser
Build macOS Desktop
1m 40s
Build macOS Desktop
Build macOS iOS
2m 23s
Build macOS iOS
Build macOS Browser
3m 16s
Build macOS Browser
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 120 warnings
Build macOS iOS
Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.
Build macOS iOS
Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.
Build macOS iOS
Process completed with exit code 1.
Build Ubuntu Desktop
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/.
Build Ubuntu Desktop
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/
Build Ubuntu Desktop: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
Build Ubuntu 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 Ubuntu Desktop: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
Build Ubuntu 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 Ubuntu Desktop: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
Build Ubuntu 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 Ubuntu Desktop: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
Build Ubuntu 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 Ubuntu 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 Ubuntu 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.'
Build Ubuntu Browser
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/.
Build Ubuntu Browser
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/
Build Ubuntu Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
Build Ubuntu Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L26
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build Ubuntu Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
Build Ubuntu Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L32
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build Ubuntu Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
Build Ubuntu Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L27
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build Ubuntu Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
Build Ubuntu Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L33
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build Ubuntu Browser: 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 Ubuntu Browser: 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.'
Build macOS Desktop
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/.
Build macOS Desktop
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/
Build macOS Desktop: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
Build macOS 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 macOS Desktop: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
Build macOS 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 macOS Desktop: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
Build macOS 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 macOS Desktop: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
Build macOS 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 macOS 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 macOS 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.'
Build Windows iOS
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/.
Build Windows iOS
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/
Build Windows iOS: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
Build Windows iOS: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L26
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build Windows iOS: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
Build Windows iOS: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L32
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build Windows iOS: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
Build Windows iOS: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L27
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build Windows iOS: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
Build Windows iOS: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L33
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build Windows iOS: 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 Windows iOS: 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.'
Build Windows Desktop
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/.
Build Windows Desktop
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/
Build Windows Desktop: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
Build Windows 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 Windows Desktop: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
Build Windows 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 Windows Desktop: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
Build Windows 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 Windows Desktop: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
Build Windows 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 Windows 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 Windows 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.'
Build Ubuntu Android
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/.
Build Ubuntu Android
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/
Build Ubuntu Android: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
Build Ubuntu Android: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L26
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build Ubuntu Android: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
Build Ubuntu Android: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L32
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build Ubuntu Android: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
Build Ubuntu Android: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L27
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build Ubuntu Android: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
Build Ubuntu Android: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L33
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build Ubuntu Android: 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 Ubuntu Android: 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.'
Build macOS iOS
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/.
Build macOS iOS
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/
Build macOS iOS: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
Build macOS iOS: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L26
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build macOS iOS: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
Build macOS iOS: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L32
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build macOS iOS: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
Build macOS iOS: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L27
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build macOS iOS: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
Build macOS iOS: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L33
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build macOS iOS: 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 macOS iOS: 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.'
Build macOS Browser
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/.
Build macOS Browser
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/
Build macOS Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
Build macOS Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L26
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build macOS Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
Build macOS Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L32
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build macOS Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
Build macOS Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L27
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build macOS Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
Build macOS Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L33
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build macOS Browser: 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 macOS Browser: 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.'
Build Windows Browser
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/.
Build Windows Browser
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/
Build Windows Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
Build Windows Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L26
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build Windows Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
Build Windows Browser: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L32
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build Windows Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
Build Windows Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L27
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build Windows Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
Build Windows Browser: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L33
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build Windows Browser: 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 Windows Browser: 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.'
Build Windows Android
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/.
Build Windows Android
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/
Build Windows Android: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L25
Converting null literal or possible null value to non-nullable type.
Build Windows Android: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L26
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build Windows Android: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L31
Converting null literal or possible null value to non-nullable type.
Build Windows Android: src/ChatGPT/Services/SystemTextJsonCompletionsSerializer.cs#L32
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build Windows Android: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L26
Converting null literal or possible null value to non-nullable type.
Build Windows Android: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L27
Possible null reference argument for parameter 'jsonTypeInfo' in 'string JsonSerializer.Serialize<T>(T value, JsonTypeInfo<T> jsonTypeInfo)'.
Build Windows Android: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L32
Converting null literal or possible null value to non-nullable type.
Build Windows Android: src/ChatGPT/Services/SystemTextJsonChatSerializer.cs#L33
Possible null reference argument for parameter 'jsonTypeInfo' in 'T? JsonSerializer.Deserialize<T?>(string json, JsonTypeInfo<T?> jsonTypeInfo)'.
Build Windows Android: 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 Windows Android: 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.'