Skip to content

Subclass constants don't work #25

@marcusbooyah

Description

@marcusbooyah
public static class Constants
{
    public static class Olm
    {
        public const string OperatorName = "garnet-operator";
    }
}

Referencing the above like this doesn't work

[assembly: Name(Name = Constants.Olm.OperatorName)]

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions