Skip to content

Commit

Permalink
Merge branch 'main' into #1629_-_Inlined_user-implemented_method_miss…
Browse files Browse the repository at this point in the history
…ing_global_alias_on_method_argument
  • Loading branch information
TonEnfer authored Dec 7, 2024
2 parents 1a841d8 + d94ad8c commit b3e12d9
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 139 deletions.
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 b3e12d9

Please sign in to comment.