You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidEnvironmentException($"The environment variable CODEQL_EXTRACTOR_{this.Options.Language.UpperCaseName}_SOURCE_ARCHIVE_DIR has not been set.");
242
+
/// <summary>
243
+
/// Retrieves the value of an environment variable named <paramref name="name"> or throws
244
+
/// an exception if no such environment variable has been set.
245
+
/// </summary>
246
+
/// <param name="name">The name of the environment variable.</param>
247
+
/// <returns>The value of the environment variable.</returns>
0 commit comments