microsoft / graph-based-code-modelling

Code for "Generative Code Modeling with Graphs" (ICLR'19)
MIT License
170 stars 38 forks source link

add config——System.Runtime.CompilerServices.Unsafe #10

Open shandianchengzi opened 2 years ago

shandianchengzi commented 2 years ago

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.

Thanks for your projects.

shandianchengzi commented 2 years ago

CLA ok. Thanks.