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

Tools: Default to Development environment #8514

Closed
bricelam opened this issue May 18, 2017 · 2 comments
Closed

Tools: Default to Development environment #8514

bricelam opened this issue May 18, 2017 · 2 comments
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Milestone

Comments

@bricelam
Copy link
Contributor

bricelam commented May 18, 2017

Right now, we do nothing which defaults to Production in Hosting.

We should ensure Development is used during development.

There are a couple of ways this be done:

  1. Set the ASPNETCORE_ENVIRONMENT environment variable to Development if it's unset.
  2. Wait for the launch settings feature and ensure it lights up in our tooling. (dotnet/cli#6617)
@bricelam bricelam self-assigned this May 18, 2017
@ajcvickers
Copy link
Member

@bricelam to follow up with hosting team.

@ajcvickers ajcvickers added this to the 2.0.0-preview2 milestone May 22, 2017
@bricelam
Copy link
Contributor Author

dotnet/cli#6617 is the issue tracking the launchSettings.json work.

@bricelam bricelam added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label May 23, 2017
@ajcvickers ajcvickers modified the milestones: 2.0.0-preview2, 2.0.0 Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Projects
None yet
Development

No branches or pull requests

2 participants