Skip to content

bumped version number #10

bumped version number

bumped version number #10

Triggered via push February 18, 2025 00:54
Status Success
Total duration 32s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/DevEx.Core/Helpers/TerminalHelper.cs#L82
Cannot convert null literal to non-nullable reference type.
build: src/DevEx.Core/Storage/UserStorageManager.cs#L18
Possible null reference return.
build: 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: 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: 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: 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: 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.
build: src/DevEx.Core/Model/Command/ParameterItem.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: 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: 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.