-
Notifications
You must be signed in to change notification settings - Fork 531
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
AddBindingsToCompile
is sometimes not run, breaking _GenerateCompileDependencyCache
and incremental builds
#8871
Comments
AddBindingsToCompile
is run late, after _GenerateCompileDependencyCache
, breaking incremental buildsAddBindingsToCompile
is sometimes not run, breaking _GenerateCompileDependencyCache
and incremental builds
@dellis1972 Do you think this is related to #8706 ? The version I'm running on doesn't seem to have this fix. |
Probably, the issue is probably that the .cs files in the |
@dellis1972 Assuming that PR fixes it, could it be backported? and which .NET 8 SDK contains the fix (if released already)? |
Looks like its been back ported to 8.0.2 via 20d9605. Note sure the release date for 8.0.2 though. |
Regarding backporting, I meant to 7.x, if possible |
I don't think we can, according to https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core. 7 is going out of support in a month. |
Seems like this is fixed in supported versions (.NET 8+). |
@jpobst It's still an issue for me. What I found so far is that |
Hmm this might be an inner build issue then. Afaik cc @jonathanpeppers what do you think? |
I opened #9007 with binlog and all info I could find. |
Android application type
.NET Android (net7.0-android, net8.0-android, etc.)
Affected platform version
MSBuild 17.7
Description
msbuild.zip
In the above binlog, see the build for
Uno.UI.BindingHelper.Android.netcoremobile.csproj
(ID 1387).Here, some generated files (e.g,
Java.Interop.__TypeRegistrations
) aren't included in the hash.And, for some reason,
ResolveReferences
is run, butGenerateBindings
andAddBindingsToCompile
are not.Steps to Reproduce
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: