You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests all fail with: System.IO.FileNotFoundException : Could not load file or assembly 'AST.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
#18
I am using Visual Studio 2022 with clean clone of DotParser.
AST.Common.dll is listed in the DotParser project under Dependencies > netstandard2.0 > Packages > YC.FsYARD > AST.Common.dll.
To get my project (C#) working with DotParser I had to add the package YC.FsYARD -version 0.2.8.16; and also FSharp.Core, FSharpx.Core -version 1.8.41; FsLexYacc.Runtime -version 7.0.6 as it threw the exception show in the titles of this issue when I called DotParser.
The text was updated successfully, but these errors were encountered:
I am using Visual Studio 2022 with clean clone of DotParser.
AST.Common.dll is listed in the DotParser project under Dependencies > netstandard2.0 > Packages > YC.FsYARD > AST.Common.dll.
To get my project (C#) working with DotParser I had to add the package YC.FsYARD -version 0.2.8.16; and also FSharp.Core, FSharpx.Core -version 1.8.41; FsLexYacc.Runtime -version 7.0.6 as it threw the exception show in the titles of this issue when I called DotParser.
The text was updated successfully, but these errors were encountered: