Create workflow_dispatch #3
Annotations
10 warnings
build:
OrderFlow-API/ViewModels/UserViewModel.cs#L25
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
OrderFlow-API/ViewModels/UserViewModel.cs#L34
Non-nullable property 'AreaCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
OrderFlow-API/ViewModels/UserViewModel.cs#L13
Non-nullable property 'token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
OrderFlow-API/ViewModels/UserViewModel.cs#L15
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
OrderFlow-API/ViewModels/UserViewModel.cs#L16
Non-nullable property 'body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
OrderFlow-API/ViewModels/UserViewModel.cs#L7
Non-nullable property 'username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
OrderFlow-API/ViewModels/UserViewModel.cs#L8
Non-nullable property 'password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
OrderFlow-API/ViewModels/ReturnChequeViewModel.cs#L15
Non-nullable property 'body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
OrderFlow-API/ViewModels/ReturnChequeViewModel.cs#L5
Non-nullable property 'CustomerName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
OrderFlow-API/ViewModels/ReturnChequeViewModel.cs#L6
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|