Link Search Menu Expand Document

Raptor Package Manager - Additional Reading

Jan 1 2022 at 12:00 AM

  1. Overview
  2. Additional developer utilities
  3. Debugging raptorpm cli tool
  4. Additional reading

Overview

Additional developer utilities

Check out dotnet-suggest which will assist in exposing functionality or listed commands with tab completion.

Note: For Windows users, there is power-shell script you also have to add under your powershell profile. By default there is no profile. See here on how to add a powershell profile

Steps to complete these steps under windows

  1. Create powershell profile
  2. Update permissions to allow or set RemoveSigning
  3. Either update script folder or profile settings in notepad.

Debugging raptorpm cli tool

See the following link on how to debug the raptorpm tool from visual studio 2019

Debugging raptor cli tool


Additional reading

The raptorpm cli tool is based off the command line api for C#. Please click here for full project scope.

Additional reading