You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tool package can reference normal package
tool package can reference tool package
normal package cannot reference tool package
rid split requires
mytool ( identity package, tool package) -> win-x64.mytool (rid specific package, a tool package)
->linux-x64.mytool (rid specific package, a tool package)
-> Microsoft.NETCore.Platform (a normal package to provide rid relation)
The text was updated successfully, but these errors were encountered:
Due to the way we do compat checking and performance considerations, we will be doing the follwoing:
ToolPackage cannot be found in the normal project graph (only in the special project graph).
Top level dependencies of DotnetToolReference projects HAVE to be of DotnetTool type!
So in theory a package can reference a tool project, but it will never be restoreable.
In addition, people would have to do crazy workarounds to build a package like this.
Tools CLI ask
tool package can reference normal package
tool package can reference tool package
normal package cannot reference tool package
The text was updated successfully, but these errors were encountered: