Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix path #49608

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

Merged
Merged

Conversation

KirillOsenkov
Copy link
Member

This breaks incremental build because Readme.md is considered an input, but is not found, so the dotnet-format project rebuilds every time

This breaks incremental build because Readme.md is considered an input, but is not found, so the dotnet-format project rebuilds every time
@Copilot Copilot AI review requested due to automatic review settings June 30, 2025 23:46
@KirillOsenkov KirillOsenkov requested a review from a team as a code owner June 30, 2025 23:46
Copy link
Contributor

@Copilot 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 fixes the incremental build issue by correcting the path to the README.md in the dotnet-format project file, ensuring the file is found and not treated as a missing input.

  • Updated the <None Include> path for README.md in the project file.

@baronfel baronfel merged commit bacec08 into dotnet:main Jul 1, 2025
27 checks passed
@KirillOsenkov KirillOsenkov deleted the dev/kirillo/dotnet-format-readme-path branch July 1, 2025 23:46
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