-
Notifications
You must be signed in to change notification settings - Fork 252
DotNetCliTools in VS _15_ timeframe
Alex Panov edited this page Apr 19, 2017
·
1 revision
How do DotNetCliTool references change from Preview2?
- DotNet Devs using dotnetclitool references
- DotNet Devs building dotnetclitool references
Plan of Record for Preview 5 OOB:
<DotNetCliToolsReference Include="EF.Tools">
<Version>2.0.0</Version>
</DotNetCliToolsReference>
Restore location for Tools Today:
%userprofile%\.nuget\tools\EF.Tools\1.0.0
%userprofile%\.nuget\tools\EF.Tools\2.0.0
Restore location for Tools in P5OOB:
%userprofile%\.nuget\toolsPreview5\EF.Tools\1.0\project.assets.json
%userprofile%\.nuget\toolsPreview5\EF.Tools\1.0\<SomeHexHashForImports>\project.assets.json
CLI Team: Will enhance CLI to be able to run tools that were registered/restored as above.
Plan of Record for Post-Preview 5 OOB: There are many issues that people wanted to review/improve in this area. Let’s have the longer term discussion around 9/30 as the P5OOB fires are all out.
Check out the proposals in the accepted
& proposed
folders on the repository, and active PRs for proposals being discussed today.