dotnet / dotnet/project-system
Renaming a folder should rename the corresponding namespace
Open
Area-C#
Area-VisualBasic
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
Given a structure like:
```
MyProject
MyComponent
MyClass.cs
```
Where `MyClass.cs` has content:
```c#
namepsace MyProject.MyComponent;
class MyClass {}
```
Renaming the `MyComponent` folder in Visual Studio's Solution Explorer should rename the `MyComponent` namespace.
Contributor guide
Assessment
This issue has not been assessed yet.