-
Notifications
You must be signed in to change notification settings - Fork 540
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
Changing <Bind> item metadata does not rerun appropriate parts of the build #9184
Comments
We were looking at MSBuild's logic, and putting blank Lines 48 to 51 in 99ba813
|
@jonathanpeppers So this is really a non-issue and might just be a VS4Mac bug that it adds a blank |
@Digifais yes, it looks like it might be that way. If you see it not taking the change |
@jonathanpeppers As mentioned in the Discord, I indeed need to perform a |
I renamed the title, thanks. |
Updated the issue description. |
Android framework version
net8.0-android
Affected platform version
.NET 8.0.303
Description
When changing item metadata from
true
tofalse
or vice versa,dotnet build
doesn't pick the change up, I need to perform adotnet clean
first beforedotnet build
works again.msbuild.binlog.zip
Steps to Reproduce
<Bind></Bind>
)<Bind>
tofalse
.<Bind>
totrue
Did you find any workaround?
Perform
dotnet clean
first after changing fromtrue
tofalse
or vice versa.Relevant log output
No response
The text was updated successfully, but these errors were encountered: