Merge branch 'main' of https://github.com/kleqing/Dynamics #13
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/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/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/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/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/Dto/UserTransactionDto.cs#L9
Non-nullable property 'Unit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Dynamics.Models/Dto/UserTransactionDto.cs#L11
Non-nullable property 'ResourceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Dynamics.Models/Dto/UserTransactionDto.cs#L18
Non-nullable property 'Attachments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Dynamics.Models/Dto/UserTransactionDto.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "webapp".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading