Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming project/creating new Web project should rename .mgcb files #1441

Closed
vchelaru opened this issue Jul 17, 2024 · 1 comment
Closed

Comments

@vchelaru
Copy link
Owner

Currently the FlatRedBallWebTemplateContent.mgcb remains unnamed when creating a new web project. Not a huge deal, but it would be nice to have that consistency.

@vchelaru
Copy link
Owner Author

It should also rename the launchSettings.json:

  "profiles": {
    "FlatRedBallWebTemplate": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      "launchBrowser": true,
      "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
      "applicationUrl": "http://localhost:5259",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    },

And also Index.razor:

<PageTitle>FlatRedBallWebTemplate</PageTitle>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant