You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/12.0-Upgrade-Guide.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,9 @@ Another possible occurence is with `ForAllMaps` and `ForAllPropertyMaps` when it
17
17
18
18
You should use `ResolutionContext.Items` to access the items passed in the `Map` call.
19
19
20
-
Instead of `ServiceCtor` you should use dependency injection or pass the needed objects in the `Map` call.
20
+
Instead of `ServiceCtor`, you should use dependency injection or pass the needed objects in the `Map` call.
21
+
22
+
## Naming conventions
23
+
24
+
We've simplified the implementation for performance reasons. If that doesn't work for you, you can write your own naming convention. Rather than address every
25
+
peculiarity, we prefer to have a simple and fast implementation that covers most cases.
0 commit comments