Expected:
C#public void OuterMethod(CreatedEvent evt)
{
void InnerMethod(CreatedEvent e)
{
}
}
Actually:
C#public void OuterMethod(CreatedEvent evt)
{
void InnerMethod(CreatedEvent e)
{
}
}
Thank you for pointing out this issue and providing the code sample. I have reproduced the issue with incorrect indent of a local function after applying CodeRush formatting. We are working on it.