Velopack.Locators Namespace
Namespace: Velopack
Classes
| Name | Description |
|---|---|
| LinuxVelopackLocator | The default for OSX. All application files will remain in the '.app'. All additional files (log, etc) will be placed in a temporary directory. |
| OsxVelopackLocator | The default for OSX. All application files will remain in the '.app'. All additional files (log, etc) will be placed in a temporary directory. |
| TestVelopackLocator | Provides 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. |
| VelopackLocator | A base class describing where Velopack can find key folders and files. |
| WindowsVelopackLocator | An implementation for Windows which uses the default paths. |
Interfaces
| Name | Description |
|---|---|
| IVelopackLocator | An interface describing where Velopack can find key folders and files. |
Documentation generated by MdDocs