CleanArchitecture
                                
                                
                                
                                    CleanArchitecture copied to clipboard
                            
                            
                            
                        Replace AutoMapper with Mapperly
Is your feature request related to a problem? Please describe. This feature request is not related to a problem. It is an exploratory idea to consider replacing AutoMapper with Mapperly.
Describe the solution you'd like I propose considering the replacement of Automapper with Mapperly in Jason Taylor's CleanArchitecture template. According to the benchmarks provided in this GitHub repository, Mapperly demonstrates superior performance compared to Automapper. This enhancement can potentially lead to performance gains in our applications. Moreover, Mapperly supports IQueryable projections, which aligns well with our existing use cases.