Skip to content

Commit

Permalink
Add support for From and To method conversions (riok#1117)
Browse files Browse the repository at this point in the history
Fixes for code review
  • Loading branch information
TonEnfer committed Dec 5, 2024
1 parent c941b66 commit c7acd2d
Show file tree
Hide file tree
Showing 32 changed files with 3,979 additions and 266 deletions.
42 changes: 22 additions & 20 deletions docs/docs/configuration/conversions.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/configuration/queryable-projections.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static partial class CarMapper

// highlight-start
private static string MapCarBrandName(CarBrand brand)
=> band.Name;
=> brand.Name;
// highlight-end
}
```
Expand Down
Loading

0 comments on commit c7acd2d

Please sign in to comment.