Skip to content

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

Merged
AgentEnder merged 1 commit intomasterfrom
fix/serve-command-invalid-dotnet-8
Jul 28, 2024
Merged

fix(dotnet): serve should work with dotnet 8#873
AgentEnder merged 1 commit intomasterfrom
fix/serve-command-invalid-dotnet-8

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

@nx-cloud
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
@sonarqubecloud
Copy link

@AgentEnder AgentEnder merged commit 43811f1 into master Jul 28, 2024
@AgentEnder AgentEnder deleted the fix/serve-command-invalid-dotnet-8 branch July 28, 2024 21:44
@github-actions
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