Skip to content

Commit 6ea72e8

Browse files
authored
Include note about escaping backticks (see #546)
1 parent be79661 commit 6ea72e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ Collection types
409409

410410
Values for the `--collectionType` and `--collectionImplementationType` options have to be given in the format accepted by
411411
the [`Type.GetType()`](https://docs.microsoft.com/en-us/dotnet/api/system.type.gettype) method. For the `System.Collections.Generic.List<T>` class this means ``System.Collections.Generic.List`1``.
412+
Make sure to escape the backtick character (`` ` ``) to prevent it from being interpreted by the shell.
412413

413414
Integer and derived types
414415
---------------------

0 commit comments

Comments
 (0)