3

For a while now I have been experiencing issues with configuring IDE`s (Visual Studio and JetBrains Rider) to include FsLexYacc packages and etc. to start learning interpreter development. I have been following this guide at GitHub of how to add configurations into .fsproj file, but my VS 2017 crashed with an issue of unrecognized tag FsYacc. Also I have been searching for online templates, there were non available. Maybe some of you have been experiencing the same problem and found a solution and could help me ?

Edited: the error that IDE is throwing when I update the .fsproj file:

Project 'Test' load failed: The element <FsYacc> beneath element <Project> is unrecognized.  D:\RiderProjects\Test\Test\Test.fsproj 
alex_z
  • 416
  • 5
  • 12
  • The FsLexYacc package is now at version 7.0.6, have you checked that the import path you added to the fsproj points to the targets file, and that the import comes before the FsYacc tag? (Also, if you added the package using paket, the version won't be included in the path at all). – marklam Nov 21 '17 at 13:45
  • @marklam I added packages using NuGet and yeah the version was 7.0.6. The import tag came before the FsLex and FsYacc tags. I think the problem is that those tags need to go under ItemsGroup tag – alex_z Nov 21 '17 at 14:54

0 Answers0