Closed mrahhal closed 6 years ago
Currently checking if the newest DotnetToolDispatcher version that Nick mentioned fixes this.
Resolved in #52
Had to use a newer DotnetToolDispatcher and edit a couple of things. Fixed in 2.0.1
.
I had the same error in 2.0.0
. It's no longer an issue after upgrading to 2.0.1
, but please keep in mind that the version must be updated in both places: PackageReference
and DotNetCliToolReference
.
It seems that the tool stops working if you update to the latest sdk. The exception stacktrace is:
Looks like it's a problem with dispatching. (Hello again)
dotnet --info
:@nphmuller any ideas?
Anyone else facing this problem?