Skip to content

Minifier removes overriden ToString() method #39

Description

@theCalcaholic

On classes which override the method ToString() inherited from object, this method gets removed completely. This might also be the case for other methods inherited from object (but I didn't test this).

Example:

    class Test {
      public override string ToString() {
        return "my test class";
      }
    }

results in:

class a{}

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