Annotations
7 errors and 11 warnings
|
Build
Process completed with exit code 1.
|
|
Build:
Application/Features/Payment/Services/PaymentService.cs#L7
The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
|
Build:
Application/Features/Payment/Interfaces/PaymentServiceContract.cs#L4
The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
|
Build:
Application/Features/Payment/Interfaces/PaymentGatewayProviderContract.cs#L3
The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
|
Build:
Application/Features/Payment/Services/PaymentService.cs#L7
The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
|
Build:
Application/Features/Payment/Interfaces/PaymentServiceContract.cs#L4
The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
|
Build:
Application/Features/Payment/Interfaces/PaymentGatewayProviderContract.cs#L3
The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
Domain/Entities/User.cs#L22
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Domain/Entities/User.cs#L22
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Domain/Entities/AppointmentServiceLink.cs#L12
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Domain/Entities/AppointmentServiceLink.cs#L12
Non-nullable property 'Appointment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Domain/Entities/AppointmentServiceLink.cs#L10
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Domain/Entities/AppointmentServiceLink.cs#L10
Non-nullable property 'Appointment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Domain/Entities/User.cs#L17
'User.TenantId' hides inherited member 'TenantEntityContract.TenantId'. Use the new keyword if hiding was intended.
|
|
Build:
Domain/Entities/Service.cs#L10
'Service.TenantId' hides inherited member 'TenantEntityContract.TenantId'. Use the new keyword if hiding was intended.
|
|
Build:
Domain/Entities/Appointment.cs#L15
'Appointment.TenantId' hides inherited member 'TenantEntityContract.TenantId'. Use the new keyword if hiding was intended.
|
|
Build:
Domain/Entities/Refreshtoken.cs#L12
'RefreshToken.TenantId' hides inherited member 'TenantEntityContract.TenantId'. Use the new keyword if hiding was intended.
|
background
wait
wait-all
cancel
parallel
Loading