The Wayback Machine - https://web.archive.org/web/20211105173516/https://github.com/dotnet/aspnetcore/issues/38120
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

Document launchSettings.json #38120

Open
RehanSaeed opened this issue Nov 5, 2021 · 0 comments
Open

Document launchSettings.json #38120

RehanSaeed opened this issue Nov 5, 2021 · 0 comments

Comments

Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@RehanSaeed
Copy link
Contributor

@RehanSaeed RehanSaeed commented Nov 5, 2021

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

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