Are there any examples of ORMs that have been used for over 10 years that people don't hate?

Dapper https://github.com/DapperLib/Dapper/

Granted, it doesn't do everything (it just does what it needs to not be hated). I used it because it does the boring error-prone bits of manual SQL but not much else.