All notable changes to the "dotnet-solution-explorer" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
-Version 1.2.4:
- All commands appear EITHER in the integrated terminal, or as a notification if an integrated terminal is not found as to allow external terminal usage.
- Normalized routes to use '/' file delimiter in the dotnet command when removing a project
- Added ability to remove a project from a solution using the 'Remove Project' context menu option on the .sln
- View all referenced nuget packages and their versions. This is found by expanding a project and then expanding its dependencies then the packages.
- Added 'Add New Project' to .sln context menu
- Added 'Add Existing Project' to .sln context menu
- Added 'Add Project Reference' to .csproj dependencies context menu
- Added 'Remove Project Reference' to .csproj dependency item context menu
- Added list of project dependencies.
- No longer show debug and obj folders in project display.
- Fixed an issue where opening a file from the solution explorer on Windows would not have Omnisharp running.