Skip to content

Create workflow_dispatch #3

Create workflow_dispatch

Create workflow_dispatch #3

Triggered via push October 9, 2023 21:52
Status Success
Total duration 30s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.