Open
Description
When running Codemain cleanup, I noticed that it is accidentally removing #endif line while leaving #if line intact.
The code snippet is as follows:
#if !NETCORE
[JsonConverter(typeof(StringEnumConverter))]
#endif
public EncryptionAlgorithm EncryptionAlgorithm { get; set; }
/// <summary>
/// The protocol version used for encryption.
/// </summary>
[DefaultValue("1.0")]
[JsonProperty(PropertyName = "Protocol")]
public string ProtocolVersion { get; set; } = "1.0";
Metadata
Metadata
Assignees
Labels
No labels