stratisproject / StratisBitcoinFullNode

Bitcoin full node in C#
https://stratisplatform.com
MIT License
783 stars 315 forks source link

Developer Edition DLT Stratis.SmartContracts.Tools.Sct compile issues #4176

Closed ranjancse26 closed 4 years ago

ranjancse26 commented 4 years ago

I have noticed code compile issues on the standalone Stratis.SmartContracts.Tools.Sct project. The Nuget packages are not getting restored. I did the project unload and see below the package hint path.

..\..\..\..\..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.codeanalysis.common\2.3.1\lib\netstandard1.3\Microsoft.CodeAnalysis.dll ..\..\..\..\..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.codeanalysis.csharp\2.3.1\lib\netstandard1.3\Microsoft.CodeAnalysis.CSharp.dll ..\..\..\..\..\..\.nuget\packages\mono.cecil\0.10.0-beta7\lib\netstandard1.3\Mono.Cecil.dll
ranjancse26 commented 4 years ago

Sorry, my bad.. I was trying to open the tool directly and it failed to compile.. This time, I opened the whole solution, restored nuget, compile. All good!