Skip to content

Document launchSettings.json #38120

@RehanSaeed

Description

@RehanSaeed

Is your feature request related to a problem? Please describe.

The various settings in launchSettings.json are mostly undocumented. Many are self explanatory but some are not. It's not clear what some of them do. E.g. dotnetRunMessages is only documented here:

In particular, I'm personally interested in a new setting called useSSL used when Docker is added:

"Docker": {
    "commandName": "Docker",
    "launchBrowser": true,
    "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
    "publishAllPorts": true,
    "useSSL": true
}

Describe the solution you'd like

Please add a documentation page documenting each and every setting in launchSettings.json

Metadata

Metadata

Assignees

Labels

DocsThis issue tracks updating documentationarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions