Skip to main content

Velopack.Locators Namespace

Namespace: Velopack

Classes

NameDescription
LinuxVelopackLocatorThe default for OSX. All application files will remain in the '.app'. All additional files (log, etc) will be placed in a temporary directory.
OsxVelopackLocatorThe default for OSX. All application files will remain in the '.app'. All additional files (log, etc) will be placed in a temporary directory.
TestVelopackLocatorProvides a mock / test implementation of VelopackLocator. This can be used to verify that your application is able to find and prepare updates from your chosen update source without actually having an installed application. This could be used in a CI/CD pipeline, or unit tests etc.
VelopackLocatorA base class describing where Velopack can find key folders and files.
WindowsVelopackLocatorAn implementation for Windows which uses the default paths.

Interfaces

NameDescription
IVelopackLocatorAn interface describing where Velopack can find key folders and files.

Documentation generated by MdDocs