A fast, fun and stimulating object to object Mapper

c-sharp codegenerator fast mapper mapping
1 Open Issue Need Help Last updated: Mar 6, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The user reports a `System.MissingMethodException` when using `Mapster.EFCore`'s `ProjectToType<T>().FirstOrDefaultAsync()` in combination with `IMapper.From()`. The operation works correctly if `IMapper.From()` is omitted, or if `FirstOrDefault()` (synchronous) is used instead of `FirstOrDefaultAsync()`. The issue points to a problem in how Mapster's async enumeration type is constructed when `IMapper` is involved.

Complexity: 3/5
bug good first issue

A fast, fun and stimulating object to object Mapper

C#
#c-sharp#codegenerator#fast#mapper#mapping