Skip to content

#endif got removed while cleaning up #1070

Open
@quadJay

Description

@quadJay

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions