-
Notifications
You must be signed in to change notification settings - Fork 789
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
Compiler freezes during build and never finishes #14651
Comments
I presume it's a duplicate of #14336 and was fixed in #14497 (which was inserted in 17.5 and 17.6), but I can't yet confirm it, since repro steps don't work for me:
I guess I'm missing some components in my VS install. |
Yes you need those component to be able to build this |
Yes. You need those components mention in the docs of Fabulous.XamarinForms.Template: https://docs.fabulous.dev/v2/getting-started/#requirements I updated the reprosteps to point to the docs. |
Okay, it rebuilds fine on 17.6.0 Preview 1.0 [33323.261.main]:
And on 17.5.0 Preview 3.0:
So, fix should be released with 17.5 and 7.0.200 |
@auduchinok fyi - the repro for the IL attribute cluster reading issue. |
I am going to close it as duplicate. Please let me know if you think it should remain opened. |
Thanks a lot for letting me know about it! |
Brilliant. Thanks for the quick help on this. |
Hi everyone,
when trying to build a Fabulous.XamarinForms.Templates the compiler freezes.
This happens with Visual Studio 2022 and with msbuild via the commandline.
Repro steps
Requirements from Fabulous.XamarinForms.Templates
Provide the steps required to reproduce the problem:
Expected behavior
The compiler eventually finishes.
Actual behavior
The compiler never finishes. (Had it running for 6.30 hours..)
Known workarounds
Downgrade compiler from v12.0.5 to v12.0.4.
Related information
I already did some research at this Fabulous.XamarinForms ticket fabulous-dev/Fabulous.XamarinForms#20
I even tried
git bisect
to further pinpoint the issue, but I can not really compile the project with my own compiler due to missing build targets:The text was updated successfully, but these errors were encountered: