Refactor Domain (DDD) #1
Merged
Annotations
10 errors and 11 warnings
|
Build:
Application/Features/Service/Services/ServiceAppService.cs#L51
Cannot implicitly convert type 'System.Collections.Generic.List<Domain.Aggregates.Service.Service>' to 'System.Collections.Generic.List<Application.Features.Service.DTOs.ViewServices>'
|
|
Build:
Application/Features/Appointments/Services/AppointmentService.cs#L97
Cannot implicitly convert type 'System.Collections.Generic.List<Domain.Aggregates.Appointment.Appointment>' to 'System.Collections.Generic.List<Application.Features.Appointments.DTOs.ViewAppointments>'
|
|
Build:
Application/Features/Appointments/Services/AppointmentService.cs#L60
'IAppointmentRepository' does not contain a definition for 'SaveAsync' and no accessible extension method 'SaveAsync' accepting a first argument of type 'IAppointmentRepository' could be found (are you missing a using directive or an assembly reference?)
|
|
Build:
Application/Features/Appointments/Services/AppointmentService.cs#L59
'IAppointmentRepository' does not contain a definition for 'AddAsync' and no accessible extension method 'AddAsync' accepting a first argument of type 'IAppointmentRepository' could be found (are you missing a using directive or an assembly reference?)
|
|
Build:
Application/Features/Appointments/Services/AppointmentService.cs#L57
Argument 1: cannot convert from 'System.Collections.Generic.List<Domain.Aggregates.Service.Service>' to 'System.Collections.Generic.IEnumerable<System.Guid>'
|
|
Build:
Application/Features/Appointments/Services/AppointmentService.cs#L43
'Appointment' does not contain a constructor that takes 4 arguments
|
|
Build:
Application/Features/Service/Services/ServiceAppService.cs#L38
'IServiceRepository' does not contain a definition for 'SaveChangesAsync' and no accessible extension method 'SaveChangesAsync' accepting a first argument of type 'IServiceRepository' could be found (are you missing a using directive or an assembly reference?)
|
|
Build:
Application/Features/Service/Services/ServiceAppService.cs#L37
Argument 1: cannot convert from 'int' to 'System.TimeSpan'
|
|
Build:
Application/Features/Service/Services/ServiceAppService.cs#L28
'IServiceRepository' does not contain a definition for 'CreatServiceAsync' and no accessible extension method 'CreatServiceAsync' accepting a first argument of type 'IServiceRepository' could be found (are you missing a using directive or an assembly reference?)
|
|
Build:
Application/Features/Service/Services/ServiceAppService.cs#L27
Argument 2: cannot convert from 'int' to 'System.TimeSpan'
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
Domain/Aggregates/User/User.cs#L35
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Domain/Aggregates/User/User.cs#L35
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Domain/Aggregates/User/User.cs#L35
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/Aggregates/User/User.cs#L35
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/Aggregates/Appointment/Appointment.cs#L27
Non-nullable property 'TimeRange' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Domain/Aggregates/Appointment/Appointment.cs#L27
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Domain/ValueObject/PhoneNumber.cs#L8
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Domain/ValueObject/Email.cs#L5
'Email' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
Build:
Domain/Aggregates/User/User.cs#L10
'User.Id' hides inherited member 'EntityBase.Id'. Use the new keyword if hiding was intended.
|
|
Build:
Domain/Aggregates/Service/Service.cs#L7
'Service.Id' hides inherited member 'EntityBase.Id'. Use the new keyword if hiding was intended.
|
background
wait
wait-all
cancel
Loading