-
Notifications
You must be signed in to change notification settings - Fork 797
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
17.12.3 breaks build with F# issues #18149
Comments
Can you provide a minimal repro for this? |
That is a feedback issue, please refer to internal ticket, it has logs provided. |
From the logs we can see that It's hard to say what the problem is without the source code or at least the DLL that was produced. |
Another question is why the 6.0.405 compiler is used. Since it's now officially out of support we recommend using a newer version by removing the pinned version from It's also not quite clear why the ADO VS Build step uses VS built-in compiler for some targets and the SDK one for others. |
Hi, I'm not really sure why the build pipeline uses both VS-built-in compile and SDK to build - but there are several outputs from this process. The build process has been working for a while - at least the 2 years I've been working for the company. |
Thanks for the added explanation @semaxtremesoftware . Newer SDK (v9, ideally) can target older frameworks, including net481 or net6. Could you please try either removing the pinned SDK in |
This issue has been moved from a ticket on Developer Community.
[severity:I'm unable to use this version] [regression] [worked-in:17.10.9]
Scenario:
F# project (.Net 6 - project A) references F# project (.Net Standard 2.0 - Project B)
Build fails for project A finding namespaces referenced in project B.
The referenced project (project B) builds without error.
The same source code builds fine with 17.10.6 (and 17.10.9)
Last successful Azure build was 14 November (see Log_24632_SUCCESS.zip).
Same source code (same commit on Master branch) fails from 27 November (see Log_24757_FAILED.zip)
I was able to reproduce the same build issues when I upgraded my local instance of VS2022 from 17.10.6 to 17.12.3
I'm restoring my old version so I can continue to build without issues, but my pipeline is Azure hosted and fails.
I have logged a DevOps / Azure ticket - TrackingID#2412040030001596
Original Comments
Feedback Bot on 12/5/2024, 05:32 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
The text was updated successfully, but these errors were encountered: