-
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
Compliance/Compatibility: F# projects from Dev10 cannot be open correctly by Dev17 #12174
Comments
Is dev10 EOL already? |
@KevinRansom fyi |
@vzarytovskii I expect it is, but customer projects built with it are not EOL. |
Okay dokey ...
Expected: success. |
The code that enabled this was removed here: Because the APIs it depended on had been where removed from msbuild quite a while earlier if I recall correctly ... |
We are resolving this as won't fix. Visual Studio 2019 committed to open projects from VS2013 --- VS 2019. VS2010 and VS 2012 were not committed to open:
Kevin |
@KevinRansom could you please make the same comment in the AzDo issue? |
This is a part of compliance/compatibility work.
More info:
This issue occurs on all F# project from Dev10.
Steps to reproduce:
Actual result:
![image](https://user-images.githubusercontent.com/1260985/134202436-68ef8cf8-ec90-4b3f-a44a-1a6e600c45ee.png)
An error "One or more projects in the solution were not loaded correctly" pops up.
The F# Application status is unloaded now, and if we still load it manually, another error dialog pops up.
![image](https://user-images.githubusercontent.com/1260985/134202482-b662e539-f1e6-41c4-bf8d-5b509042cb01.png)
Error massage:
Expected result:
No error pops up and Project is loaded correctly.
The text was updated successfully, but these errors were encountered: