Skip to content

BunnyCDNStorage make properties {init;} instead of "private" #18

Description

@benrussill

public string ApiAccessKey { get; private set; }

  • Change private to init
  • also, why is it public? Can you remove the get

public string StorageZoneName { get; private set; }

  • Change private to init
  • also, why is it public? Can you remove the get

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions