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.
Hi,
AZ AL Dev Tools: Fix Identifiers and Keywords Case in the Active Project incorrectly renames dotnet type definitions.
This
becomes
Similar to #278.
Thanks.