Add or update the Azure App Service build and deployment workflow config #1
main_dynamics-charity.yml
on: push
build
1m 1s
deploy
0s
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
Dynamics.Models/Models/ProjectResource.cs#L8
The using directive for 'Microsoft.AspNetCore.Mvc.ModelBinding.Validation' appeared previously in this namespace
|
build:
Dynamics.Models/Models/User.cs#L18
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
Dynamics.Models/Models/ViewModel/UserWalletVM.cs#L28
Non-nullable property 'TransactionType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Dynamics.Models/Dto/VNPayResponseDto.cs#L16
Non-nullable property 'VnPayResponseCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Dynamics.Models/Dto/VnPayRequestDto.cs#L14
Non-nullable property 'TargetType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Dynamics.Models/Models/Withdraw.cs#L12
Non-nullable property 'BankAccountNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Dynamics.Models/Models/Withdraw.cs#L13
Non-nullable property 'BankName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Dynamics.Models/Models/Withdraw.cs#L18
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Dynamics.Models/Dto/VnPayCreatePaymentDto.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Dynamics.Models/Models/Wallet.cs#L16
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|