Skip to content

application has been moved as subcommand of configuration #76

application has been moved as subcommand of configuration

application has been moved as subcommand of configuration #76

Triggered via push February 6, 2025 02:22
Status Success
Total duration 57s
Artifacts

ci-cd.yml

on: push
build-test-publish
45s
build-test-publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test-publish: src/DevEx.Core/Helpers/TerminalHelper.cs#L9
Cannot convert null literal to non-nullable reference type.
build-test-publish: src/DevEx.Core/Helpers/TerminalHelper.cs#L83
Cannot convert null literal to non-nullable reference type.
build-test-publish: src/DevEx.Core/Storage/UserStorageManager.cs#L16
Possible null reference return.
build-test-publish: src/DevEx.Core/Storage/Model/Application.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-test-publish: src/DevEx.Core/Storage/Model/Application.cs#L6
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-test-publish: src/DevEx.Core/Storage/Model/Application.cs#L7
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-test-publish: src/DevEx.Core/Model/Command/SubCommandItem.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-test-publish: src/DevEx.Core/Model/Command/SubCommandItem.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-test-publish: src/DevEx.Core/Model/Command/SubCommandItem.cs#L7
Non-nullable property 'Handler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-test-publish: src/DevEx.Core/Model/Command/SubCommandItem.cs#L8
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.