PowerShellModuleLocator.LocateKestrunModule method

Locates the Kestrun module path. It first attempts to find the module in the development environment by searching upwards from the current directory If not found, it will then check the production environment using PowerShell.

public static string? LocateKestrunModule()

Return Value

The full path to the Kestrun module if found, otherwise null.

See Also