TestVelopackLocator Class
Namespace: Velopack.Locators
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
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.
[NullableContext(2)]
[Nullable(0)]
[ExcludeFromCodeCoverage]
public class TestVelopackLocator : VelopackLocator
Inheritance: object → VelopackLocator → TestVelopackLocator
Attributes: NullableContextAttribute,NullableAttribute,ExcludeFromCodeCoverageAttribute
Constructors
| Name | Description |
|---|---|
| TestVelopackLocator(string, string, string, IVelopackLogger) | |
| TestVelopackLocator(string, string, string, string, string, string, string, IVelopackLogger, VelopackAsset, string) |
Properties
| Name | Description |
|---|---|
| AppContentDir | |
| AppId | |
| Channel | |
| CurrentlyInstalledVersion | |
| Log | |
| PackagesDir | |
| ProcessExePath | |
| ProcessId | |
| RootAppDir | |
| UpdateExePath |
Methods
| Name | Description |
|---|---|
| GetLatestLocalFullPackage() |
Documentation generated by MdDocs