Skip to content

Conversation

@AndriySvyryd
Copy link
Member

No description provided.

@AndriySvyryd AndriySvyryd requested a review from a team as a code owner February 6, 2026 23:54
Copilot AI review requested due to automatic review settings February 6, 2026 23:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR enhances dotnet-ef diagnostics by adding verbose logging around the internal dotnet msbuild invocation used to extract project metadata.

Changes:

  • Add a new localized resource (RunningCommand) for verbose command execution messages.
  • Emit verbose output for the dotnet msbuild metadata call in Project.FromFile, including the captured output.
  • Regenerate/update the Resources.Designer.cs to reflect .resx changes.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.

File Description
src/dotnet-ef/Properties/Resources.resx Adds RunningCommand string resource (and reorders some existing entries).
src/dotnet-ef/Properties/Resources.Designer.cs Updates strongly-typed resource accessors for the .resx changes.
src/dotnet-ef/Project.cs Adds verbose logging for the internal dotnet call and its output during project metadata retrieval.
Files not reviewed (1)
  • src/dotnet-ef/Properties/Resources.Designer.cs: Language not supported

Copy link
Contributor

Copilot AI commented Feb 9, 2026

@AndriySvyryd I've opened a new pull request, #37658, to work on those changes. Once the pull request is ready, I'll request review from you.

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.

3 participants