EnvironmentHelper.SetOverride method
Set an explicit override provider for the environment name.
public static void SetOverride(Func<string?> provider)
| parameter | description |
|---|---|
| provider | The provider function to retrieve the environment name. |
See Also
- class EnvironmentHelper
- namespace Kestrun.Runtime