Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/nxPublic

feat(dotnet): add initial draft of .NET plugin#32869

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
AgentEnder wants to merge7 commits intomaster
base:master
Choose a base branch
Loading
fromdotnet

Conversation

AgentEnder
Copy link
Member

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

@vercelVercel
Copy link

vercelbot commentedSep 26, 2025
edited
Loading

The latest updates on your projects. Learn more aboutVercel for GitHub.

ProjectDeploymentPreviewUpdated (UTC)
nx-devReadyReadyPreviewOct 7, 2025 6:59pm

@netlifyNetlify
Copy link

netlifybot commentedSep 30, 2025
edited
Loading

Deploy Preview fornx-docs ready!

NameLink
🔨 Latest commitc0f37d0
🔍 Latest deploy loghttps://app.netlify.com/projects/nx-docs/deploys/68e55f903b1cde0008a39f4f
😎 Deploy Previewhttps://deploy-preview-32869--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to yourNetlify project configuration.

@nx-cloudNx Cloud
Copy link
Contributor

nx-cloudbot commentedOct 1, 2025
edited
Loading

View yourCI Pipeline Execution ↗ for commitc0f37d0

CommandStatusDurationResult
nx affected --targets=lint,test,test-kt,build,e...✅ Succeeded18m 42sView ↗
nx run-many -t check-imports check-commit check...✅ Succeeded2m 45sView ↗
nx-cloud record -- nx-cloud conformance:check✅ Succeeded3sView ↗
nx-cloud record -- nx format:check✅ Succeeded3sView ↗
nx-cloud record -- nx sync:check✅ Succeeded<1sView ↗
nx documentation✅ Succeeded8sView ↗

☁️Nx Cloud last updated this comment at2025-10-07 19:44:17 UTC

nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

Copy link
Contributor

@nx-cloudnx-cloudbot left a comment
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Nx Cloud is proposing a fix for your failed CI:

We've fixed the test failure by removing the erroneousexec -- prefix from therunCommand call. This was causing the Infrastructure → Core project reference to fail during setup, which prevented the dependency detection test from passing. The command now matches the pattern used by the other project reference commands in the test.

We verified this fix by re-runninge2e-dotnet:e2e-ci--src/dotnet-multi-project.test.ts.

diff --git a/e2e/dotnet/src/dotnet-multi-project.test.ts b/e2e/dotnet/src/dotnet-multi-project.test.tsindex 1fff895351..74e9b67919 100644--- a/e2e/dotnet/src/dotnet-multi-project.test.ts+++ b/e2e/dotnet/src/dotnet-multi-project.test.ts@@ -47,7 +47,7 @@ describe('.NET Plugin - Multi-Project Scenarios', () => {        // Set up project references to create a dependency chain       runCommand(-        `exec -- dotnet add Infrastructure/Infrastructure.csproj reference Core/Core.csproj`+        `dotnet add Infrastructure/Infrastructure.csproj reference Core/Core.csproj`       );       runCommand(         `dotnet add Application/Application.csproj reference Core/Core.csproj`

Apply fix via Nx Cloud  Reject fix via Nx Cloud

Apply fix locally ↗  View interactive diff ↗


⚙️ An Nx Cloud workspace admin can disable these reviewsin workspace settings.

@github-actionsGitHub Actions
Copy link
Contributor

Failed to publish a PR release of this pull request, triggered by@AgentEnder.
See the failed workflow run at:https://github.com/nrwl/nx/actions/runs/18323872669

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

@nx-cloudnx-cloud[bot]nx-cloud[bot] left review comments

@FrozenPandazFrozenPandazAwaiting requested review from FrozenPandazFrozenPandaz will be requested when the pull request is marked ready for reviewFrozenPandaz is a code owner

@jaysoojaysooAwaiting requested review from jaysoojaysoo will be requested when the pull request is marked ready for reviewjaysoo is a code owner

@vsavkinvsavkinAwaiting requested review from vsavkinvsavkin will be requested when the pull request is marked ready for reviewvsavkin is a code owner

@meeroslavmeeroslavAwaiting requested review from meeroslavmeeroslav will be requested when the pull request is marked ready for reviewmeeroslav is a code owner

@JamesHenryJamesHenryAwaiting requested review from JamesHenryJamesHenry will be requested when the pull request is marked ready for reviewJamesHenry is a code owner

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@AgentEnder@vijayrkn

[8]ページ先頭

©2009-2025 Movatter.jp