In the old project system, switching from RESX code generation from public/internal -> no code generation removes in the file.
In the new project system the file remains on disk, and due to the globs is part of the project:
- File -> New Console App (.NET Core)
- Right-click project, choose Add -> New Item
- Choose Resources file
- Click OK
- In the designer, change Access modifier from "internal" to "no code generation"
Expected: For the designer file to disappear
Actual: It becomes unnested, but stays in the project:
