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

fix(dotnet): serve should work with dotnet 8 #873

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

AgentEnder
Copy link
Member

@AgentEnder AgentEnder commented Jul 28, 2024

In .NET 8 some changes made passing --configuration Debug invalid. This PR swaps that to look more like --property:Configuration=Debug wihch should work in both .NET 8 and lower

Fixes #865

Copy link

nx-cloud bot commented Jul 28, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit f801df4. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 4 targets

Sent with 💌 from NxCloud.

In .NET 8 some changes made passing `--configuration Debug` invalid. This PR swaps that to look more like `--property:Configuration=Debug` wihch should work in both .NET 8 and lower
@AgentEnder AgentEnder force-pushed the fix/serve-command-invalid-dotnet-8 branch from 2f68069 to f801df4 Compare July 28, 2024 21:41
Copy link

@AgentEnder AgentEnder merged commit 43811f1 into master Jul 28, 2024
7 checks passed
@AgentEnder AgentEnder deleted the fix/serve-command-invalid-dotnet-8 branch July 28, 2024 21:44
Copy link
Contributor

github-actions bot commented Aug 4, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] nx run my-web-api:serve:development in .net8 project produces invalid executing command
1 participant