microsoft / prose

Microsoft Program Synthesis using Examples SDK is a framework of technologies for the automatic generation of programs from input-output examples. This repo includes samples and sample data for the Microsoft Program Synthesis using Example SDK.
https://microsoft.github.io/prose/
Other
620 stars 100 forks source link

Solution file of PROSE not getting loaded is solution explorer in new version of Visual Studio i.e. 17.8.2 #72

Closed thatsSudhanshu closed 10 months ago

thatsSudhanshu commented 1 year ago

when I try to open any solution file in Visual studio ,it is not getting loaded saying unloaded in new version of Visual Studio i.e. 17.8.2 . can you please specify which version of visual Studio will work fine for it. Screenshot (243)

danpere commented 11 months ago

Apologies, we still have a dependency on .NET Core 2.1---which is out of support---for compiling DSLs. You can install it and the samples should work, although they'll give you warnings about using an old and out of support version of .NET.

(We are actively working on removing that dependency and hopefully it will be gone within a few releases.)