Skip to content

fixed delete behavior and added delete unit test #73

fixed delete behavior and added delete unit test

fixed delete behavior and added delete unit test #73

Triggered via push October 14, 2023 15:41
Status Success
Total duration 2m 24s
Artifacts

modules-cicd.yml

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

Annotations

18 warnings
Build, Test & Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: battila7/get-version-action@v2, 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
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
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
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
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
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
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/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/Navigator/Navigator.cs#L29
Possible null reference return.
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/IO/Reader.cs#L62
Possible null reference return.