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

Support default web process type #242

Merged
merged 5 commits into from
Mar 22, 2025

Conversation

runesoerensen
Copy link
Contributor

@runesoerensen runesoerensen commented Mar 21, 2025

This PR changes the launch process type/name to web for a single web application within a solution. Solutions may reference any number of executable/non-executable project types (such a console and library projects) without affecting this behavior.

When a solution references multiple web applications, the process types continues to be derived from the assembly name for executable project types.

Also note that while launch processes (types and commands) are currently always written to the log, they're only added to launch.toml when no Procfile is detected since #185

@runesoerensen runesoerensen marked this pull request as ready for review March 21, 2025 05:42
@runesoerensen runesoerensen requested a review from a team as a code owner March 21, 2025 05:42
@runesoerensen runesoerensen merged commit bb68c15 into main Mar 22, 2025
6 checks passed
@runesoerensen runesoerensen deleted the support-default-web-process-type branch March 22, 2025 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants