Merge branch 'master' into bug/deserialize-nulls

This commit is contained in:
Carl de Billy 2020-01-03 12:07:16 -05:00 коммит произвёл GitHub
Родитель 8fabb9effb fdd1fb1f38
Коммит a7cbed0e4e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -255,7 +255,7 @@ The generation logic for fields/properties in the class, using a first-match rul
You can also consider replacing the `struct` by a `class`.
## Are equality generation automatic for generated immutables?
Yes they are by default. If you want to chagne this behavior, use the global
Yes they are by default. If you want to change this behavior, use the global
`[ImmutableGenerationOptions]` attribute. Example:
``` csharp
[assembly: Uno.ImmutableGenerationOptions(GenerateEqualityByDefault = true)]