Skip to content

AZ AL Dev Tools: Fix Identifiers and Keywords Case in the Active Project incorrectly renames dotnet type definitions #282

Description

@ernestasjuska

Hi,

AZ AL Dev Tools: Fix Identifiers and Keywords Case in the Active Project incorrectly renames dotnet type definitions.

This

dotnet
{
    assembly(mscorlib)
    {
        type("System.Convert"; Convert)
        {
        }
    }
}

becomes

dotnet
{
    assembly(mscorlib)
    {
        type(Convert; Convert)
        {
        }
    }
}

Similar to #278.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions