Skip to content

Bump System.Text.Json from 6.0.3 to 8.0.4 in /src/YumeChan.Core #143

Bump System.Text.Json from 6.0.3 to 8.0.4 in /src/YumeChan.Core

Bump System.Text.Json from 6.0.3 to 8.0.4 in /src/YumeChan.Core #143

Triggered via pull request July 9, 2024 21:32
Status Failure
Total duration 33s
Artifacts

dotnet-build.yml

on: pull_request
build-debug
23s
build-debug
build-release
21s
build-release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 16 warnings
build-release
Process completed with exit code 1.
build-debug
Process completed with exit code 1.
build-release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-release
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-release: src/YumeChan.Core/Config/IPluginLoaderProperties.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-release: src/YumeChan.Core/Infrastructure/Dynamic/Config/DynamicJsonList.cs#L58
Nullability of reference types in type of parameter 'value' of 'int DynamicJsonList<T>.Add(object value)' doesn't match implicitly implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
build-release: src/YumeChan.Core/Services/Plugins/PluginsLoader.cs#L53
Cannot convert null literal to non-nullable reference type.
build-release: src/YumeChan.Core/Config/IPluginLoaderProperties.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-release: src/YumeChan.Core/Infrastructure/Dynamic/Config/DynamicJsonList.cs#L58
Nullability of reference types in type of parameter 'value' of 'int DynamicJsonList<T>.Add(object value)' doesn't match implicitly implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
build-release: src/YumeChan.Core/Services/Plugins/PluginsLoader.cs#L53
Cannot convert null literal to non-nullable reference type.
build-debug
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-debug
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-debug: src/YumeChan.Core/Config/IPluginLoaderProperties.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-debug: src/YumeChan.Core/Infrastructure/Dynamic/Config/DynamicJsonList.cs#L58
Nullability of reference types in type of parameter 'value' of 'int DynamicJsonList<T>.Add(object value)' doesn't match implicitly implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
build-debug: src/YumeChan.Core/Services/Plugins/PluginsLoader.cs#L53
Cannot convert null literal to non-nullable reference type.
build-debug: src/YumeChan.Core/Config/IPluginLoaderProperties.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-debug: src/YumeChan.Core/Infrastructure/Dynamic/Config/DynamicJsonList.cs#L58
Nullability of reference types in type of parameter 'value' of 'int DynamicJsonList<T>.Add(object value)' doesn't match implicitly implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
build-debug: src/YumeChan.Core/Services/Plugins/PluginsLoader.cs#L53
Cannot convert null literal to non-nullable reference type.