You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that the rename dialog does not offer to rename the file.
Expected Behavior:
Renaming Inner to Foo also renames the source file to Outer.Foo.cs.
Equally, renaming Outer to Bar further renames the file to Bar.Foo.cs (and renames any other files with the same prefix that have corresponding nested types).
Equally files nested three or more levels deep should support this A.B.C.cs convention.