Add missing setter to PropertySerializationName property (#4617)

Adds a missing setter to the property which was overlooked as part of
https://github.com/microsoft/typespec/pull/4591.
This commit is contained in:
Jorge Rangel 2024-10-07 12:13:46 -05:00 коммит произвёл GitHub
Родитель 36f6ace591
Коммит 0defe8fef2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -17,7 +17,7 @@ namespace Microsoft.Generator.CSharp.Customization
/// <summary>
/// Gets or sets the serialization name of the property.
/// </summary>
public string? PropertySerializationName { get; }
public string? PropertySerializationName { get; set; }
/// <summary>
/// Gets or sets the method name to use when serializing the property value (property name excluded)
/// The signature of the serialization hook method must be or compatible with when invoking: