Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

trippwill/ArchersRally.Apprentice

Repository files navigation

ArchersRally Build Apprentice

Build status

Get the CI build.


Useful IDE tools for MSBuildUseful tools for handling

See the change log for changes and road map.

Features

  • Solution Imports Watcher

Solution Imports Watcher

Have a complex and super-custom build, with lots of special .props and .targets? Ever find yourself in Visual Studio, editing some of the build properties, and wishing VS would know it needs to re-load the solution? With Solution Imports Watcher, the first tool in the ArchersRally Apprentice extension, now VS will know!

With this feature enabled, when you open a solution it will read all of the <Import> elements from each of the projects in the solution. It will then monitor each of the imported files for writes, and when any of the imports changes, VS will prompt you to re-load the solution.

A list of all the files being watched can be found in the Watched Imports virtual folder in Solution Explorer.

To enable this feature, go to `Tools -> Options -> ArchersRally -> Apprentice'.

Contribute

Check out the contribution guidelines if you want to contribute to this project.

For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.

License

Apache 2.0

Releases

No releases published

Packages

No packages published

Languages