Velopack.Locators namespace
Classes
| Type | Summary |
|---|---|
DefaultProcessImpl | |
LinuxVelopackLocator | The default for OSX. All application files will remain in the '.app'. |
OsxVelopackLocator | The default for OSX. All application files will remain in the '.app'. |
TestVelopackLocator | Provides a mock / test implementation of VelopackLocator. This can be used to verify that |
VelopackLocator | A base class describing where Velopack can find key folders and files. |
WindowsVelopackLocator | An implementation for Windows which uses the default paths. |
Interfaces
| Type | Summary |
|---|---|
IProcessImpl | Provides an abstraction for process-related operations, allowing for platform-specific implementations. |
IVelopackLocator | An interface describing where Velopack can find key folders and files. |