Mike6x

Results 3 comments of Mike6x

Same issue: I have class as belowing. - When I create a employee with DepartmentId & SubDepartmentId != null => Sucessfully ! - When I create a employee with DepartmentId...

Hi @daoudabeye, When update to Net 8 as your pull request, I have some errors as bellow: [13:33:12 WRN] Error on apply rule 'NotEmpty' for property 'CreateBrandRequest.name' System.MissingMethodException: Method not...

In this github: https://github.com/Mike6x/CQRS_Ardalis_template I have to controller: - ProductController using EF UpdateRange. The methord UpdateRange work well. - VenderController using Ardalist UpdateRange, the methord UpdateRange failed as mention aboved.