boots icon indicating copy to clipboard operation
boots copied to clipboard

boots is a .NET global tool for "bootstrapping" vsix & pkg files. Just "boots https://url/to/your/package"!

Results 17 boots issues
Sort by recently updated
recently updated
newest added

Bumps [System.CommandLine](https://github.com/dotnet/command-line-api) from 2.0.0-beta1.20574.7 to 2.0.0-beta4.22272.1. Release notes Sourced from System.CommandLine's releases. System.CommandLine v2.0.0-beta3.22114.1 For details on the Beta 3 release, please see #1613. System.CommandLine v2.0.0-beta2.21617.1 For details on the...

dependencies

Hi Jonathan, Hope you and the family are well. Currently the Github CI doens't have the VS for Mac 2022 IDE installed on any of its instances/VMs. I was hoping...

Bumps [Cake.Core](https://github.com/cake-build/cake) from 1.3.0 to 2.2.0. Release notes Sourced from Cake.Core's releases. v2.2.0 As part of this release we had 19 issues closed. Bugs [#3735](cake-build/cake#3735) Incorrect warnings in diagnostic logs...

dependencies

Hi Jonathan ! I tried to use boots to be able to compile C# 9 on appcenter and used it like this: ``` # App Center custom build scripts: https://aka.ms/docs/build/custom/scripts...

Running on Linux: ``` $ boots --preview Mono * Automatic URL resolving is a new feature. File issues at: https://github.com/jonathanpeppers/boots/issues Unhandled exception: System.NotImplementedException: Value for product not implemented on Windows:...

good first issue

What's the deal with boots with regards to WinGet? Will there be ways to install what boots provides today, but via WinGet? If yes, will boots be deprecated?

We have noticed the stock Azure DevOps images don't have the Android NDK. Should `boots` support installing the Android SDK/NDKs? Should `boots` support downloading and extracting zip files, in general?...

enhancement

Would it be nice to download/install UWP? Upvote with a 👍 below.

enhancement

Add method to check if package is installed: ``` if (!Boots.IsInstalled(Product.Mono, ReleaseChannel.Preview)){ await Boots (Product.Mono, ReleaseChannel.Preview); } ```

enhancement

Bumps [Polly](https://github.com/App-vNext/Polly) from 8.2.0 to 8.3.0. Release notes Sourced from Polly's releases. 8.3.0 What's Changed This release makes Simmy chaos engineering strategies part of the Polly.Core package. 🐵🚀 Update CHANGELOG...

dependencies