Skip to content

Merge pull request #38 from kougen/fix/version #84

Merge pull request #38 from kougen/fix/version

Merge pull request #38 from kougen/fix/version #84

Re-run triggered May 6, 2024 05:28
Status Failure
Total duration 3m 36s
Artifacts

modules-cicd.yml

on: push
Build, Test & Deploy
3m 23s
Build, Test & Deploy
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
Build, Test & Deploy
Process completed with exit code 1.
Build, Test & Deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.0.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build, Test & Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build, Test & Deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build, Test & Deploy: _src/Implementation/Converters/GuidConverter.cs#L29
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Build, Test & Deploy: _src/Implementation/Converters/GuidConverter.cs#L47
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Build, Test & Deploy: _src/Implementation/Logger/Logger.cs#L30
Possible null reference assignment.
Build, Test & Deploy: _src/Implementation/Logger/Logger.cs#L22
Non-nullable field '_logDir' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build, Test & Deploy: _src/Implementation/Logger/Logger.cs#L49
Possible null reference assignment.
Build, Test & Deploy: _src/Implementation/Logger/Logger.cs#L36
Non-nullable field '_logDir' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build, Test & Deploy: _src/Implementation/Navigator/Navigator.cs#L29
Possible null reference return.
Build, Test & Deploy: _src/Implementation/Commands/CommandInvoker.cs#L37
Possible null reference argument for parameter 'result' in 'Task<T> Task.FromResult<T>(T result)'.
Build, Test & Deploy: _src/Implementation/Configuration/JsonConfigurationQuery.cs#L157
Possible null reference argument for parameter 'o' in 'JToken JToken.FromObject(object o)'.
Build, Test & Deploy: _src/Implementation/Converters/GuidConverter.cs#L29
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).