Skip to content

Name of enum formatter class conflicts at pre-generation(mpc.exe) #234

@kakkou

Description

@kakkou

Using Ver 1.7.3.
If an internal enum has the same name, the formatter class name generated in advance collides.
It occurs in the following class.

namespace test {
    public class test01 {
        public enum hoge {
            one,
            two,
        }
    }

    public class test02 {
        public enum hoge {
            one,
            two,
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions