Environment Visual Studio 2019. When I was debugging the DataEtraction/ExpressionDataExtractor project, An exception occurred on workspace.OpenSolutionAsync(solutionPath).Result of CSharpCorpusBuilder.cs's line 92.
The error message was that "System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1" was not found, and I solved the problem after adding a PackageReference to the project, so I submitted the pull request.
Environment Visual Studio 2019. When I was debugging the
DataEtraction/ExpressionDataExtractor
project, An exception occurred onworkspace.OpenSolutionAsync(solutionPath).Result
ofCSharpCorpusBuilder.cs
's line 92.The error message was that
"System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1" was not found
, and I solved the problem after adding a PackageReference to the project, so I submitted the pull request.Thanks for your projects.