We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3907aa3 commit 4d8fea5Copy full SHA for 4d8fea5
src/Files.App/Helpers/Application/AppLifecycleHelper.cs
@@ -30,10 +30,11 @@ public static class AppLifecycleHelper
30
/// Gets the value that provides application environment or branch name.
31
/// </summary>
32
public static AppEnvironment AppEnvironment =>
33
- Enum.TryParse("cd_app_env_placeholder", true, out AppEnvironment appEnvironment))
34
- ? appEnvironment;
+ Enum.TryParse("cd_app_env_placeholder", true, out AppEnvironment appEnvironment)
+ ? appEnvironment
35
: AppEnvironment.Dev;
36
37
+
38
/// <summary>
39
/// Gets application package version.
40
0 commit comments