Skip to content

Folder layout when creating new applications #54

@BlazorSaddles

Description

@BlazorSaddles

I use Visual Studio for my .NET development, so these requests are based on my experience with VS...

  1. When creating a new application with RBS, the Configure page asks for Name and Directory. If Directory is the root where you want the application (and it already exists), then when Create is clicked, all the new application files will populate the root folder, with a solution file specified by the Name value. VS automatically creates a sub-folder specified by the Name value, with the project in the sub-folder. I recommend following the VS method.
  2. RBS new applications are created with the project file and folders located in the same top-level folder as the solution file. VS creates a sub-folder for the new project. This is my recommended method because additional projects can be added to the solution, such as a separate component library project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions