bumped version number #10
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.
|