Closed richardschneider closed 5 years ago
I'm installing the latest version of VS 2017. Hopefully it will resolve it.
The CI is no longer able to build the documentation
[19-06-14 02:00:16.337]Warning:[MetadataCommand.ExtractMetadata]Fail to find MSBuild >= 16.0 on machine. Please install Visual Studio 2019 with MSBuild >= 16.0: https://visualstudio.microsoft.com/vs/
[19-06-14 02:00:18.201]Warning:[MetadataCommand.ExtractMetadata](C:/projects/net-ipfs-core/src/IpfsCore.csproj)Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\projects\net-ipfs-core\src\IpfsCore.csproj' with message: The SDK 'Microsoft.NET.Sdk' specified could not be found. C:\projects\net-ipfs-core\src\IpfsCore.csproj
[19-06-14 02:00:18.328]Warning:[MetadataCommand.ExtractMetadata]Project 'C:\projects\net-ipfs-core\src\IpfsCore.csproj' does not contain any documents.
@hanabi1224 It looks like your previous commit is forcing VS 2019 to be used!
@hanabi1224 If I revert you last two commits it is working. I'll incrementally add your changes to hopefully find the issue.
@richardschneider sry about that. I dont have vs2017 right now, bit it must be Microsoft.NET.Test.Sdk Try use 15.x it should fix the problem
It looks like two issues are present
So, I'll go ahead and create a branch and see what happens. Hopefully I will not revert your great changes.
Fixed via #85
I'm using VS 2017 and with the latest pull from
master
I can no longer run the unit tests. VS cannot discover any tests because it cannot findSystem,RunTime
.cc: @hanabi1224