Skip to content

Improve Arc support #19

@einari

Description

@einari

Default URL for Arc applications are http://localhost:5000, but this can be overridden, so in addition to supporting the url option, if that is not specified - look for the launchSettings.json file and look for the applicationUrl property. The file should exist in a Properties or properties folder.

An example of how the file looks like:

{
  "profiles": {
    "Core": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      "launchBrowser": false,
      "applicationUrl": "http://localhost:5000",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
  }
}

Metadata

Metadata

Assignees

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