Skip to content

Reimplemented Windows Vault logic #55

Reimplemented Windows Vault logic

Reimplemented Windows Vault logic #55

Triggered via push January 30, 2025 00:10
Status Success
Total duration 1m 46s
Artifacts

ci-cd.yml

on: push
build-test-publish
1m 34s
build-test-publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test-publish: src/DevEx.Core/Storage/UserStorageManager.cs#L15
Possible null reference return.
build-test-publish: src/DevEx.Core/Model/Command/CommandDefinition.cs#L5
Non-nullable property 'Commands' 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/CommandItem.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/CommandItem.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/CommandItem.cs#L7
Non-nullable property 'SubCommands' 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.
build-test-publish: src/DevEx.Core/Model/Command/ParameterItem.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.