Skip to content
Triggered via push April 30, 2024 08:18
Status Failure
Total duration 41s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: CkTools/Src/CkTools.FP/CkFunctions/CkFunction_CheckNull.cs#L85
XML comment has a param tag for 'exp', but there is no parameter by that name
build: CkTools/Src/CkTools.Abstraction/Extensions/IDictionary`Extensions.cs#L149
XML comment has syntactically incorrect cref attribute 'default'
build: CkTools/Src/CkTools.Abstraction/Extensions/IDictionary`Extensions.cs#L149
Identifier expected; 'default' is a keyword. See also error CS1041.
build: CkTools/Src/CkTools.Abstraction/Extensions/IDictionary`Extensions.cs#L16
Possible null reference assignment.
build: CkTools/Src/CkTools.Abstraction/Extensions/IDictionary`Extensions.cs#L155
Possible null reference assignment.
build: CkTools/Src/CkTools.Abstraction/Extensions/StringExtensions.cs#L161
Cannot convert null literal to non-nullable reference type.
build: CkTools/Src/CkTools.Abstraction/TypeConvertExtension.cs#L43
Possible null reference assignment.
build: CkTools/Src/CkTools.Abstraction/Extensions/StringExtensions.cs#L148
Possible null reference argument for parameter 'source' in 'string[] StringExtensions.SplitToArray(string source, char[]? separators = null, Func<string, string>? selector = null)'.