Final merge (#99) #12
Annotations
10 errors and 11 warnings
Build:
Dynamics.DataAccess/Migrations/20241112162332_initial.Designer.cs#L14
Duplicate 'DbContext' attribute
|
Build:
Dynamics.DataAccess/Migrations/20241112162332_initial.Designer.cs#L15
Duplicate 'Migration' attribute
|
Build:
Dynamics.DataAccess/Migrations/20241112162332_initial.cs#L12
Type 'initial' already defines a member called 'Up' with the same parameter types
|
Build:
Dynamics.DataAccess/Migrations/20241112162332_initial.cs#L725
Type 'initial' already defines a member called 'Down' with the same parameter types
|
Build:
Dynamics.DataAccess/Migrations/20241112162332_initial.Designer.cs#L19
Type 'initial' already defines a member called 'BuildTargetModel' with the same parameter types
|
Build:
Dynamics.DataAccess/Migrations/20241112162332_initial.Designer.cs#L14
Duplicate 'DbContext' attribute
|
Build:
Dynamics.DataAccess/Migrations/20241112162332_initial.Designer.cs#L15
Duplicate 'Migration' attribute
|
Build:
Dynamics.DataAccess/Migrations/20241112162332_initial.cs#L12
Type 'initial' already defines a member called 'Up' with the same parameter types
|
Build:
Dynamics.DataAccess/Migrations/20241112162332_initial.cs#L725
Type 'initial' already defines a member called 'Down' with the same parameter types
|
Build:
Dynamics.DataAccess/Migrations/20241112162332_initial.Designer.cs#L19
Type 'initial' already defines a member called 'BuildTargetModel' with the same parameter types
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@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/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/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/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/ChangePasswordDto.cs#L13
Non-nullable property 'OldPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Dynamics.Models/Dto/ChangePasswordDto.cs#L20
Non-nullable property 'NewPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading