radzenhq / radzen-blazor-studio

Sample applications created with Radzen Blazor Studio
https://www.radzen.com/blazor-studio
18 stars 3 forks source link

Folder layout when creating new applications #54

Open BlazorSaddles opened 2 years ago

BlazorSaddles commented 2 years ago

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.