Regions aren't handled properly

Issue #1 resolved
Former user created an issue
#region
public class Foo
{
   public int Id { get; set; } = 0;
}

public class Bar
{
   public int Id { get; set; } = 0;
}

public class Baz
{
   public int Id { get; set; } = 0;
}
#endregion

Using the refactoring to move the type to file leaves some of the resulting files with just the "#endregion" in there.

Comments (2)

  1. Log in to comment